Date: Wed, 18 Sep 2013 15:22:30 +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: r327561 - head/devel/p5-Array-Iterator Message-ID: <201309181522.r8IFMU1F072695@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Sep 18 15:22:30 2013 New Revision: 327561 URL: http://svnweb.freebsd.org/changeset/ports/327561 Log: - Update to 0.10 Changes: http://search.cpan.org/dist/Array-Iterator/Changes Modified: head/devel/p5-Array-Iterator/Makefile head/devel/p5-Array-Iterator/distinfo head/devel/p5-Array-Iterator/pkg-plist (contents, props changed) Modified: head/devel/p5-Array-Iterator/Makefile ============================================================================== --- head/devel/p5-Array-Iterator/Makefile Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/Makefile Wed Sep 18 15:22:30 2013 (r327561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Iterator -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Set of array iterators TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -USE_PERL5= modbuild +USE_PERL5= configure USES= perl5 MAN3= Array::Iterator.3 \ @@ -20,4 +20,7 @@ MAN3= Array::Iterator.3 \ Array::Iterator::Circular.3 \ Array::Iterator::Reusable.3 +post-patch: + @${FIND} ${WRKSRC}/lib/ -name '*.orig' -delete + .include <bsd.port.mk> Modified: head/devel/p5-Array-Iterator/distinfo ============================================================================== --- head/devel/p5-Array-Iterator/distinfo Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/distinfo Wed Sep 18 15:22:30 2013 (r327561) @@ -1,2 +1,2 @@ -SHA256 (Array-Iterator-0.09.tar.gz) = c05985ca238f7d3611da9f64bc3b91cffd81fefaeea0403c5492a2a39edbd2a1 -SIZE (Array-Iterator-0.09.tar.gz) = 21764 +SHA256 (Array-Iterator-0.10.tar.gz) = 5795f2937f305f271d457b768159611965c0bc663249e239a037187d9f51f31e +SIZE (Array-Iterator-0.10.tar.gz) = 24927 Modified: head/devel/p5-Array-Iterator/pkg-plist ============================================================================== --- head/devel/p5-Array-Iterator/pkg-plist Wed Sep 18 15:22:25 2013 (r327560) +++ head/devel/p5-Array-Iterator/pkg-plist Wed Sep 18 15:22:30 2013 (r327561) @@ -2,5 +2,8 @@ %%SITE_PERL%%/Array/Iterator/BiDirectional.pm %%SITE_PERL%%/Array/Iterator/Circular.pm %%SITE_PERL%%/Array/Iterator/Reusable.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrm %%SITE_PERL%%/Array/Iterator @dirrmtry %%SITE_PERL%%/Array
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309181522.r8IFMU1F072695>