diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-07 23:23:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-07 23:23:02 +0000 |
commit | 9daa67d6760ec77ac4a8951cd360b060aca3b231 (patch) | |
tree | 654490405acf34be6e446f100b71ecab64f3d3d0 /time | |
parent | e423e5d516216d54dc5e1e1e4c6bfba71444431c (diff) | |
download | pkgsrc-9daa67d6760ec77ac4a8951cd360b060aca3b231.tar.gz |
Update to 1.18:
1.18 2015-01-05
- There will be a new leap second on June 30, 2015.
1.17 2015-01-04
- No code changes from the 1.16 release.
1.16 2015-01-04 (TRIAL RELEASE)
- Test fix for systems where IVs are 4 bytes long.
1.15 2015-01-03 (TRIAL RELEASE)
- Trying this again ... Experimental fix for adding very large numbers of
days. Previously, trying to add more than around 2^28 days could cause
errors if the result ended up in a leap year. This is being released as a
trial release because I'm not sure how this change will behave on a 32-bit
Perl. Reported by KMX. RT #97046.
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 3955bb88c9f..35c8fe50a6e 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2015/01/04 12:24:40 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2015/01/07 23:23:02 wiz Exp $ -DISTNAME= DateTime-1.14 +DISTNAME= DateTime-1.18 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 549eeb00219..b21e3bb4dc7 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.33 2015/01/04 12:24:40 wiz Exp $ +$NetBSD: distinfo,v 1.34 2015/01/07 23:23:02 wiz Exp $ -SHA1 (DateTime-1.14.tar.gz) = c121088382d60465a7382fd0408eb095ed1cadb4 -RMD160 (DateTime-1.14.tar.gz) = f5c57efbffea1a6844a918b876c76ed04b913077 -Size (DateTime-1.14.tar.gz) = 209522 bytes +SHA1 (DateTime-1.18.tar.gz) = 3b8c81e15b02b3621f079464e7d0f7018d73ff28 +RMD160 (DateTime-1.18.tar.gz) = f36e912f33df960625b1b198c4d8042f561c82c5 +Size (DateTime-1.18.tar.gz) = 212053 bytes |