svn commit: r327561 - head/devel/p5-Array-Iterator

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 18 15:22:31 UTC 2013


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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
 @dirrm %%SITE_PERL%%/Array/Iterator
 @dirrmtry %%SITE_PERL%%/Array


More information about the svn-ports-all mailing list