summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2019-09-13 09:48:33 +0000
committerwen <wen@pkgsrc.org>2019-09-13 09:48:33 +0000
commited67625e7cfd32024401af46a10bba1c75f50dd3 (patch)
tree6bf9659997ffbde0f558db90140fe9b3b7d4d95b /time
parentef0f928c60158d3e38e1de2bb17932ac9a601926 (diff)
downloadpkgsrc-ed67625e7cfd32024401af46a10bba1c75f50dd3.tar.gz
Update to 1.15
Upstream changes: 1.15 2019 July 26 - Fix a bug in the test suite due to floating-point rounding. Thanks to Slaven Rezic (see CPAN RT bug 130150: https://rt.cpan.org/Ticket/Display.html?id=130150) - Also improved __DATA__ handling, so as not to hold a lock on the library. 1.14 2019 July 22 - Fix CPAN RT bug 87484 (https://rt.cpan.org/Ticket/Display.html?id=87484), concerning very small floating-point values (e.g. "2.1458e-06"). - Fix CPAN RT Bug 95447, concerning floating-point numerical time values. - Fix CPAN RT Bug 121367, concerning loading perl-only routines after forking. This might (?) also fix bug 74880, but I can't reproduce that. - Skip locale tests on openbsd platform. - Fix accented strings in locale.t 1.13 2019 July 18 - Fix CPAN RT bug 85001. This was a problem in the test suite only; no code changes were made in the main module lib/Time/Format.pm. The problem existed in how the test suite checked for whether certain CPAN modules were installed, and especially in how it attempted to unload them from memory afterward. Thanks to Sendu Bala for reporting this -- and to Jim Keenan for pushing me to fix this.
Diffstat (limited to 'time')
-rw-r--r--time/p5-Time-Format/Makefile5
-rw-r--r--time/p5-Time-Format/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-Time-Format/Makefile b/time/p5-Time-Format/Makefile
index ee18ed550c5..22a83bdd28e 100644
--- a/time/p5-Time-Format/Makefile
+++ b/time/p5-Time-Format/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/08/11 13:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/09/13 09:48:33 wen Exp $
#
-DISTNAME= Time-Format-1.12
+DISTNAME= Time-Format-1.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
diff --git a/time/p5-Time-Format/distinfo b/time/p5-Time-Format/distinfo
index e18f8400d88..aa1a7e671c8 100644
--- a/time/p5-Time-Format/distinfo
+++ b/time/p5-Time-Format/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/02 23:31:42 agc Exp $
+$NetBSD: distinfo,v 1.6 2019/09/13 09:48:33 wen Exp $
-SHA1 (Time-Format-1.12.tar.gz) = 526be8f06c8be93a618d9325c5ef3ca2d78e70f4
-RMD160 (Time-Format-1.12.tar.gz) = 879a8a1b466b4e2c83af6bdb3fa505142969a77e
-SHA512 (Time-Format-1.12.tar.gz) = 16640c5673f6a38768baf7affa8a7595dddee17a25913370cf9ed24fa6f7ad3458d0cab256e731e928ee0f40a072424e64c9c75046db85a5df6876f268f48c9d
-Size (Time-Format-1.12.tar.gz) = 38131 bytes
+SHA1 (Time-Format-1.15.tar.gz) = 4827c039629f3f12c03af61f7f1f8e1ed62e8504
+RMD160 (Time-Format-1.15.tar.gz) = 3cdb66a030eff6be19e3523d8ee69263f53b8d74
+SHA512 (Time-Format-1.15.tar.gz) = a254fafc173c92964ff0bbcbc9e52fe0940ac8bd0d216585b914ed528183a093bf3554171e904160ebb03ad0c02ff0f38df9b1625149757b005712582850fbb9
+Size (Time-Format-1.15.tar.gz) = 45012 bytes