Date: Fri, 28 Apr 2017 12:34:54 +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: r439605 - in head: comms/anyremote devel/py-glance-store math/py-networkx misc/shuffle-db sysutils/cfengine-masterfiles310 Message-ID: <201704281234.v3SCYs9m046557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Apr 28 12:34:53 2017 New Revision: 439605 URL: https://svnweb.freebsd.org/changeset/ports/439605 Log: - Fix shebangs Submitted by: Jochen Neumeister Modified: head/comms/anyremote/Makefile head/devel/py-glance-store/Makefile head/math/py-networkx/Makefile head/misc/shuffle-db/Makefile head/sysutils/cfengine-masterfiles310/Makefile Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Fri Apr 28 12:24:13 2017 (r439604) +++ head/comms/anyremote/Makefile Fri Apr 28 12:34:53 2017 (r439605) @@ -3,7 +3,7 @@ PORTNAME= anyremote PORTVERSION= 6.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= SF @@ -13,12 +13,14 @@ COMMENT= Remote control service over Blu LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias iconv pkgconfig shebangfix -SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh +USES= alias iconv pkgconfig python shebangfix +SHEBANG_FILES= cfg-data/Utils/imdb-mf.sh \ + cfg-data/Utils/all-in-1.py USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LIB_DEPENDS+= libdbus-1.so:devel/dbus OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 Modified: head/devel/py-glance-store/Makefile ============================================================================== --- head/devel/py-glance-store/Makefile Fri Apr 28 12:24:13 2017 (r439604) +++ head/devel/py-glance-store/Makefile Fri Apr 28 12:34:53 2017 (r439605) @@ -3,6 +3,7 @@ PORTNAME= glance-store PORTVERSION= 0.20.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +29,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enum NO_ARCH= yes -USES= python +USES= python shebangfix USE_PYTHON= autoplist distutils +SHEBANG_FILES= glance_store/tests/functional/hooks/post_test_hook.sh \ + glance_store/tests/functional/hooks/gate_hook.sh .include <bsd.port.mk> Modified: head/math/py-networkx/Makefile ============================================================================== --- head/math/py-networkx/Makefile Fri Apr 28 12:24:13 2017 (r439604) +++ head/math/py-networkx/Makefile Fri Apr 28 12:34:53 2017 (r439605) @@ -3,7 +3,7 @@ PORTNAME= networkx PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ CHEESESHOP @@ -22,6 +22,9 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}dec NO_ARCH= yes USES= python shebangfix USE_PYTHON= autoplist concurrent distutils +SHEBANG_FILES= examples/graph/atlas.py \ + examples/multigraph/chess_masters.py \ + networkx/generators/tests/test_random_graphs.py PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} Modified: head/misc/shuffle-db/Makefile ============================================================================== --- head/misc/shuffle-db/Makefile Fri Apr 28 12:24:13 2017 (r439604) +++ head/misc/shuffle-db/Makefile Fri Apr 28 12:34:53 2017 (r439605) @@ -3,6 +3,7 @@ PORTNAME= shuffle-db DISTVERSION= 1.0-rc1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/rebuild_db/1.0-rc1 DISTNAME= rebuild_db-${DISTVERSION} @@ -10,9 +11,10 @@ DISTNAME= rebuild_db-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= IPod shuffle database builder -USES= python +USES= python shebangfix NO_ARCH= yes NO_BUILD= yes +SHEBANG_FILES= rebuild_db.py WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py Modified: head/sysutils/cfengine-masterfiles310/Makefile ============================================================================== --- head/sysutils/cfengine-masterfiles310/Makefile Fri Apr 28 12:24:13 2017 (r439604) +++ head/sysutils/cfengine-masterfiles310/Makefile Fri Apr 28 12:34:53 2017 (r439605) @@ -3,6 +3,7 @@ PORTNAME= cfengine-masterfiles PORTVERSION= 3.10.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ @@ -26,9 +27,10 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTF CONFLICTS= cfengine-masterfiles[6-9]* MAKE_JOBS_UNSAFE= yes -USES= cpe gmake +USES= cpe gmake python:build shebangfix HAS_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} +SHEBANG_FILES= modules/packages/yum .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704281234.v3SCYs9m046557>