Date: Tue, 2 Jun 2015 13:08:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388353 - branches/2015Q2/www/awffull Message-ID: <201506021308.t52D8p73006596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021308.t52D8p73006596>