svn commit: r386926 - head/www/awffull

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 21 11:34:25 UTC 2015


Author: amdmi3
Date: Thu May 21 11:34:24 2015
New Revision: 386926
URL: https://svnweb.freebsd.org/changeset/ports/386926

Log:
  - Fix shebangs
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/awffull/Makefile

Modified: head/www/awffull/Makefile
==============================================================================
--- head/www/awffull/Makefile	Thu May 21 11:33:24 2015	(r386925)
+++ head/www/awffull/Makefile	Thu May 21 11:34:24 2015	(r386926)
@@ -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