Index: ports-mgmt/porttree/Makefile =================================================================== --- ports-mgmt/porttree/Makefile (revision 469973) +++ ports-mgmt/porttree/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.3.r${SVN_REV} -PORTREVISION= 2 +PORTVERSION= 0.4.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} @@ -12,7 +11,7 @@ LICENSE= MIT -USES= python:2.7 tar:bzip2 shebangfix +USES= python tar:bzip2 shebangfix RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx@${PY_FLAVOR} @@ -20,8 +19,8 @@ FETCH_DEPENDS+= svn:devel/subversion .endif -SVNROOT?= http://porttree.googlecode.com/svn/trunk/ -SVN_REV= 52 +SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk +SVN_REV= 65 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes Index: ports-mgmt/porttree/distinfo =================================================================== --- ports-mgmt/porttree/distinfo (revision 469973) +++ ports-mgmt/porttree/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474982854 -SHA256 (porttree-0.3.r52.tar.bz2) = d67ae79e93c1e66db4f325b426a2a17ae991941cecb967e3691d88516bd8dbe9 -SIZE (porttree-0.3.r52.tar.bz2) = 9965 +TIMESTAMP = 1526675079 +SHA256 (porttree-0.4.r65.tar.bz2) = 2565e164b1395b10a7b880f3df38fb8af475d238ae3f7188ce2bd017e65a6ebd +SIZE (porttree-0.4.r65.tar.bz2) = 10509 Index: ports-mgmt/porttree/pkg-descr =================================================================== --- ports-mgmt/porttree/pkg-descr (revision 469973) +++ ports-mgmt/porttree/pkg-descr (working copy) @@ -5,8 +5,9 @@ - LIB_DEPENDS - BUILD_DEPENDS - RUN_DEPENDS + - TEST_DEPENDS -and show them as a pseudo graphical tree. +and show them as a pseudo graphical tree with indication of the depends type. Use back references for cross-connections. WWW: https://sourceforge.net/projects/porttree/