Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 16:23:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439091 - in head: benchmarks/phoronix-test-suite deskutils/gnome-tweak-tool devel/py-Products.PlacelessTranslationService devel/py-notifier devel/py-rq irc/py-fishcrypt net-im/telepath...
Message-ID:  <201704211623.v3LGNHDk081402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Apr 21 16:23:17 2017
New Revision: 439091
URL: https://svnweb.freebsd.org/changeset/ports/439091

Log:
  - Fix shebangs

Deleted:
  head/net-im/telepathy-butterfly/files/patch-telepathy-butterfly
Modified:
  head/benchmarks/phoronix-test-suite/Makefile
  head/deskutils/gnome-tweak-tool/Makefile
  head/devel/py-Products.PlacelessTranslationService/Makefile
  head/devel/py-notifier/Makefile
  head/devel/py-rq/Makefile
  head/irc/py-fishcrypt/Makefile
  head/net-im/telepathy-butterfly/Makefile
  head/sysutils/py-ranger/Makefile
  head/www/pyblosxom/Makefile

Modified: head/benchmarks/phoronix-test-suite/Makefile
==============================================================================
--- head/benchmarks/phoronix-test-suite/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/benchmarks/phoronix-test-suite/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phoronix-test-suite
 PORTVERSION=	6.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.phoronix-test-suite.com/releases/
 
@@ -13,12 +13,23 @@ COMMENT=	Phoronix Benchmarking Suite
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		php:cli,build
+USES=		php:cli,build python shebangfix
 USE_GCC=	any
-USE_PHP=	ctype curl dom filter gd hash json openssl pcntl posix session \
-	simplexml sockets sqlite3 zip zlib
+USE_PHP=	ctype curl dom filter gd hash json openssl pcntl posix \
+		session simplexml sockets sqlite3 zip zlib
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/phoronix-test-suite
+SHEBANG_FILES=	deploy/juju/trusty/pts/hooks/start \
+		deploy/juju/trusty/pts/hooks/upgrade-charm \
+		deploy/juju/trusty/pts/hooks/stop \
+		deploy/juju/trusty/pts/hooks/phoronix-common \
+		deploy/juju/trusty/pts/hooks/install \
+		deploy/juju/trusty/pts/hooks/config-changed \
+		deploy/juju/trusty/pts/actions/memory \
+		deploy/juju/trusty/pts/actions/benchmark \
+		deploy/juju/trusty/pts/actions/custom \
+		deploy/juju/trusty/pts/actions/smoke \
+		deploy/juju/trusty/pts/scripts/parse		
 
 RUN_DEPENDS+=	fpdf>0:print/fpdf
 RUN_DEPENDS+=	cmake:devel/cmake

Modified: head/deskutils/gnome-tweak-tool/Makefile
==============================================================================
--- head/deskutils/gnome-tweak-tool/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/deskutils/gnome-tweak-tool/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gnome-tweak-tool
 PORTVERSION=	3.18.1
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME
 
@@ -14,11 +15,13 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome pathfix pkgconfig python:2 tar:xz
+USES=		gettext gmake gnome pathfix pkgconfig python:2 \
+		shebangfix tar:xz
 USE_GNOME=	gtk30 pygobject3 intlhack
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+SHEBANG_FILES=	gnome-tweak-tool
 
 .include <bsd.port.mk>

Modified: head/devel/py-Products.PlacelessTranslationService/Makefile
==============================================================================
--- head/devel/py-Products.PlacelessTranslationService/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/devel/py-Products.PlacelessTranslationService/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Products.PlacelessTranslationService
 PORTVERSION=	2.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -26,7 +26,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyth
 		${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass \
 		zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3
 
-USES=		python zip
+USES=		python shebangfix zip
 USE_PYTHON=	autoplist distutils
+SHEBANG_FILES=	Products/PlacelessTranslationService/bin/convertToLocales.py
 
 .include <bsd.port.mk>

Modified: head/devel/py-notifier/Makefile
==============================================================================
--- head/devel/py-notifier/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/devel/py-notifier/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	notifier
 PORTVERSION=	0.5.8
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.bitkipper.net/bytes/pynotifier/source/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,8 @@ COMMENT=	Generic notifier/event schedule
 
 LICENSE=	LGPL20
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	examples/*.py
 USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	pynotifier
 

Modified: head/devel/py-rq/Makefile
==============================================================================
--- head/devel/py-rq/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/devel/py-rq/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rq
 PORTVERSION=	0.5.6
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ LICENSE=	BSD2CLAUSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}redis>=2.7:databases/py-redis \
 		${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click
 
-USES=		python
+USES=		python shebangfix
 USE_PYTHON=	autoplist distutils
+SHEBANG_FILES=	rq/scripts/rqgenload.py
 
 .include <bsd.port.mk>

Modified: head/irc/py-fishcrypt/Makefile
==============================================================================
--- head/irc/py-fishcrypt/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/irc/py-fishcrypt/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fishcrypt
 DISTVERSION=	5.31
+PORTREVISION=	1
 CATEGORIES=	irc security
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	python
@@ -18,7 +19,8 @@ GH_ACCOUNT=	fladd
 GH_PROJECT=	py-${PORTNAME}
 GH_TAGNAME=	43554b1a
 
-USES=		dos2unix python:run
+USES=		dos2unix python:run shebangfix
+SHEBANG_FILES=	fishcrypt.py
 NO_BUILD=	yes
 
 SUB_FILES=	pkg-message

Modified: head/net-im/telepathy-butterfly/Makefile
==============================================================================
--- head/net-im/telepathy-butterfly/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/net-im/telepathy-butterfly/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telepathy-butterfly
 PORTVERSION=	0.5.15
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +18,8 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/papyo
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=--prefix=${PREFIX}
-USES=		gmake python:2
+USES=		gmake python:2 shebangfix
+SHEBANG_FILES=	telepathy-butterfly
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/py-ranger/Makefile
==============================================================================
--- head/sysutils/py-ranger/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/sysutils/py-ranger/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ranger
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://ranger.nongnu.org/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Ranger is a file manager with V
 LICENSE=	GPLv3
 
 USES=		python shebangfix
-SHEBANG_FILES=	doc/tools/convert_papermode_to_metadata.py
+SHEBANG_FILES=	doc/tools/*.py
 python_OLD_CMD=	/bin/python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes

Modified: head/www/pyblosxom/Makefile
==============================================================================
--- head/www/pyblosxom/Makefile	Fri Apr 21 15:31:16 2017	(r439090)
+++ head/www/pyblosxom/Makefile	Fri Apr 21 16:23:17 2017	(r439091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyblosxom
 DISTVERSION=	1.5.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	http://pyblosxom.github.io/download/
 
@@ -11,8 +12,9 @@ COMMENT=	Lightweight weblog system
 
 LICENSE=	MIT
 
-USES=		python:2
+USES=		python:2 shebangfix
 USE_PYTHON=	distutils
+SHEBANG_FILES=	Pyblosxom/data/pyblosxom.cgi
 
 OPTIONS_DEFINE=	DOCS
 



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