Date: Sun, 2 Dec 2018 21:24:14 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486485 - head/ports-mgmt/porttree Message-ID: <201812022124.wB2LOEk5080938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 2 21:24:14 2018 New Revision: 486485 URL: https://svnweb.freebsd.org/changeset/ports/486485 Log: ports-mgmt/porttree: Update to 0.5.r66 PR: 233665 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/ports-mgmt/porttree/Makefile (contents, props changed) head/ports-mgmt/porttree/distinfo (contents, props changed) Modified: head/ports-mgmt/porttree/Makefile ============================================================================== --- head/ports-mgmt/porttree/Makefile Sun Dec 2 20:37:44 2018 (r486484) +++ head/ports-mgmt/porttree/Makefile Sun Dec 2 21:24:14 2018 (r486485) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= porttree -PORTVERSION= 0.4.r${SVN_REV} +PORTVERSION= 0.5.r${SVN_REV} CATEGORIES= ports-mgmt python MASTER_SITES= SF/${PORTNAME} @@ -12,15 +12,16 @@ COMMENT= Show dependences of FreeBSD port as pseudo gr LICENSE= MIT USES= python tar:bzip2 shebangfix +USE_PYTHON= flavors optsuffix -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx@${PY_FLAVOR} +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= 65 +SVN_REV= 66 NO_BUILD= yes PLIST_FILES= bin/porttree man/man1/porttree.1.gz NO_ARCH= yes Modified: head/ports-mgmt/porttree/distinfo ============================================================================== --- head/ports-mgmt/porttree/distinfo Sun Dec 2 20:37:44 2018 (r486484) +++ head/ports-mgmt/porttree/distinfo Sun Dec 2 21:24:14 2018 (r486485) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526675079 -SHA256 (porttree-0.4.r65.tar.bz2) = 2565e164b1395b10a7b880f3df38fb8af475d238ae3f7188ce2bd017e65a6ebd -SIZE (porttree-0.4.r65.tar.bz2) = 10509 +TIMESTAMP = 1543527380 +SHA256 (porttree-0.5.r66.tar.bz2) = abf3ad34f2cbdf35b9e0d399e16f173bf3a736d77bd0f93a3ffc138c950ee4cd +SIZE (porttree-0.5.r66.tar.bz2) = 10495
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022124.wB2LOEk5080938>