pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Update from version 0.4304 to 0.4501.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a861e9cab1df
branches: trunk
changeset: 551235:a861e9cab1df
user: he <he%pkgsrc.org@localhost>
date: Wed Dec 10 23:32:59 2008 +0000
description:
Update from version 0.4304 to 0.4501.
Pkgsrc changes:
o Adjust dependencies to suit new dependencies
Upstream changes:
0.4501 2008-11-25
- The epoch() method got broken in the recent shuffling between
Time::Local and Time::y2038. Unfortunately, the tests to catch this
also got lost in the shuffle. Reported by Avianna Chao.
0.45 2008-11-11
- Reverted the changes to use Time::y2038, on the recommendation of
Michael Schwern (the author of said module), because it is not yet
stable. This may come back in a future release.
0.4401 2008-11-03
- In order to handle epochs > 2**32 properly on a 32-bit machine, we
also need to import gmtime from Time::y2038. This changes fixes a
whole bunch of test failures seen with 0.44.
0.44 2008-11-01
- XS-capable DateTime.pm now uses Time::y2038 instead of
Time::Local. This lets it handle epochs up to 142 million years
before and after the Unix epoch.
- Fixed a compiler warning with Perl 5.10.0.
- Fixed docs for year_with_era, which had AD and BC
backwards. Reported by Vynce Montgomery. RT #39923.
- The format_cldr() method did not format the "yy" format properly
when the year ended in "0X". Reported by Wilson Santos. RT #40555.
0.4305 2008-10-03
- The pure Perl version of this module did not know about the end of
2008 leap second. Reported by James T Monty.
diffstat:
time/p5-DateTime/Makefile | 8 ++++----
time/p5-DateTime/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r bd3aadf61981 -r a861e9cab1df time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Wed Dec 10 23:27:47 2008 +0000
+++ b/time/p5-DateTime/Makefile Wed Dec 10 23:32:59 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2008/10/19 19:19:01 he Exp $
+# $NetBSD: Makefile,v 1.14 2008/12/10 23:32:59 he Exp $
-DISTNAME= DateTime-0.4304
+DISTNAME= DateTime-0.4501
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -12,9 +11,10 @@
DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
-DEPENDS+= p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale
+DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
+#BUILD_DEPENDS+= p5-podlators>=1.14:../../textproc/p5-podlators
USE_LANGUAGES= c # installs C module
PERL5_PACKLIST= auto/DateTime/.packlist
diff -r bd3aadf61981 -r a861e9cab1df time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Wed Dec 10 23:27:47 2008 +0000
+++ b/time/p5-DateTime/distinfo Wed Dec 10 23:32:59 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/08/17 16:45:27 he Exp $
+$NetBSD: distinfo,v 1.10 2008/12/10 23:32:59 he Exp $
-SHA1 (DateTime-0.4304.tar.gz) = f0b32d4711b3872aa2336ad9d3274801841662fa
-RMD160 (DateTime-0.4304.tar.gz) = 7df0cf19a94c5f2ac0371bfa88dddb9a0efe35aa
-Size (DateTime-0.4304.tar.gz) = 100941 bytes
+SHA1 (DateTime-0.4501.tar.gz) = d3dff3b2d6397140b08483c57b47e87d50290036
+RMD160 (DateTime-0.4501.tar.gz) = 803f1cbad45c534607aed0e44f4b84ff9563d775
+Size (DateTime-0.4501.tar.gz) = 135817 bytes
Home |
Main Index |
Thread Index |
Old Index