- Fix shebangs

This commit is contained in:
Martin Wilke 2017-04-21 03:11:17 +00:00
parent 91418b50f2
commit 64627c7758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438999
7 changed files with 25 additions and 9 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= cplay PORTNAME= cplay
PORTVERSION= 1.50 PORTVERSION= 1.50
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= audio CATEGORIES= audio
@ -16,7 +17,7 @@ USE_GITHUB= yes
GH_ACCOUNT= hukka GH_ACCOUNT= hukka
USES= gettext gmake python:-2.7 shebangfix USES= gettext gmake python:-2.7 shebangfix
SHEBANG_FILES= ${WRKSRC}/cplay SHEBANG_FILES= ${WRKSRC}/cplay cnq
MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}"
NO_ARCH= yes NO_ARCH= yes

View file

@ -4,7 +4,7 @@
PORTNAME= conduit PORTNAME= conduit
PORTVERSION= 0.3.17 PORTVERSION= 0.3.17
PORTREVISION= 8 PORTREVISION= 9
CATEGORIES= deskutils CATEGORIES= deskutils
MASTER_SITES= GNOME MASTER_SITES= GNOME
@ -23,13 +23,16 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas \
xdg-open:devel/xdg-utils xdg-open:devel/xdg-utils
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USES= gettext gmake pathfix pkgconfig python:2 USES= gettext gmake pathfix pkgconfig python:2 \
shebangfix
INSTALLS_OMF= yes INSTALLS_OMF= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= intltool pygnome2 gnomeprefix gnomedocutils USE_GNOME= intltool pygnome2 gnomeprefix gnomedocutils
CONFIGURE_ARGS= --disable-nautilus-extension CONFIGURE_ARGS= --disable-nautilus-extension
SHEBANG_FILES= conduit/conduit.real \
tools/conduit-client
OPTIONS_DEFINE= EOG OPTIONS_DEFINE= EOG
OPTIONS_DEFAULT=EOG OPTIONS_DEFAULT=EOG

View file

@ -3,6 +3,7 @@
PORTNAME= mailman PORTNAME= mailman
DISTVERSION= 2.1.23 DISTVERSION= 2.1.23
PORTREVISION= 1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= GNU \ MASTER_SITES= GNU \
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@ -20,8 +21,11 @@ LICENSE_FILE= ${WRKSRC}/gnu-COPYING-GPL
CONFLICTS= ja-mailman-2.1.* CONFLICTS= ja-mailman-2.1.*
USES= autoreconf cpe fakeroot python:2 tar:tgz USES= autoreconf cpe fakeroot python:2 shebangfix tar:tgz
USE_RC_SUBR= mailman USE_RC_SUBR= mailman
SHEBANG_FILES= bin/msgfmt.py \
tests/fblast.py \
tests/onebounce.py
CPE_VENDOR= gnu CPE_VENDOR= gnu

View file

@ -3,6 +3,7 @@
PORTNAME= flawfinder PORTNAME= flawfinder
PORTVERSION= 1.31 PORTVERSION= 1.31
PORTREVISION= 1
CATEGORIES= security devel CATEGORIES= security devel
MASTER_SITES= http://www.dwheeler.com/flawfinder/ \ MASTER_SITES= http://www.dwheeler.com/flawfinder/ \
PACKETSTORM/UNIX/security PACKETSTORM/UNIX/security
@ -13,8 +14,9 @@ COMMENT= Examines source code looking for security weaknesses
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USES= python USES= python shebangfix
NO_BUILD= yes NO_BUILD= yes
SHEBANG_FILES= flawfinder
PLIST_FILES= bin/flawfinder man/man1/flawfinder.1.gz PLIST_FILES= bin/flawfinder man/man1/flawfinder.1.gz
PORTDOCS= ChangeLog README flawfinder.pdf flawfinder.ps PORTDOCS= ChangeLog README flawfinder.pdf flawfinder.ps

View file

@ -2,6 +2,7 @@
PORTNAME= sd-agent PORTNAME= sd-agent
DISTVERSION= 1.13.4 DISTVERSION= 1.13.4
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= tim@wallago.co.uk MAINTAINER= tim@wallago.co.uk
@ -18,7 +19,7 @@ USE_GITHUB= yes
GH_ACCOUNT= serverdensity GH_ACCOUNT= serverdensity
USES= python shebangfix USES= python shebangfix
SHEBANG_FILES= agent.py SHEBANG_FILES= agent.py plugins.py
USE_RC_SUBR= ${PORTNAME} USE_RC_SUBR= ${PORTNAME}
SUB_LIST+= RCNAME=${PORTNAME:S/-/_/g} SUB_LIST+= RCNAME=${PORTNAME:S/-/_/g}

View file

@ -2,6 +2,7 @@
PORTNAME= jekyll-redirect-from PORTNAME= jekyll-redirect-from
PORTVERSION= 0.12.1 PORTVERSION= 0.12.1
PORTREVISION= 1
CATEGORIES= textproc rubygems CATEGORIES= textproc rubygems
MASTER_SITES= RG MASTER_SITES= RG
@ -15,6 +16,9 @@ RUN_DEPENDS= rubygem-jekyll>=3.3:www/rubygem-jekyll
NO_ARCH= yes NO_ARCH= yes
USE_RUBY= yes USE_RUBY= yes
USES= gem USES= gem shebangfix
SHEBANG_FILES= script/cibuild \
script/bootstrap \
script/release
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -2,7 +2,7 @@
PORTNAME= rox-mime-editor PORTNAME= rox-mime-editor
PORTVERSION= 0.6 PORTVERSION= 0.6
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-fm CATEGORIES= x11-fm
MASTER_SITES= SF/rox/MIME-Editor/${PORTVERSION} MASTER_SITES= SF/rox/MIME-Editor/${PORTVERSION}
DISTNAME= mime-editor-${PORTVERSION} DISTNAME= mime-editor-${PORTVERSION}
@ -13,7 +13,8 @@ COMMENT= MIME type editor for the ROX desktop
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib
USES= python tar:bzip2 USES= python shebangfix tar:bzip2
SHEBANG_FILES= MIME-Editor/AppRun
do-build: do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -m compileall ${WRKSRC}