From 8f220174d3bf31e5dca3fbee5993cb74437d3ee7 Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 1 Mar 2015 08:07:17 +0000 Subject: Update to 1.233 --------------- 1.233 Fri Nov 22 15:49:20 CST 2013 fixed a long standing issue with parseInterval and fractional seconds. NOTE: Date::Parse, does NOT handle resolutions < 1 second. For that, you really should have a look at Time::HiRes. This fix quantizes fractional second values to whole numbers. Thanks for the patch, Bob ! --- time/p5-Time-Interval/Makefile | 5 ++--- time/p5-Time-Interval/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'time') diff --git a/time/p5-Time-Interval/Makefile b/time/p5-Time-Interval/Makefile index 3765dac08f8..2a68528800a 100644 --- a/time/p5-Time-Interval/Makefile +++ b/time/p5-Time-Interval/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/03/01 08:07:17 mef Exp $ # -DISTNAME= Time-Interval-1.232 +DISTNAME= Time-Interval-1.233 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= time MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AH/AHICOX/ diff --git a/time/p5-Time-Interval/distinfo b/time/p5-Time-Interval/distinfo index 05e3f13cffd..56b00f855e8 100644 --- a/time/p5-Time-Interval/distinfo +++ b/time/p5-Time-Interval/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/02/01 04:57:13 wen Exp $ +$NetBSD: distinfo,v 1.3 2015/03/01 08:07:17 mef Exp $ -SHA1 (Time-Interval-1.232.tar.gz) = 5a49411f93b16ef0ebe05500496c855223e41214 -RMD160 (Time-Interval-1.232.tar.gz) = a026b2f17cac4d472a405c4ec7a7e2b811049f14 -Size (Time-Interval-1.232.tar.gz) = 5872 bytes +SHA1 (Time-Interval-1.233.tar.gz) = 22f6a4ae4c1e1bfd915ec37dfce0cc43cc854c3d +RMD160 (Time-Interval-1.233.tar.gz) = 30210152d54376e9e1f2597626b78d9216f2d5c9 +Size (Time-Interval-1.233.tar.gz) = 6290 bytes -- cgit v1.2.3