From owner-svn-ports-head@freebsd.org Sun Dec 2 21:24:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44FC5132FADE; Sun, 2 Dec 2018 21:24:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE3987E9D4; Sun, 2 Dec 2018 21:24:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF19B481C; Sun, 2 Dec 2018 21:24:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB2LOEPF080940; Sun, 2 Dec 2018 21:24:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB2LOEk5080938; Sun, 2 Dec 2018 21:24:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812022124.wB2LOEk5080938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 2 Dec 2018 21:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486485 - head/ports-mgmt/porttree X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/ports-mgmt/porttree X-SVN-Commit-Revision: 486485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DE3987E9D4 X-Spamd-Result: default: False [0.48 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.04)[-0.037,0]; NEURAL_SPAM_LONG(0.00)[0.005,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.51)[0.509,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 21:24:15 -0000 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