Date: Tue, 2 Jun 2015 23:22: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: r388398 - branches/2015Q2/www/p5-CGI-XMLApplication Message-ID: <201506022322.t52NMpGP025386@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:22:51 2015 New Revision: 388398 URL: https://svnweb.freebsd.org/changeset/ports/388398 Log: MFH: r387004 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/p5-CGI-XMLApplication/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/p5-CGI-XMLApplication/Makefile ============================================================================== --- branches/2015Q2/www/p5-CGI-XMLApplication/Makefile Tue Jun 2 23:21:53 2015 (r388397) +++ branches/2015Q2/www/p5-CGI-XMLApplication/Makefile Tue Jun 2 23:22:51 2015 (r388398) @@ -3,7 +3,7 @@ PORTNAME= CGI-XMLApplication PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSD p5-XML-LibXSLT>=0:${PORTSDIR}/textproc/p5-XML-LibXSLT RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/*.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022322.t52NMpGP025386>