diff options
author | mef <mef@pkgsrc.org> | 2014-12-04 02:41:53 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-04 02:41:53 +0000 |
commit | 4724d7d6b037cf475b1b255eca4a2311d68832cb (patch) | |
tree | 06af3e3a528fbf1ed8b722496acf2ed6503014d7 | |
parent | dd051f996ad4d4fec0120607828882a0d486b369 (diff) | |
download | pkgsrc-4724d7d6b037cf475b1b255eca4a2311d68832cb.tar.gz |
Update 1.11 to 1.12
1.12 2012 September 27
- Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
This was a boneheaded mistake I should have fixed years ago.
Many thanks to Karl Moens for reporting the error, and for a patch.
- Fix CPAN RT bug 47229: Build.PL dependencies.
Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
has no concept of "recommended" or "optional" modules.
Thanks to Jens Rehsack for the suggestion.
- Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
Thanks to Will Coleda for pointing this out.
- Fix CPAN RT bug 76705/76707 (maybe): month out of range.
I can't reproduce this bug, but I made a change to the time parsing
that might fix it. Thanks to Todd Bezenek for reporting the problem.
-rw-r--r-- | time/p5-Time-Format/Makefile | 5 | ||||
-rw-r--r-- | time/p5-Time-Format/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile index 520bedfb806..b1752434662 100644 --- a/time/p5-Time-Format/Makefile +++ b/time/p5-Time-Format/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2014/05/29 23:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2014/12/04 02:41:53 mef Exp $ # -DISTNAME= Time-Format-1.11 +DISTNAME= Time-Format-1.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-Format/distinfo b/time/p5-Time-Format/distinfo index 3bce18411a6..8e7415b828e 100644 --- a/time/p5-Time-Format/distinfo +++ b/time/p5-Time-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/07/07 19:31:48 sno Exp $ +$NetBSD: distinfo,v 1.4 2014/12/04 02:41:53 mef Exp $ -SHA1 (Time-Format-1.11.tar.gz) = 05d39c8c949bf56b7fb5fc51cce752803da4b390 -RMD160 (Time-Format-1.11.tar.gz) = f24c23ec432b670d5bd116aa315ddb6cdc380b81 -Size (Time-Format-1.11.tar.gz) = 30330 bytes +SHA1 (Time-Format-1.12.tar.gz) = 526be8f06c8be93a618d9325c5ef3ca2d78e70f4 +RMD160 (Time-Format-1.12.tar.gz) = 879a8a1b466b4e2c83af6bdb3fa505142969a77e +Size (Time-Format-1.12.tar.gz) = 38131 bytes |