Date: Tue, 5 Nov 2013 19:07:12 +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: r332899 - head/devel/p5-Coro Message-ID: <201311051907.rA5J7CrI099330@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Nov 5 19:07:11 2013 New Revision: 332899 URL: http://svnweb.freebsd.org/changeset/ports/332899 Log: - Update to 6.32 - Convert to new options framework - Use USES=shebangfix Changes: http://search.cpan.org/dist/Coro/Changes Modified: head/devel/p5-Coro/Makefile head/devel/p5-Coro/distinfo (contents, props changed) Modified: head/devel/p5-Coro/Makefile ============================================================================== --- head/devel/p5-Coro/Makefile Tue Nov 5 19:04:59 2013 (r332898) +++ head/devel/p5-Coro/Makefile Tue Nov 5 19:07:11 2013 (r332899) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Coro -PORTVERSION= 6.31 +PORTVERSION= 6.32 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -22,17 +22,20 @@ BUILD_DEPENDS= p5-AnyEvent>=7:${PORTSDIR p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +OPTIONS_DEFINE= DOCS EXAMPLES + +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= Coro/*.pl eg/* +SHEBANG_LANG= perl2 +perl2_OLD_CMD= /opt/bin/perl +perl2_CMD= ${LOCALBASE}/bin/perl + post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/cede-vs-schedule ${STAGEDIR}${DOCSDIR}/ -.endif -.if !defined(NOPORTEXAMPLES) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include <bsd.port.mk> Modified: head/devel/p5-Coro/distinfo ============================================================================== --- head/devel/p5-Coro/distinfo Tue Nov 5 19:04:59 2013 (r332898) +++ head/devel/p5-Coro/distinfo Tue Nov 5 19:07:11 2013 (r332899) @@ -1,2 +1,2 @@ -SHA256 (Coro-6.31.tar.gz) = a73ace48d940b28e3dfb32d2f3507205d3ddfdc6610075ecc72e19476bb6de44 -SIZE (Coro-6.31.tar.gz) = 185263 +SHA256 (Coro-6.32.tar.gz) = 00ca58cb6137866e4f266463eb0e46a566c117f6f4ea0db6121fc26f0fa1dc08 +SIZE (Coro-6.32.tar.gz) = 187170
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051907.rA5J7CrI099330>