- Fix shebangs
Submitted by: Jochen Neumeister
This commit is contained in:
parent
9376dcbdac
commit
e74e7e0f95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439605
@ -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 Bluetooth, infrared, or TCP/IP networking
|
||||
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
|
||||
|
@ -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}enum34>=0:devel/py-enum34 \
|
||||
|
||||
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>
|
||||
|
@ -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}decorator>=3.4.0:devel/py-decorator
|
||||
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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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}/${DISTFILES}
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user