summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-18 18:26:19 +0000
committermiwi <miwi@FreeBSD.org>2017-04-18 18:26:19 +0000
commit711dbd742405cedae4302f21e5d4b2ccb0740f2f (patch)
treec77671e03ee888b1cccd4e358c8265c8dd7d458e
parentc19199a77215d7e0df39b704738b3fc01735976e (diff)
downloadFreeBSD-ports-711dbd742405cedae4302f21e5d4b2ccb0740f2f.zip
FreeBSD-ports-711dbd742405cedae4302f21e5d4b2ccb0740f2f.tar.gz
- Fix Shebangs
-rw-r--r--devel/omniORB/Makefile4
-rw-r--r--devel/py-mwlib/Makefile6
-rw-r--r--devel/py-pycallgraph/Makefile6
-rw-r--r--games/pycadia/Makefile5
-rw-r--r--games/pysolfc/Makefile5
-rw-r--r--games/pysycache/Makefile5
-rw-r--r--graphics/py-freeimagepy/Makefile5
-rw-r--r--graphics/py-gphoto2/Makefile4
-rw-r--r--graphics/tilecache/Makefile5
-rw-r--r--irc/py-irc/Makefile4
-rw-r--r--net-im/emesene/Makefile4
-rw-r--r--www/py-django-devel/Makefile5
-rw-r--r--www/py-django110/Makefile5
-rw-r--r--www/py-django19/Makefile5
14 files changed, 47 insertions, 21 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index f492de7..4755210 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -3,6 +3,7 @@
PORTNAME= omniORB
DISTVERSION= 4.2.1-2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//}
@@ -14,7 +15,7 @@ LICENSE= GPLv2
CONFLICTS= omniORB41-4.1.*
PLIST_SUB+= SONUM=1
GNU_CONFIGURE= yes
-USES= gmake pkgconfig python tar:bzip2 ssl
+USES= gmake pkgconfig python tar:bzip2 shebangfix ssl
USE_LDCONFIG= yes
MAKEFILE= GNUmakefile
CONFIGURE_ENV+= PYTHON=${PYTHON_CMD}
@@ -26,6 +27,7 @@ OPTIONS_DEFAULT= STATIC
OPTIONS_SUB= yes
STATIC_CONFIGURE_OFF= --disable-static
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:S/-2//}
+SHEBANG_FILES= src/tool/omniidl/python/scripts/omniidlrun.py
post-patch:
@${REINPLACE_CMD} -e 's#-O2#${CFLAGS}#g' ${WRKSRC}/mk/beforeauto.mk.in
diff --git a/devel/py-mwlib/Makefile b/devel/py-mwlib/Makefile
index 90f3291..b79e860 100644
--- a/devel/py-mwlib/Makefile
+++ b/devel/py-mwlib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mwlib
PORTVERSION= 0.15.14
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -34,7 +34,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.2:devel/py-apipkg \
${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob
USES= python:2 shebangfix zip
-SHEBANG_FILES= mwlib/EasyTimeline.pl
+SHEBANG_FILES= mwlib/EasyTimeline.pl mwlib/writer/*.py \
+ mwlib/refine/*.py mwlib/parser/*.py \
+ mwlib/net/*.py mwlib/siteinfo/*.py
USE_PYTHON= autoplist distutils
USE_RC_SUBR= mwqserve nserve nslave postman
diff --git a/devel/py-pycallgraph/Makefile b/devel/py-pycallgraph/Makefile
index ef61cc4..eb7c2b9 100644
--- a/devel/py-pycallgraph/Makefile
+++ b/devel/py-pycallgraph/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pycallgraph
PORTVERSION= 0.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel python
MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \
http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/
@@ -16,14 +16,14 @@ LICENSE= GPLv2
RUN_DEPENDS+= dot:graphics/graphviz
-USES= python
+USES= python shebangfix
USE_PYTHON= distutils
+SHEBANG_FILES= examples/*.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
OPTIONS_DEFINE= EXAMPLES
-
post-install:
${INSTALL_MAN} ${WRKSRC}/man/pycallgraph.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
diff --git a/games/pycadia/Makefile b/games/pycadia/Makefile
index c41a302..ca0d3db 100644
--- a/games/pycadia/Makefile
+++ b/games/pycadia/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pycadia
PORTVERSION= 0.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games python
MASTER_SITES= GENTOO \
SF/nemysisfreebsdp/games/
@@ -19,8 +19,9 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= python:2
+USES= python:2 shebangfix
USE_GNOME= pygtk2 libgnomeui
+SHEBANG_FILES= *.py
PORTDOCS= CHANGELOG README gravity.txt
OPTIONS_DEFINE= DOCS
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 5d0676b..81c934b 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pysolfc
PORTVERSION= 2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \
SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets
@@ -17,9 +17,10 @@ LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
-USES= python tar:bzip2
+USES= python shebangfix tar:bzip2
USE_PYTHON= autoplist distutils
NO_ARCH= yes
+SHEBANG_FILES= data/themes/clearlooks/create_imgs.py
PLIST_FILES= share/pixmaps/pysolfc.png
DATADIR= ${PREFIX}/share/PySolFC
diff --git a/games/pysycache/Makefile b/games/pysycache/Makefile
index 8be926a..678ef35 100644
--- a/games/pysycache/Makefile
+++ b/games/pysycache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pysycache
PORTVERSION= 2.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games python
MASTER_SITES= http://download.gna.org/py4childs/${PORTNAME}/v${PORTVERSION}/
DIST_SUBDIR= ${PORTNAME}
@@ -16,10 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game
-USES= python zip
+USES= python shebangfix zip
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
+SHEBANG_FILES= *.py
OPTIONS_DEFINE= DOCS
diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile
index a78b274..d086b47 100644
--- a/graphics/py-freeimagepy/Makefile
+++ b/graphics/py-freeimagepy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= freeimagepy
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= SF/${PORTNAME}/FreeImagePy/V${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,9 @@ COMMENT= FreeImage library python wrapper
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
WRKSRC= ${WRKDIR}/FreeImagePy-${PORTVERSION}
-USES= python tar:bzip2
+USES= python shebangfix tar:bzip2
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+SHEBANG_FILES= FreeImagePy/*.py
.include <bsd.port.mk>
diff --git a/graphics/py-gphoto2/Makefile b/graphics/py-gphoto2/Makefile
index 226af57..ff632a1 100644
--- a/graphics/py-gphoto2/Makefile
+++ b/graphics/py-gphoto2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gphoto2
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
-USES= pkgconfig python
+USES= pkgconfig python shebangfix
USE_PYTHON= autoplist concurrent distutils
+SHEBANG_FILES= examples/*.py
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/graphics/tilecache/Makefile b/graphics/tilecache/Makefile
index 1f157fe..254398e 100644
--- a/graphics/tilecache/Makefile
+++ b/graphics/tilecache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= tilecache
PORTVERSION= 2.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics python geography www
MASTER_SITES= http://tilecache.org/
@@ -16,8 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup \
LICENSE= BSD3CLAUSE MIT
LICENSE_COMB= multi
-USES= python
+USES= python shebangfix
USE_PYTHON= distutils autoplist
+SHEBANG_FILES= tilecache.cgi tilecache.fcgi
FILES_ETC= TileCache/Service.py setup.py tilecache_install_config.py
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile
index b385e1b..9fac59e 100644
--- a/irc/py-irc/Makefile
+++ b/irc/py-irc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= irc
PORTVERSION= 13.1
+PORTREVISION= 1
CATEGORIES= irc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,9 +20,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}jaraco.util>0:devel/py-jaraco.util \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
-USES= python
+USES= python shebangfix
USE_PYTHON= distutils autoplist
NO_ARCH= yes
+SHEBANG_FILES= irc/*.py scripts/*.py
PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \
dccreceive.py dccsend.py ssl-cat.py
diff --git a/net-im/emesene/Makefile b/net-im/emesene/Makefile
index ed7d1e8..ab6d9aa 100644
--- a/net-im/emesene/Makefile
+++ b/net-im/emesene/Makefile
@@ -3,6 +3,7 @@
PORTNAME= emesene
PORTVERSION= 2.12.9
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net-im python
@@ -25,10 +26,11 @@ NO_BUILD= yes
USE_GITHUB= yes
-USES= desktop-file-utils gettext-runtime python
+USES= desktop-file-utils gettext-runtime python shebangfix
USE_GNOME= pygtk2:run
USE_GSTREAMER= python
INSTALLS_ICONS= yes
+SHEBANG_FILES= emesene/emesene
do-install:
@${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/emesene
diff --git a/www/py-django-devel/Makefile b/www/py-django-devel/Makefile
index 17151ef..6e1acb7 100644
--- a/www/py-django-devel/Makefile
+++ b/www/py-django-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= django
PORTVERSION= ${SNAPSHOTDATE}
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,11 @@ LICENSE= BSD3CLAUSE
SNAPSHOTDATE= 20150709
-USES= cpe gettext python
+USES= cpe gettext python shebangfix
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
+SHEBANG_FILES= django/conf/project_template/manage.py \
+ django/bin/django-admin.py
GH_TAGNAME= c954931
diff --git a/www/py-django110/Makefile b/www/py-django110/Makefile
index 5b88780..9d291eb 100644
--- a/www/py-django110/Makefile
+++ b/www/py-django110/Makefile
@@ -3,6 +3,7 @@
PORTNAME= django
PORTVERSION= 1.10.7
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
https://www.djangoproject.com/m/releases/${PORTVERSION}/
@@ -18,8 +19,10 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
-USES= cpe python
+USES= cpe python shebangfix
USE_PYTHON= autoplist distutils
+SHEBANG_FILES= django/bin/django-admin.py \
+ django/conf/project_template/manage.py-tpl
CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* py??-django111-*
CPE_VENDOR= djangoproject
diff --git a/www/py-django19/Makefile b/www/py-django19/Makefile
index 7ad2aa8..16e00ce 100644
--- a/www/py-django19/Makefile
+++ b/www/py-django19/Makefile
@@ -3,6 +3,7 @@
PORTNAME= django
PORTVERSION= 1.9.13
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
https://www.djangoproject.com/m/releases/${PORTVERSION:R}/
@@ -18,8 +19,10 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
-USES= cpe python
+USES= cpe python shebangfix
USE_PYTHON= autoplist distutils
+SHEBANG_FILES= django/conf/project_template/manage.py-tpl \
+ django/bin/django-admin.py
CONFLICTS_INSTALL= py??-django-devel-* py??-django1[68]-* py??-django11[01]-*
CPE_VENDOR= djangoproject
OpenPOWER on IntegriCloud