svn commit: r374449 - head/www/p5-ZConf-RSS

Mathieu Arnold mat at FreeBSD.org
Wed Dec 10 12:00:25 UTC 2014


Author: mat
Date: Wed Dec 10 12:00:24 2014
New Revision: 374449
URL: https://svnweb.freebsd.org/changeset/ports/374449
QAT: https://qat.redports.org/buildarchive/r374449/

Log:
  Fix shebangs.
  
  Sponsored by:	Absolight

Modified:
  head/www/p5-ZConf-RSS/Makefile

Modified: head/www/p5-ZConf-RSS/Makefile
==============================================================================
--- head/www/p5-ZConf-RSS/Makefile	Wed Dec 10 11:52:40 2014	(r374448)
+++ head/www/p5-ZConf-RSS/Makefile	Wed Dec 10 12:00:24 2014	(r374449)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ZConf-RSS
 PORTVERSION=	2.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-ZConf>=0:${PORTSDIR}/n
 		p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	bin/*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list