svn commit: r388353 - branches/2015Q2/www/awffull
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 13:08:52 UTC 2015
Author: amdmi3
Date: Tue Jun 2 13:08:51 2015
New Revision: 388353
URL: https://svnweb.freebsd.org/changeset/ports/388353
Log:
MFH: r386926
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/awffull/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/awffull/Makefile
==============================================================================
--- branches/2015Q2/www/awffull/Makefile Tue Jun 2 13:06:04 2015 (r388352)
+++ branches/2015Q2/www/awffull/Makefile Tue Jun 2 13:08:51 2015 (r388353)
@@ -3,7 +3,7 @@
PORTNAME= awffull
PORTVERSION= 3.10.2
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES?= www
MASTER_SITES= http://www.stedee.id.au/files/
@@ -11,6 +11,7 @@ MAINTAINER?= chad at wickdev.com
COMMENT= AWFFull is a webserver log analysis tool forked from Webalizer
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \
@@ -26,7 +27,9 @@ FONTLABEL?= ${LOCALBASE}/share/fonts/bit
OPTIONS_DEFINE= GEOIP DOCS EXAMPLES NLS
OPTIONS_SUB= yes
-USES= gettext iconv
+USES= gettext iconv shebangfix
+SHEBANG_FILES= contrib/awffull_history_regen.pl \
+ contrib/awffull_history_regen_german.pl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \
More information about the svn-ports-all
mailing list