svn commit: r388395 - branches/2015Q2/www/webstats
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 23:19:47 UTC 2015
Author: amdmi3
Date: Tue Jun 2 23:19:46 2015
New Revision: 388395
URL: https://svnweb.freebsd.org/changeset/ports/388395
Log:
MFH: r387001
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/webstats/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/webstats/Makefile
==============================================================================
--- branches/2015Q2/www/webstats/Makefile Tue Jun 2 23:09:57 2015 (r388394)
+++ branches/2015Q2/www/webstats/Makefile Tue Jun 2 23:19:46 2015 (r388395)
@@ -3,7 +3,7 @@
PORTNAME= webstats
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.patsplanet.com/software/webstats/files/ \
http://www.caomhin.org/geek/ports/
@@ -16,7 +16,8 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/anal
${LOCALBASE}/reportmagic/rmagic.pl:${PORTSDIR}/www/reportmagic
NO_BUILD= yes
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= scripts/perl/webstats
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \
More information about the svn-ports-all
mailing list