diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 12:39:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 12:39:41 +0000 |
commit | 56d1f86e5f6ce35c03551ab71e80e87c66d93f22 (patch) | |
tree | e6b794fc44d95981be076d9df2c93d66da83d21a /time | |
parent | 83d88f434daad4873626038f8b68c32d3586bd00 (diff) | |
download | pkgsrc-56d1f86e5f6ce35c03551ab71e80e87c66d93f22.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index d82310e5ada..08c63c6e5af 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -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 --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index 7ed87ff0d4a..710244656ce 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -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 |