svn commit: r388399 - branches/2015Q2/www/p5-HTML-Seamstress
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 2 23:24:05 UTC 2015
Author: amdmi3
Date: Tue Jun 2 23:24:04 2015
New Revision: 388399
URL: https://svnweb.freebsd.org/changeset/ports/388399
Log:
MFH: r387005
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam (shebang fix blanket)
Modified:
branches/2015Q2/www/p5-HTML-Seamstress/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/p5-HTML-Seamstress/Makefile
==============================================================================
--- branches/2015Q2/www/p5-HTML-Seamstress/Makefile Tue Jun 2 23:22:51 2015 (r388398)
+++ branches/2015Q2/www/p5-HTML-Seamstress/Makefile Tue Jun 2 23:24:04 2015 (r388399)
@@ -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-all
mailing list