svn commit: r387005 - head/www/p5-HTML-Seamstress
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 22 10:17:28 UTC 2015
Author: amdmi3
Date: Fri May 22 10:17:27 2015
New Revision: 387005
URL: https://svnweb.freebsd.org/changeset/ports/387005
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/www/p5-HTML-Seamstress/Makefile
Modified: head/www/p5-HTML-Seamstress/Makefile
==============================================================================
--- head/www/p5-HTML-Seamstress/Makefile Fri May 22 10:17:18 2015 (r387004)
+++ head/www/p5-HTML-Seamstress/Makefile Fri May 22 10:17:27 2015 (r387005)
@@ -3,7 +3,7 @@
PORTNAME= HTML-Seamstress
PORTVERSION= 5.0h
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,7 +19,9 @@ BUILD_DEPENDS= p5-Class-Prototyped>=0:${
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= lib/HTML/Seamstress/tt.pl \
+ sbase.pl spkg.pl
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list