diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile index 1576d6fb3e14..ef97f30cd3d0 100644 --- a/ports-mgmt/porttree/Makefile +++ b/ports-mgmt/porttree/Makefile @@ -1,41 +1,41 @@ # Created by: Vladimir Chukharev # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.5.r${SVN_REV} +PORTVERSION= 0.6.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} MAINTAINER= Vladimir.Chukharev@gmail.com COMMENT= Show dependences of FreeBSD port as pseudo graphical tree LICENSE= MIT USES= python tar:bzip2 shebangfix USE_PYTHON= flavors optsuffix RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.0:math/py-networkx@${PY_FLAVOR} .if target(gen-dist) FETCH_DEPENDS+= svn:devel/subversion .endif SVNROOT?= https://svn.code.sf.net/p/porttree/code/trunk -SVN_REV= 66 +SVN_REV= 67 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes SHEBANG_FILES= src/porttree.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree ${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${MANPREFIX}/man/man1 gen-dist: ${MKDIR} ${WRKDIR} ${RM} -r ${WRKSRC} svn export -r ${SVN_REV} ${SVNROOT} ${WRKSRC} ${TAR} -cvy -C ${WRKDIR} --exclude FreeBSDport -f ${DISTDIR}/${DISTNAME}.tar.bz2 ${DISTNAME} .include diff --git a/ports-mgmt/porttree/distinfo b/ports-mgmt/porttree/distinfo index 152756e86000..d79564918c44 100644 --- a/ports-mgmt/porttree/distinfo +++ b/ports-mgmt/porttree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543527380 -SHA256 (porttree-0.5.r66.tar.bz2) = abf3ad34f2cbdf35b9e0d399e16f173bf3a736d77bd0f93a3ffc138c950ee4cd -SIZE (porttree-0.5.r66.tar.bz2) = 10495 +TIMESTAMP = 1543869511 +SHA256 (porttree-0.6.r67.tar.bz2) = 9206aef80d65558e114e3175b770c54407cc2c8392b4bfaa1fea3ae4ad317904 +SIZE (porttree-0.6.r67.tar.bz2) = 10516