1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix shebangs

This commit is contained in:
Martin Wilke 2017-04-22 09:25:44 +00:00
parent 23a875c3c3
commit 5cf0569ebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439143
7 changed files with 22 additions and 12 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= rox-archive
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/rox/Archive/${PORTVERSION}
DISTNAME= archive-${PORTVERSION}
@ -12,8 +13,9 @@ COMMENT= Archive management tool for the ROX desktop
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib
USES= python tar:bzip2
USES= python shebangfix tar:bzip2
NO_ARCH= yes
SHEBANG_FILES= Archive/AppRun
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}

View File

@ -3,7 +3,7 @@
PORTNAME= gpsd
PORTVERSION= 3.14
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= astro geography
MASTER_SITES= SAVANNAH
@ -16,9 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
xsltproc:textproc/libxslt
USES= cpe pathfix pkgconfig python scons
USES= cpe pathfix pkgconfig python scons shebangfix
CPE_VENDOR= gpsd_project
USE_RC_SUBR= gpsd
SHEBANG_FILES= *.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \
gpsfake
MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig"
MAKE_ENV= DESTDIR="${STAGEDIR}"

View File

@ -2,7 +2,7 @@
PORTNAME= codec2
PORTVERSION= 0.5.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio hamradio
MASTER_SITES= http://files.freedv.org/codec2/ \
LOCAL/db
@ -15,8 +15,9 @@ LICENSE= LGPL21
LIB_DEPENDS= libspeex.so:audio/speex
CONFLICTS= libcodec2-*
USES= cmake:outsource compiler:c11 tar:xz
USES= cmake:outsource compiler:c11 shebangfix tar:xz
USE_LDCONFIG= yes
SHEBANG_FILES= script/menu.sh
OPTIONS_DEFINE= EXAMPLES TEST
OPTIONS_SUB= yes

View File

@ -3,7 +3,7 @@
PORTNAME= gtkpod
PORTVERSION= 1.0.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -15,7 +15,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libid3tag.so:audio/libid3tag \
libgpod.so:audio/libgpod
USES= gettext gmake pkgconfig shebangfix
USES= gettext gmake pkgconfig python:run shebangfix
SHEBANG_FILES= scripts/mab2vcard scripts/sync-evolution.sh \
scripts/sync-knotes.sh scripts/sync-ldif.sh \
scripts/sync-palm-jppy.py

View File

@ -3,6 +3,7 @@
PORTNAME= expedite
PORTVERSION= 1.7.10
PORTREVISION= 1
CATEGORIES= benchmarks enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/
@ -15,8 +16,9 @@ LIB_DEPENDS= libefl.so:devel/efl
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= tar:bzip2 pkgconfig
USES= pkgconfig python:run shebangfix tar:bzip2
USE_LDCONFIG= yes
SHEBANG_FILES= src/bin/expedite-cmp
OPTIONS_DEFINE= OPENGL SDL X11
OPTIONS_DEFAULT=OPENGL X11

View File

@ -3,6 +3,7 @@
PORTNAME= tsung
PORTVERSION= 1.6.0
PORTREVISION= 1
CATEGORIES= benchmarks sysutils
MASTER_SITES= http://tsung.erlang-projects.org/dist/
@ -18,7 +19,8 @@ USE_PERL5= run
GNU_CONFIGURE= yes
USES= gmake perl5 python:run shebangfix
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py \
src/tsung-plotter/tsplot.py.in
PLIST_SUB= PORTVERSION=${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= bowtie
PORTVERSION= 1.1.2
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= biology
@ -17,9 +17,10 @@ ONLY_FOR_ARCHS= amd64
# FIXME: bowtie-align intermittently dumps core when compiled with clang
# GCC 4.2 does not provide good performance
USE_GCC= yes
USES= gmake perl5 shebangfix
USES= gmake perl5 python:run shebangfix
USE_PERL5= run
SHEBANG_FILES= scripts/*.pl
SHEBANG_FILES= scripts/*.pl bowtie bowtie-build \
bowtie-inspect
USE_GITHUB= yes
GH_ACCOUNT= BenLangmead