From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 15:22:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E929BD9; Wed, 18 Sep 2013 15:22:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 532892136; Wed, 18 Sep 2013 15:22:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8IFMVqR072698; Wed, 18 Sep 2013 15:22:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8IFMU1F072695; Wed, 18 Sep 2013 15:22:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309181522.r8IFMU1F072695@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Sep 2013 15:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327561 - head/devel/p5-Array-Iterator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 15:22:31 -0000 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 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 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrm %%SITE_PERL%%/Array/Iterator @dirrmtry %%SITE_PERL%%/Array