summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-06-09 20:01:18 +0000
committerschmonz <schmonz@pkgsrc.org>2014-06-09 20:01:18 +0000
commit317a561b621da5d3a00692261dd455e74196d7cc (patch)
treea3df7851c27f785ce337762101caaed85b8df0b1 /time
parentfd4e7b350e258882e6fff089e1544972f097ba70 (diff)
downloadpkgsrc-317a561b621da5d3a00692261dd455e74196d7cc.tar.gz
Update to 1.10. From the changelog:
- Some tests added in 1.09 would fail on a Perl without a 64-bit gmtime(). Reported by Jerome Eteve. RT #95345. - A call to ->truncate( to => 'week' ) could fail but leave the object changed. RT #93347. - The value of ->jd() is now calculated based on ->mjd() instead of the other way around. This reduces floating point errors a bit when calculating MJD, and should have a neglible impact on the accuracy of JD. Reported by Anye Li. RT #92972. See the ticket for a more detailed description of what this fixes. - Attempting to construct a DateTime object with a year >= 5000 and a time zone other than floating or DST now issues a warning. This warning may go away once DateTime::TimeZone is made much faster. Inspired by a bug report from Lloyd Fournier. RT #92655.
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime/Makefile5
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 9351fa91566..9ba9260fab8 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2014/05/29 23:37:51 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2014/06/09 20:01:18 schmonz Exp $
-DISTNAME= DateTime-1.08
+DISTNAME= DateTime-1.10
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index 5ba54e7a88a..703954c3177 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2014/04/20 02:39:32 wen Exp $
+$NetBSD: distinfo,v 1.31 2014/06/09 20:01:18 schmonz Exp $
-SHA1 (DateTime-1.08.tar.gz) = a68c182dcadcf38bece5e9e60a0f19f84842eec4
-RMD160 (DateTime-1.08.tar.gz) = b6ecc90b1046e306ef254630e8c41bbfd84fd102
-Size (DateTime-1.08.tar.gz) = 175812 bytes
+SHA1 (DateTime-1.10.tar.gz) = 4d76330727f29e832697f0eea7c464d3367ad70d
+RMD160 (DateTime-1.10.tar.gz) = 5e0077a7533405392f8c876a542d242001139800
+Size (DateTime-1.10.tar.gz) = 179976 bytes