summaryrefslogtreecommitdiff
path: root/time/p5-DateTime
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-12-10 23:32:59 +0000
committerhe <he@pkgsrc.org>2008-12-10 23:32:59 +0000
commit095f1cb540ef5dcce427a754d91abc47d47b7511 (patch)
treeef6c9fa06a0d7a205db4c220feea1034845ce192 /time/p5-DateTime
parent2b1f19519a11ac687f56c371c8c9ff30d8e26187 (diff)
downloadpkgsrc-095f1cb540ef5dcce427a754d91abc47d47b7511.tar.gz
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 (limited to 'time/p5-DateTime')
-rw-r--r--time/p5-DateTime/Makefile8
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index c686a573e0f..48d9384e07a 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -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 @@ COMMENT= Perl module for date/time sets and ranges
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 --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index 1aeef638fb0..685e42f2a21 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -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