diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-06-24 19:26:15 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-06-24 19:26:15 +0000 |
commit | 3b828a42f75156c260b3b423ed209e439985d06f (patch) | |
tree | 45221ad5c3e545c199c7ebc0845ff6d56dcebf39 /ports-mgmt/porttree/Makefile | |
parent | 997d39b6cc7570bc33a14d88eb47b1b4f4f4ddcf (diff) |
Notes
Diffstat (limited to 'ports-mgmt/porttree/Makefile')
-rw-r--r-- | ports-mgmt/porttree/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 45b5d32c48d4..51ecc4559c5e 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -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 @@ COMMENT= Show dependences of FreeBSD port as pseudo graphical tree 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 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx@${PY_FLAVOR} 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 |