Date: Sun, 31 May 2015 13:22:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388082 - head/security/p5-Filter-CBC Message-ID: <201505311322.t4VDMYNQ044276@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 31 13:22:34 2015 New Revision: 388082 URL: https://svnweb.freebsd.org/changeset/ports/388082 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Modified: head/security/p5-Filter-CBC/Makefile Modified: head/security/p5-Filter-CBC/Makefile ============================================================================== --- head/security/p5-Filter-CBC/Makefile Sun May 31 13:22:05 2015 (r388081) +++ head/security/p5-Filter-CBC/Makefile Sun May 31 13:22:34 2015 (r388082) @@ -3,7 +3,7 @@ PORTNAME= Filter-CBC PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,10 @@ BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/ RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/*.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311322.t4VDMYNQ044276>