diff options
-rw-r--r-- | devel/p5-Array-Iterator/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Array-Iterator/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-Array-Iterator/Makefile b/devel/p5-Array-Iterator/Makefile index 1b1284572802..80f435500e28 100644 --- a/devel/p5-Array-Iterator/Makefile +++ b/devel/p5-Array-Iterator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Array-Iterator -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Set of array iterators -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USE_PERL5= configure USES= perl5 @@ -20,7 +21,4 @@ MAN3= Array::Iterator.3 \ Array::Iterator::Circular.3 \ Array::Iterator::Reusable.3 -post-patch: - @${FIND} ${WRKSRC}/lib/ -name '*.orig' -delete - .include <bsd.port.mk> diff --git a/devel/p5-Array-Iterator/distinfo b/devel/p5-Array-Iterator/distinfo index 752d69eaa629..e77261f2f26f 100644 --- a/devel/p5-Array-Iterator/distinfo +++ b/devel/p5-Array-Iterator/distinfo @@ -1,2 +1,2 @@ -SHA256 (Array-Iterator-0.10.tar.gz) = 5795f2937f305f271d457b768159611965c0bc663249e239a037187d9f51f31e -SIZE (Array-Iterator-0.10.tar.gz) = 24927 +SHA256 (Array-Iterator-0.11.tar.gz) = a2c1498cb3bdc3622c8c1ce2afd2f45c7ab00fb6bebb2b08ba290d610fb158d4 +SIZE (Array-Iterator-0.11.tar.gz) = 21579 |