From owner-svn-ports-head@freebsd.org Wed Oct 25 06:16:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFCD1E40551; Wed, 25 Oct 2017 06:16:12 +0000 (UTC) (envelope-from se@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 mx1.freebsd.org (Postfix) with ESMTPS id 8A2F6834F2; Wed, 25 Oct 2017 06:16:12 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9P6GBmo087296; Wed, 25 Oct 2017 06:16:11 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9P6GBn0087295; Wed, 25 Oct 2017 06:16:11 GMT (envelope-from se@FreeBSD.org) Message-Id: <201710250616.v9P6GBn0087295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Wed, 25 Oct 2017 06:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452833 - head/ports-mgmt/porttree X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/ports-mgmt/porttree X-SVN-Commit-Revision: 452833 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 25 Oct 2017 06:16:12 -0000 Author: se Date: Wed Oct 25 06:16:11 2017 New Revision: 452833 URL: https://svnweb.freebsd.org/changeset/ports/452833 Log: Add missing USES=shebangfix. Approved by: antoine (implicit) Modified: head/ports-mgmt/porttree/Makefile Modified: head/ports-mgmt/porttree/Makefile ============================================================================== --- head/ports-mgmt/porttree/Makefile Wed Oct 25 06:15:49 2017 (r452832) +++ head/ports-mgmt/porttree/Makefile Wed Oct 25 06:16:11 2017 (r452833) @@ -3,6 +3,7 @@ PORTNAME= porttree PORTVERSION= 0.3.r${SVN_REV} +PORTREVISION= 1 CATEGORIES= ports-mgmt python MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} @@ -12,7 +13,7 @@ COMMENT= Show dependences of FreeBSD port as pseudo gr LICENSE= MIT -USES= python tar:bzip2 +USES= python tar:bzip2 shebangfix RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=1.5:math/py-networkx @@ -25,6 +26,8 @@ SVN_REV= 52 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