pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-HiRes Updated p5-Time-HiRes to 1.9746.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/506c690f7300
branches:  trunk
changeset: 367595:506c690f7300
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 04 12:39:41 2017 +0000

description:
Updated p5-Time-HiRes to 1.9746.

1.9746 [2017-08-17]
 - Unreliable t/usleep.t and t/utime.t tests [rt.cpan.org #122819]
   Avoid testing for $dt = $t2 - $t1 and assuming $dt is less than
   some value since a heavily loaded machine can delay the $t2.
   Testing for greater than is fine.
 - Tweak the configuring messages about subsecond stat/utime.

1.9745 [2017-08-14]
  - Properly check for futimens/utimensat actually doing something.
    This should handle 'gnukfreebsd' (which has only stubs, so far
    we have been skipping the test) and as a new thing 'gnu' (Hurd)
    (also only stubs).  Thanks to Nigel Horne.
  - Scan in t/utime.t whether the filesystem (wherever File::Temp
    puts it tempfiles) supports subsecond timestamps.  This removes
    the fragile Linux/ext3 specific hack.  As a side effect, the
    setting of subsecond timestamps is tested only if reading of
    them is supported.  Thanks to Carsten Gaebler for the test idea,
    and Ryan Voots for testing.

diffstat:

 time/p5-Time-HiRes/Makefile |   4 ++--
 time/p5-Time-HiRes/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 976117538574 -r 506c690f7300 time/p5-Time-HiRes/Makefile
--- a/time/p5-Time-HiRes/Makefile       Mon Sep 04 12:38:18 2017 +0000
+++ b/time/p5-Time-HiRes/Makefile       Mon Sep 04 12:39:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2017/08/14 19:16:40 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2017/09/04 12:39:41 wiz Exp $
 
-DISTNAME=              Time-HiRes-1.9744
+DISTNAME=              Time-HiRes-1.9746
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            time perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Time/}
diff -r 976117538574 -r 506c690f7300 time/p5-Time-HiRes/distinfo
--- a/time/p5-Time-HiRes/distinfo       Mon Sep 04 12:38:18 2017 +0000
+++ b/time/p5-Time-HiRes/distinfo       Mon Sep 04 12:39:41 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/08/14 19:16:40 wiz Exp $
+$NetBSD: distinfo,v 1.31 2017/09/04 12:39:41 wiz Exp $
 
-SHA1 (Time-HiRes-1.9744.tar.gz) = 0e758c229dacff623f6bf5036e5c83c623125a50
-RMD160 (Time-HiRes-1.9744.tar.gz) = 1673792745402a602aabcec04ba362e6749ef11a
-SHA512 (Time-HiRes-1.9744.tar.gz) = 4bb65783f921f6367407b664bf4b3bc07d5146b036a1ef8ea89061ec0bd5db10cb20b4ce49833e856fea2c5d0c7722bec96c59db26769bf3b1b433bd242924ae
-Size (Time-HiRes-1.9744.tar.gz) = 106813 bytes
+SHA1 (Time-HiRes-1.9746.tar.gz) = 0184952b00245e3a6238705372c5424a28f225e2
+RMD160 (Time-HiRes-1.9746.tar.gz) = 0cc92fc445f4423c3ee5cfcabc49963484236a7c
+SHA512 (Time-HiRes-1.9746.tar.gz) = eef010adfff11487440e0e5eefd98a1dbcc71dfcedb669e165871e182db0aad4b4c14961cbad9b17829063130b24e8cd114f9d6b62398ad4f2bff7a084fcf5f4
+Size (Time-HiRes-1.9746.tar.gz) = 107367 bytes



Home | Main Index | Thread Index | Old Index