Date: Mon, 9 Feb 2009 21:42:26 GMT From: "Cory R. King" <coryking@mozimedia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131543: Update devel/p5-Params-Util to 0.37 Message-ID: <200902092142.n19LgQmj088246@www.freebsd.org> Resent-Message-ID: <200902092150.n19Lo1vg000615@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131543 >Category: ports >Synopsis: Update devel/p5-Params-Util to 0.37 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 09 21:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cory R. King >Release: 7.1-Release >Organization: Mozi Media Group, LLC. >Environment: >Description: >From the changelog (http://cpansearch.perl.org/src/ADAMK/Params-Util-0.37/Changes) 0.37 Wed 4 Feb 2009 - fix _HASH for bleadperl (patch from RAFL) - fix regex (more) for bleadperl (patch from RAFL) Also added support for "make test", which runs the modules test suite. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Params-Util/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1 Feb 2009 21:59:26 -0000 1.22 +++ Makefile 9 Feb 2009 21:37:50 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Params-Util -PORTVERSION= 0.36 +PORTVERSION= 0.37 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,8 +20,15 @@ .include <bsd.port.pre.mk> +BUILD_DEPENDS+= p5-PathTools>=3.2900:${PORTSDIR}/devel/p5-PathTools + .if ${PERL_LEVEL} < 500805 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif +test: build + @(cd ${WRKSRC}; make test) + +regression-test: test + .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Params-Util/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 1 Feb 2009 21:59:27 -0000 1.21 +++ distinfo 9 Feb 2009 21:37:50 -0000 @@ -1,3 +1,3 @@ -MD5 (Params-Util-0.36.tar.gz) = 0b69ac4ae7d18152ef7c4debae24758c -SHA256 (Params-Util-0.36.tar.gz) = 21f2814faf04a17569e850e3dcfbd9bd5ef75046bf286ca7eb92db384d72dc51 -SIZE (Params-Util-0.36.tar.gz) = 37709 +MD5 (Params-Util-0.37.tar.gz) = 0408b6ff9dd32e6dc0b5405c5e0f55e6 +SHA256 (Params-Util-0.37.tar.gz) = 66b123444847a383a3140914c67f8af20324d252e8995e267355e80515dc66d8 +SIZE (Params-Util-0.37.tar.gz) = 37799 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902092142.n19LgQmj088246>