Date: Sat, 9 Nov 2013 18:49:02 +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: r333323 - head/devel/p5-Data-Section Message-ID: <201311091849.rA9In2Kv091791@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 9 18:49:02 2013 New Revision: 333323 URL: http://svnweb.freebsd.org/changeset/ports/333323 Log: - Update to 0.200003 - Sort *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Data-Section/Changes Modified: head/devel/p5-Data-Section/Makefile head/devel/p5-Data-Section/distinfo (contents, props changed) Modified: head/devel/p5-Data-Section/Makefile ============================================================================== --- head/devel/p5-Data-Section/Makefile Sat Nov 9 18:48:57 2013 (r333322) +++ head/devel/p5-Data-Section/Makefile Sat Nov 9 18:49:02 2013 (r333323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Section -PORTVERSION= 0.101622 +PORTVERSION= 0.200003 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,10 @@ COMMENT= Read multiple hunks of data out LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat -RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \ - p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat +BUILD_DEPENDS= p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ + p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Data-Section/distinfo ============================================================================== --- head/devel/p5-Data-Section/distinfo Sat Nov 9 18:48:57 2013 (r333322) +++ head/devel/p5-Data-Section/distinfo Sat Nov 9 18:49:02 2013 (r333323) @@ -1,2 +1,2 @@ -SHA256 (Data-Section-0.101622.tar.gz) = 33613e5daf0791fc2c5878fd82ef260e944b1e1fa205bcc753c31c62f5b7c7d3 -SIZE (Data-Section-0.101622.tar.gz) = 17813 +SHA256 (Data-Section-0.200003.tar.gz) = 21de7e7ef40bc9b777524f6159c5d81b2ac60ae59b1e999a3412c8dfb1311a22 +SIZE (Data-Section-0.200003.tar.gz) = 17836
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311091849.rA9In2Kv091791>