svn commit: r388082 - head/security/p5-Filter-CBC
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:22:35 UTC 2015
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
More information about the svn-ports-head
mailing list