svn commit: r392086 - head/graphics/commons-utilities
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 14 20:32:48 UTC 2015
Author: amdmi3
Date: Tue Jul 14 20:32:47 2015
New Revision: 392086
URL: https://svnweb.freebsd.org/changeset/ports/392086
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/graphics/commons-utilities/Makefile
Modified: head/graphics/commons-utilities/Makefile
==============================================================================
--- head/graphics/commons-utilities/Makefile Tue Jul 14 20:32:39 2015 (r392085)
+++ head/graphics/commons-utilities/Makefile Tue Jul 14 20:32:47 2015 (r392086)
@@ -3,7 +3,7 @@
PORTNAME= commons-utilities
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/
@@ -19,7 +19,8 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORT
${PYTHON_PKGNAMEPREFIX}mechanize>=0.2:${PORTSDIR}/www/py-mechanize \
exiv2:${PORTSDIR}/graphics/exiv2
-USES= jpeg perl5 python
+USES= jpeg perl5 python shebangfix
+SHEBANG_FILES= commons-csv-creator
USE_PERL5= run
NO_BUILD= yes
More information about the svn-ports-all
mailing list