aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Array-Iterator
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-01-05 21:11:07 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-01-05 21:11:07 +0000
commit9ea60094d4019dd2b03cc28efd149651ec3647ee (patch)
treece8bbf7152c3b1e9cf25bb2b2ecd6dc6c47acd92 /devel/p5-Array-Iterator
parent64d283b01f9e0bdb39d78191cbdd76f83c64f50b (diff)
downloadports-9ea60094d4019dd2b03cc28efd149651ec3647ee.tar.gz
ports-9ea60094d4019dd2b03cc28efd149651ec3647ee.zip
- updated from v0.05 to v0.06
- updated maintainership 0.06 Fri July 8, 2005 - Fixed bug in Array::Iterator::peek(). Thanks to Hugo Cornelis for pointing it out - added tests for this - Added patch from Phillip Moore to support *single element iteration* using the hash-ref constructor option. - added tests and docs for this (also from Phillip :) Approved by: tobez (implicit)
Notes
Notes: svn path=/head/; revision=152830
Diffstat (limited to 'devel/p5-Array-Iterator')
-rw-r--r--devel/p5-Array-Iterator/Makefile6
-rw-r--r--devel/p5-Array-Iterator/distinfo5
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Array-Iterator/Makefile b/devel/p5-Array-Iterator/Makefile
index e7903b2990ee..dceb252c7df2 100644
--- a/devel/p5-Array-Iterator/Makefile
+++ b/devel/p5-Array-Iterator/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Array-Iterator
-PORTVERSION= 0.05
+PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
PKGNAMEPREFIX= p5-
-MAINTAINER= aaron@daltons.ca
+MAINTAINER= aaron@FreeBSD.org
COMMENT= A set of array iterators
MAN3= Array::Iterator.3 Array::Iterator::Circular.3 \
@@ -23,7 +23,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= "This port requires perl 5.6 or above."
+IGNORE= requires perl 5.6 or above
.endif
.include <bsd.port.post.mk>
diff --git a/devel/p5-Array-Iterator/distinfo b/devel/p5-Array-Iterator/distinfo
index e2538a598122..5d43b1f1c77f 100644
--- a/devel/p5-Array-Iterator/distinfo
+++ b/devel/p5-Array-Iterator/distinfo
@@ -1,2 +1,3 @@
-MD5 (Array-Iterator-0.05.tar.gz) = 8fe8300bcb964b32b4675c7df0afd99c
-SIZE (Array-Iterator-0.05.tar.gz) = 9299
+MD5 (Array-Iterator-0.06.tar.gz) = 85fdecd3bd9a7d6cd0a6b6fcf1233ebd
+SHA256 (Array-Iterator-0.06.tar.gz) = e7e4f3bdc3f622471c323b6f6924b5dd2c89d7d8c277439c20ff1bbc6a17bc0c
+SIZE (Array-Iterator-0.06.tar.gz) = 10388