svn commit: r388071 - head/security/p5-Crypt-Tea_JS
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:16:52 UTC 2015
Author: amdmi3
Date: Sun May 31 13:16:51 2015
New Revision: 388071
URL: https://svnweb.freebsd.org/changeset/ports/388071
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/security/p5-Crypt-Tea_JS/Makefile
Modified: head/security/p5-Crypt-Tea_JS/Makefile
==============================================================================
--- head/security/p5-Crypt-Tea_JS/Makefile Sun May 31 13:16:29 2015 (r388070)
+++ head/security/p5-Crypt-Tea_JS/Makefile Sun May 31 13:16:51 2015 (r388071)
@@ -3,7 +3,7 @@
PORTNAME= Crypt-Tea_JS
PORTVERSION= 2.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,7 +13,8 @@ COMMENT= Next gen Tiny Encryption Algori
CONFLICTS= p5-Crypt-T_e_a-[0-9]*
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= examples/tea_demo.cgi
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
More information about the svn-ports-all
mailing list