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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 18 20:54:25 UTC 2013


Author: sunpoet
Date: Wed Sep 18 20:54:24 2013
New Revision: 327574
URL: http://svnweb.freebsd.org/changeset/ports/327574

Log:
  - Update to 0.11
  
  Changes:	http://search.cpan.org/dist/Array-Iterator/Changes

Modified:
  head/devel/p5-Array-Iterator/Makefile
  head/devel/p5-Array-Iterator/distinfo

Modified: head/devel/p5-Array-Iterator/Makefile
==============================================================================
--- head/devel/p5-Array-Iterator/Makefile	Wed Sep 18 20:07:27 2013	(r327573)
+++ head/devel/p5-Array-Iterator/Makefile	Wed Sep 18 20:54:24 2013	(r327574)
@@ -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 at 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>

Modified: head/devel/p5-Array-Iterator/distinfo
==============================================================================
--- head/devel/p5-Array-Iterator/distinfo	Wed Sep 18 20:07:27 2013	(r327573)
+++ head/devel/p5-Array-Iterator/distinfo	Wed Sep 18 20:54:24 2013	(r327574)
@@ -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


More information about the svn-ports-all mailing list