pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-Time-HiRes
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 4 12:39:41 UTC 2017
Modified Files:
pkgsrc/time/p5-Time-HiRes: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/time/p5-Time-HiRes/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/time/p5-Time-HiRes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-Time-HiRes/Makefile
diff -u pkgsrc/time/p5-Time-HiRes/Makefile:1.51 pkgsrc/time/p5-Time-HiRes/Makefile:1.52
--- pkgsrc/time/p5-Time-HiRes/Makefile:1.51 Mon Aug 14 19:16:40 2017
+++ pkgsrc/time/p5-Time-HiRes/Makefile Mon Sep 4 12:39:41 2017
@@ -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/}
Index: pkgsrc/time/p5-Time-HiRes/distinfo
diff -u pkgsrc/time/p5-Time-HiRes/distinfo:1.30 pkgsrc/time/p5-Time-HiRes/distinfo:1.31
--- pkgsrc/time/p5-Time-HiRes/distinfo:1.30 Mon Aug 14 19:16:40 2017
+++ pkgsrc/time/p5-Time-HiRes/distinfo Mon Sep 4 12:39:41 2017
@@ -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