diff options
author | wiz <wiz> | 2015-06-03 07:21:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-03 07:21:59 +0000 |
commit | e7dd3b5d9c39982362a7934a3d523653b1d6a9d0 (patch) | |
tree | 24575d10b66bc608188306364d95e8fe434b9142 /time | |
parent | fe85d95b049a92aa2defa66d32a7718502243b81 (diff) | |
download | pkgsrc-e7dd3b5d9c39982362a7934a3d523653b1d6a9d0.tar.gz |
Update to 1.19:
1.19 2015-05-31
- If you compared a DateTime object to an undef value, you might have received
a warning pointing to code inside DateTime.pm, instead of in your own
code. Fixed by Jason McIntosh. GH #7.
- The 30future-tz.t could fail if run at certain very specific times. This
should now be much less likely, unless a time zone being tested implements a
DST change at noon (which would even more insane than DST already is by a
huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT
#102925.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 35c8fe50a6e..e818c572db1 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2015/01/07 23:23:02 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2015/06/03 07:21:59 wiz Exp $ -DISTNAME= DateTime-1.18 +DISTNAME= DateTime-1.19 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index b21e3bb4dc7..03a169d6ab9 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2015/01/07 23:23:02 wiz Exp $ +$NetBSD: distinfo,v 1.35 2015/06/03 07:21:59 wiz Exp $ -SHA1 (DateTime-1.18.tar.gz) = 3b8c81e15b02b3621f079464e7d0f7018d73ff28 -RMD160 (DateTime-1.18.tar.gz) = f36e912f33df960625b1b198c4d8042f561c82c5 -Size (DateTime-1.18.tar.gz) = 212053 bytes +SHA1 (DateTime-1.19.tar.gz) = a28117928acf1584826950697e553d7a11aa10d3 +RMD160 (DateTime-1.19.tar.gz) = b3c4ba45ed11f69f28041c62e523413f1567f7ff +Size (DateTime-1.19.tar.gz) = 215029 bytes |