svn commit: r388397 - branches/2015Q2/www/thundercache
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 23:21:54 UTC 2015
Author: amdmi3
Date: Tue Jun 2 23:21:53 2015
New Revision: 388397
URL: https://svnweb.freebsd.org/changeset/ports/388397
Log:
MFH: r387003
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/thundercache/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/thundercache/Makefile
==============================================================================
--- branches/2015Q2/www/thundercache/Makefile Tue Jun 2 23:20:46 2015 (r388396)
+++ branches/2015Q2/www/thundercache/Makefile Tue Jun 2 23:21:53 2015 (r388397)
@@ -2,7 +2,7 @@
PORTNAME= thundercache
PORTVERSION= 6.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= http://www.thundercache.com.br/dist/ \
http://www.bmsoftware.org/packs/ \
@@ -29,7 +29,8 @@ PHP_DESC= Install PHP for reporting gene
PGSQL_DESC= Install PostgreSQL (report data storing)
USE_OPENSSL= yes
-USES= tar:bzip2
+USES= shebangfix tar:bzip2
+SHEBANG_FILES= sbin/thunderlog.php
ONLY_FOR_ARCHS= i386 amd64
More information about the svn-ports-all
mailing list