diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-19 12:39:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-19 12:39:25 +0000 |
commit | d0d86ffe6f11b4d28c023661b7d5da72a115a9f0 (patch) | |
tree | 8f22db1de7bdc880f83bbf190488d0a0fba5b498 /time | |
parent | e3db4b01bed70412834123cea5c72e0fbb84699f (diff) | |
download | pkgsrc-d0d86ffe6f11b4d28c023661b7d5da72a115a9f0.tar.gz |
Update to 1.80:
1.80 2014-11-16
- This distro no longer ships the DateTime::TimeZone::Local::Win32
module. Instead, it depends on that module when you install
DateTime::TimeZone on a Windows system machine.
- Tweaked the warning when loading a zone class from disk that was generated
using a different Olson version than the current DateTime::TimeZone
module. Previously, it said the loaded version was older, but all we know is
that it's different. Reported by Karen Etheridge. RT #66097.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 77ea2d13409..9852ebc5769 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2014/11/12 11:50:56 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2014/11/19 12:39:25 wiz Exp $ -DISTNAME= DateTime-TimeZone-1.79 +DISTNAME= DateTime-TimeZone-1.80 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index 7b1b91a2501..96569582643 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2014/11/12 11:50:56 wiz Exp $ +$NetBSD: distinfo,v 1.48 2014/11/19 12:39:25 wiz Exp $ -SHA1 (DateTime-TimeZone-1.79.tar.gz) = 5baa97eccbad1bbc318b89563b6febf44cffc91e -RMD160 (DateTime-TimeZone-1.79.tar.gz) = 94bb2dff25ce3cd00d9b368ad5402d4c44a899b3 -Size (DateTime-TimeZone-1.79.tar.gz) = 889083 bytes +SHA1 (DateTime-TimeZone-1.80.tar.gz) = 5de3b2c509884304cfd24efec786139d66d3ae2f +RMD160 (DateTime-TimeZone-1.80.tar.gz) = 9d97b9b4576f6f38f3d8c3ea864ce0ff5fe89953 +Size (DateTime-TimeZone-1.80.tar.gz) = 885640 bytes |