summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
committermiwi <miwi@FreeBSD.org>2017-04-22 09:25:44 +0000
commitd9c78af5af2193eba5399d0f831c2a598bc47212 (patch)
treee91c9a8c6f2b89cd24bbaaf5787f222813e4a7b5
parenta8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62 (diff)
downloadFreeBSD-ports-d9c78af5af2193eba5399d0f831c2a598bc47212.zip
FreeBSD-ports-d9c78af5af2193eba5399d0f831c2a598bc47212.tar.gz
- Fix shebangs
-rw-r--r--archivers/rox-archive/Makefile4
-rw-r--r--astro/gpsd/Makefile6
-rw-r--r--audio/codec2/Makefile5
-rw-r--r--audio/gtkpod/Makefile4
-rw-r--r--benchmarks/expedite/Makefile4
-rw-r--r--benchmarks/tsung/Makefile4
-rw-r--r--biology/bowtie/Makefile7
7 files changed, 22 insertions, 12 deletions
diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile
index 684b227..655dcfe 100644
--- a/archivers/rox-archive/Makefile
+++ b/archivers/rox-archive/Makefile
@@ -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}
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile
index e257b9f..ced6052 100644
--- a/astro/gpsd/Makefile
+++ b/astro/gpsd/Makefile
@@ -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}"
diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile
index 9c9c6ed..f0295fe 100644
--- a/audio/codec2/Makefile
+++ b/audio/codec2/Makefile
@@ -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
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 97792b6..a3e0e41 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -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
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile
index dc938fa..0bf4c7f 100644
--- a/benchmarks/expedite/Makefile
+++ b/benchmarks/expedite/Makefile
@@ -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
diff --git a/benchmarks/tsung/Makefile b/benchmarks/tsung/Makefile
index 49e5c89..6530788 100644
--- a/benchmarks/tsung/Makefile
+++ b/benchmarks/tsung/Makefile
@@ -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}
diff --git a/biology/bowtie/Makefile b/biology/bowtie/Makefile
index 991393a..8d419e8 100644
--- a/biology/bowtie/Makefile
+++ b/biology/bowtie/Makefile
@@ -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
OpenPOWER on IntegriCloud