diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-30 13:02:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-30 13:02:38 +0000 |
commit | b0d487cfa85159bd4c8ed859162e381dc684c795 (patch) | |
tree | 3add2400eed09cde5da9e8567a22db6d49c4844b /time | |
parent | aa4d3a0311603df9c42d759c9af4e593d6de528f (diff) | |
download | pkgsrc-b0d487cfa85159bd4c8ed859162e381dc684c795.tar.gz |
Update to 1.83:
1.83 2014-12-24
- The last release did not include any of the generated zone files. Oops.
- Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan. No
real code or zone changes.
1.82 2014-12-24
- Various changes to get tests passing and tools code working with blead. This
includes fixing some "Redundant argument in sprintf" warnings that could
occur in the DateTime test suite. Reported by Slaven Rezic. RT #10116.
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 2f24ead7635..3e3b6548912 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.61 2014/11/23 13:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2014/12/30 13:02:38 wiz Exp $ -DISTNAME= DateTime-TimeZone-1.81 +DISTNAME= DateTime-TimeZone-1.83 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 6c33da1c26e..ad3a8cadf07 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2014/11/23 13:03:56 wiz Exp $ +$NetBSD: distinfo,v 1.50 2014/12/30 13:02:38 wiz Exp $ -SHA1 (DateTime-TimeZone-1.81.tar.gz) = 63a60ce3d13b24ada4a1aa2f9aa10998065b2c4e -RMD160 (DateTime-TimeZone-1.81.tar.gz) = b5894dad3e206dfeacf9ada747da45ca723bfcfe -Size (DateTime-TimeZone-1.81.tar.gz) = 884344 bytes +SHA1 (DateTime-TimeZone-1.83.tar.gz) = 216339f79a95b4eabb50ed87d82af2a2e9cf78c2 +RMD160 (DateTime-TimeZone-1.83.tar.gz) = b0c15b21fb6a202049084352083c8cc4981c2107 +Size (DateTime-TimeZone-1.83.tar.gz) = 885298 bytes |