svn commit: r388075 - head/textproc/p5-Text-Prefix-XS
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 31 13:19:32 UTC 2015
Author: amdmi3
Date: Sun May 31 13:19:31 2015
New Revision: 388075
URL: https://svnweb.freebsd.org/changeset/ports/388075
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/textproc/p5-Text-Prefix-XS/Makefile
Modified: head/textproc/p5-Text-Prefix-XS/Makefile
==============================================================================
--- head/textproc/p5-Text-Prefix-XS/Makefile Sun May 31 13:18:23 2015 (r388074)
+++ head/textproc/p5-Text-Prefix-XS/Makefile Sun May 31 13:19:31 2015 (r388075)
@@ -3,7 +3,7 @@
PORTNAME= Text-Prefix-XS
PORTVERSION= 0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTS
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep
+SHEBANG_FILES= trie.pl
USE_PERL5= configure
-USES= perl5
+USES= perl5 shebangfix
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list