diff options
author | obache <obache@pkgsrc.org> | 2011-06-19 12:04:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-19 12:04:46 +0000 |
commit | d45ebd97ec368e306655bdb414fc417bc2617fcb (patch) | |
tree | caf980713de73e644fff6d979c08f52879539622 /time | |
parent | 6a7000972d43abca2b953736074252b5cfef5848 (diff) | |
download | pkgsrc-d45ebd97ec368e306655bdb414fc417bc2617fcb.tar.gz |
Update p5-Time-modules to 2011.0517.
(contains fixes for PR#43823).
2011.0517:
Bugfix from Sophie Hamilton: call tzset() when changing timezones.
Bugfix: bail out of tests cleanly when tzset doesn't work.
2011.0505:
Bugfix: make sure $ampm is defined so no undefined string warnings
are issued.
Honor the GMT flag when parsing time specs. Patch from
kris at shannon.id.au.
Bugfix: RT#31477 noon & midnight would match in the middle of strings.
Added %v conversion for Time::CTime
Added tests to disprove invalid bug reports.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-modules/Makefile | 5 | ||||
-rw-r--r-- | time/p5-Time-modules/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile index e872e0cc0e3..1c2cdc26d4a 100644 --- a/time/p5-Time-modules/Makefile +++ b/time/p5-Time-modules/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:36:29 seb Exp $ +# $NetBSD: Makefile,v 1.5 2011/06/19 12:04:46 obache Exp $ -DISTNAME= Time-modules-2006.0814 +DISTNAME= Time-modules-2011.0517 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-modules/distinfo b/time/p5-Time-modules/distinfo index d4295f2071a..60b3223aee3 100644 --- a/time/p5-Time-modules/distinfo +++ b/time/p5-Time-modules/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/19 17:59:42 abs Exp $ +$NetBSD: distinfo,v 1.2 2011/06/19 12:04:46 obache Exp $ -SHA1 (Time-modules-2006.0814.tar.gz) = a79c6bcce924fcb3a0b08eea37dbad27d2880ebf -RMD160 (Time-modules-2006.0814.tar.gz) = 555fd3eca2201d4c422514af4a7e74586f0aca13 -Size (Time-modules-2006.0814.tar.gz) = 23997 bytes +SHA1 (Time-modules-2011.0517.tar.gz) = 350ab8c72fe400a2a4ff349a1173fa64db645f0c +RMD160 (Time-modules-2011.0517.tar.gz) = 28a2fec7335f5ab0766ac3d75243a61fc9a5c488 +Size (Time-modules-2011.0517.tar.gz) = 25621 bytes |