Date: Thu, 19 Jan 2012 15:13:32 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cm@therek.net Subject: ports/164316: [PATCH] devel/p5-DateTime-Format-Flexible: update to 0.21 and add TEST_DEPENDS to enable testing Message-ID: <201201192013.q0JKDW0v041104@meatwad.mouf.net> Resent-Message-ID: <201201192020.q0JKK85E087763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164316 >Category: ports >Synopsis: [PATCH] devel/p5-DateTime-Format-Flexible: update to 0.21 and add TEST_DEPENDS to enable testing >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: Thu Jan 19 20:20:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Mon Dec 19 15:53:28 EST 2011 >Description: - Update to 0.21 - Add TEST_DEPENDS to enable testing Note, this verison passes it's tests, the previous version (0.17) didn't. Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-DateTime-Format-Flexible-0.21.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Flexible/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 13 Dec 2010 18:31:29 -0000 1.3 +++ Makefile 19 Jan 2012 20:12:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Format-Flexible -PORTVERSION= 0.17 +PORTVERSION= 0.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,11 +19,13 @@ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime PERL_CONFIGURE= yes MAN3= DateTime::Format::Flexible.3 \ DateTime::Format::Flexible::lang.3 \ + DateTime::Format::Flexible::lang::de.3 \ DateTime::Format::Flexible::lang::en.3 \ DateTime::Format::Flexible::lang::es.3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Flexible/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 13 Dec 2010 18:31:29 -0000 1.3 +++ distinfo 19 Jan 2012 20:12:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Flexible-0.17.tar.gz) = 56beb275d21925e499a4180f26efed2b083048cc6f62cd82e2688b8623a13f95 -SIZE (DateTime-Format-Flexible-0.17.tar.gz) = 65330 +SHA256 (DateTime-Format-Flexible-0.21.tar.gz) = 1f7daf1aa1bafbe247082f49a292958f78384d648c9d763d8c8b1425c088c085 +SIZE (DateTime-Format-Flexible-0.21.tar.gz) = 68245 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/p5-DateTime-Format-Flexible/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 17 Apr 2010 19:49:44 -0000 1.2 +++ pkg-plist 19 Jan 2012 20:12:54 -0000 @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Flexible/.packlist %%SITE_PERL%%/DateTime/Format/Flexible.pm %%SITE_PERL%%/DateTime/Format/Flexible/lang.pm +%%SITE_PERL%%/DateTime/Format/Flexible/lang/de.pm %%SITE_PERL%%/DateTime/Format/Flexible/lang/en.pm %%SITE_PERL%%/DateTime/Format/Flexible/lang/es.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Flexible --- p5-DateTime-Format-Flexible-0.21.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201192013.q0JKDW0v041104>