Date: Tue, 2 Jun 2015 23:24:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388399 - branches/2015Q2/www/p5-HTML-Seamstress Message-ID: <201506022324.t52NO506025689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022324.t52NO506025689>