From owner-svn-ports-all@FreeBSD.ORG Tue Jun 2 13:08:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC67EE50; Tue, 2 Jun 2015 13:08:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB0EC10D1; Tue, 2 Jun 2015 13:08:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t52D8pTD006597; Tue, 2 Jun 2015 13:08:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t52D8p73006596; Tue, 2 Jun 2015 13:08:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506021308.t52D8p73006596@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Jun 2015 13:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388353 - branches/2015Q2/www/awffull X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jun 2015 13:08:52 -0000 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} \