svn commit: r387342 - head/www/p5-WebService-Technorati
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 24 21:36:39 UTC 2015
Author: amdmi3
Date: Sun May 24 21:36:38 2015
New Revision: 387342
URL: https://svnweb.freebsd.org/changeset/ports/387342
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/www/p5-WebService-Technorati/Makefile
Modified: head/www/p5-WebService-Technorati/Makefile
==============================================================================
--- head/www/p5-WebService-Technorati/Makefile Sun May 24 21:03:19 2015 (r387341)
+++ head/www/p5-WebService-Technorati/Makefile Sun May 24 21:36:38 2015 (r387342)
@@ -3,7 +3,7 @@
PORTNAME= WebService-Technorati
PORTVERSION= 0.04
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-XML-XPath>=0:${PORTSDI
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= pod2html.pl
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list