svn commit: r384566 - head/textproc/p5-Search-Estraier
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 23 13:22:00 UTC 2015
Author: amdmi3
Date: Thu Apr 23 13:22:00 2015
New Revision: 384566
URL: https://svnweb.freebsd.org/changeset/ports/384566
Log:
- Fix shebangs
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/textproc/p5-Search-Estraier/Makefile
Modified: head/textproc/p5-Search-Estraier/Makefile
==============================================================================
--- head/textproc/p5-Search-Estraier/Makefile Thu Apr 23 13:17:54 2015 (r384565)
+++ head/textproc/p5-Search-Estraier/Makefile Thu Apr 23 13:22:00 2015 (r384566)
@@ -3,7 +3,7 @@
PORTNAME= Search-Estraier
PORTVERSION= 0.09
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= scripts/*
USE_PERL5= configure
post-install:
More information about the svn-ports-all
mailing list