Date: Fri, 22 May 2015 10:26:00 +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: r387015 - head/www/p5-URI-Title Message-ID: <201505221026.t4MAQ0H9035257@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 22 10:25:59 2015 New Revision: 387015 URL: https://svnweb.freebsd.org/changeset/ports/387015 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/p5-URI-Title/Makefile Modified: head/www/p5-URI-Title/Makefile ============================================================================== --- head/www/p5-URI-Title/Makefile Fri May 22 10:25:43 2015 (r387014) +++ head/www/p5-URI-Title/Makefile Fri May 22 10:25:59 2015 (r387015) @@ -3,7 +3,7 @@ PORTNAME= URI-Title PORTVERSION= 1.86 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,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?201505221026.t4MAQ0H9035257>