Date: Fri, 22 May 2015 10:17:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387005 - head/www/p5-HTML-Seamstress Message-ID: <201505221017.t4MAHR0G029458@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505221017.t4MAHR0G029458>