svn commit: r388407 - branches/2015Q2/www/p5-URI-Title

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:33:02 UTC 2015


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>


More information about the svn-ports-branches mailing list