Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 06:16:11 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452833 - head/ports-mgmt/porttree
Message-ID:  <201710250616.v9P6GBn0087295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710250616.v9P6GBn0087295>