Date: Fri, 28 Feb 2014 15:12:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346525 - head/devel/p5-Reflex Message-ID: <201402281512.s1SFCba2039863@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Feb 28 15:12:37 2014 New Revision: 346525 URL: http://svnweb.freebsd.org/changeset/ports/346525 QAT: https://qat.redports.org/buildarchive/r346525/ Log: - Fix shebang - Bump PORTREVISION for package change Approved by: portmgr (blanket) Modified: head/devel/p5-Reflex/Makefile Modified: head/devel/p5-Reflex/Makefile ============================================================================== --- head/devel/p5-Reflex/Makefile Fri Feb 28 15:11:12 2014 (r346524) +++ head/devel/p5-Reflex/Makefile Fri Feb 28 15:12:37 2014 (r346525) @@ -3,6 +3,7 @@ PORTNAME= Reflex PORTVERSION= 0.099 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RCAPUTO @@ -19,11 +20,13 @@ BUILD_DEPENDS= p5-POE>=1.294:${PORTSDIR} p5-MooseX-Role-Parameterized>=0.23:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure OPTIONS_DEFINE= DOCS EXAMPLES +SHEBANG_FILES= eg/*.pl + post-extract: @${RM} ${WRKSRC}/bench.pl @${REINPLACE_CMD} -e '/^bench.pl$$/d' ${WRKSRC}/MANIFEST
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281512.s1SFCba2039863>