Date: Tue, 2 Jun 2015 23:33:02 +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: r388407 - branches/2015Q2/www/p5-URI-Title Message-ID: <201506022333.t52NX2N8031693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:33:02 2015 New Revision: 388407 URL: https://svnweb.freebsd.org/changeset/ports/388407 Log: MFH: r387015 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/p5-URI-Title/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/p5-URI-Title/Makefile ============================================================================== --- branches/2015Q2/www/p5-URI-Title/Makefile Tue Jun 2 23:32:03 2015 (r388406) +++ branches/2015Q2/www/p5-URI-Title/Makefile Tue Jun 2 23:33:02 2015 (r388407) @@ -3,7 +3,7 @@ PORTNAME= URI-Title PORTVERSION= 1.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= URI @@ -20,7 +20,8 @@ COMMON_DEPENDS= p5-File-Type>=0.22:${POR BUILD_DEPENDS= ${COMMON_DEPENDS} RUN_DEPENDS= ${COMMON_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= title.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?201506022333.t52NX2N8031693>