Index: head/devel/p5-Array-Iterator/Makefile =================================================================== --- head/devel/p5-Array-Iterator/Makefile (revision 281623) +++ head/devel/p5-Array-Iterator/Makefile (revision 281624) @@ -1,22 +1,26 @@ # New ports collection makefile for: Array Iterator # Date created: 1 August 2004 # Whom: Aaron Dalton # # $FreeBSD$ # PORTNAME= Array-Iterator -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A set of array iterators -MAN3= Array::Iterator.3 Array::Iterator::Circular.3 \ - Array::Iterator::BiDirectional.3 Array::Iterator::Reusable.3 +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception -PERL_CONFIGURE= yes +PERL_MODBUILD= yes + +MAN3= Array::Iterator.3 \ + Array::Iterator::BiDirectional.3 \ + Array::Iterator::Circular.3 \ + Array::Iterator::Reusable.3 .include Property changes on: head/devel/p5-Array-Iterator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/p5-Array-Iterator/distinfo =================================================================== --- head/devel/p5-Array-Iterator/distinfo (revision 281623) +++ head/devel/p5-Array-Iterator/distinfo (revision 281624) @@ -1,2 +1,2 @@ -SHA256 (Array-Iterator-0.06.tar.gz) = e7e4f3bdc3f622471c323b6f6924b5dd2c89d7d8c277439c20ff1bbc6a17bc0c -SIZE (Array-Iterator-0.06.tar.gz) = 10388 +SHA256 (Array-Iterator-0.07.tar.gz) = 85b3cecb14a5a693f9bdce537dbf65a3a4cb41b437fc712ddc292bd273ebfc93 +SIZE (Array-Iterator-0.07.tar.gz) = 21793 Property changes on: head/devel/p5-Array-Iterator/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/p5-Array-Iterator/pkg-plist =================================================================== --- head/devel/p5-Array-Iterator/pkg-plist (revision 281623) +++ head/devel/p5-Array-Iterator/pkg-plist (revision 281624) @@ -1,9 +1,6 @@ %%SITE_PERL%%/Array/Iterator.pm %%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 Property changes on: head/devel/p5-Array-Iterator/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property