Date: Wed, 10 Dec 2014 12:00:25 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374449 - head/www/p5-ZConf-RSS Message-ID: <201412101200.sBAC0Pkg037708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412101200.sBAC0Pkg037708>