svn commit: r387015 - head/www/p5-URI-Title
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 22 10:26:00 UTC 2015
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>
More information about the svn-ports-all
mailing list