diff options
author | wen <wen> | 2014-01-09 08:03:45 +0000 |
---|---|---|
committer | wen <wen> | 2014-01-09 08:03:45 +0000 |
commit | 7b746306ec836a8ff88a5f974972ace0fdde5354 (patch) | |
tree | 5905b54d0530c096c1e8f898c4f03cc0748b823a | |
parent | 443dcc7ce7cd6674431931a860854241891c700b (diff) | |
download | pkgsrc-7b746306ec836a8ff88a5f974972ace0fdde5354.tar.gz |
Update to 1.06
Upstream changes:
1.06 2013-12-31
- DateTime's attempt to generate infinity by calculating 9**9**9 actually got
a number on some platforms, like powerpcspe. Reported by Gregor Hermann. RT
#91696.
1.05 2013-12-22
- Added a new CLDR ZZZZZ specifier, which is like ZZZ but inserts a
colon. Patch by Ricardo Signes.
- Added a new option for the truncate() method to truncate to the
"local_week". This truncates to the locale's notion of the first day of the
week, rather than always truncating to Monday. Patch by Christian Hansen.
1.04 2013-12-07
- Calling set_locale() or set_formatter() on an object with an ambiguous local
time could change the underlying UTC time for that object. Reported by Marta
Cuaresma Saturio. RT #90583.
-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 aa42dc7416b..71a3db85e5d 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2013/08/30 08:01:23 wen Exp $ +# $NetBSD: Makefile,v 1.39 2014/01/09 08:03:45 wen Exp $ -DISTNAME= DateTime-1.03 +DISTNAME= DateTime-1.06 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 74391010ff3..eb9cf7640ce 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2013/08/30 08:01:23 wen Exp $ +$NetBSD: distinfo,v 1.29 2014/01/09 08:03:45 wen Exp $ -SHA1 (DateTime-1.03.tar.gz) = 23cad043140988ea95ad8dcb3095cc5aded0464e -RMD160 (DateTime-1.03.tar.gz) = 2b4a109c993f9205d908833282d1c59b19bbea46 -Size (DateTime-1.03.tar.gz) = 174369 bytes +SHA1 (DateTime-1.06.tar.gz) = dbbaf07f3279b6bb1f6587eae30f0bf0c00074e4 +RMD160 (DateTime-1.06.tar.gz) = 93c37c468c0a427b4604355c33603b14f89566e2 +Size (DateTime-1.06.tar.gz) = 174875 bytes |