summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-07-24 03:32:32 +0000
committerwen <wen@pkgsrc.org>2016-07-24 03:32:32 +0000
commit94e369cc3b9d11a5232770617a3d791190564470 (patch)
tree944e46d7c07cb431a4a69cccac83d467f4925e94 /time/p5-Time-HiRes
parentc99d71b3621b1d921aebc4d4f5911928f0aaa457 (diff)
downloadpkgsrc-94e369cc3b9d11a5232770617a3d791190564470.tar.gz
Update to 1.9739
Upstream changes: 1.9739 [2016-06-28] - the upcoming macOS 10.12 (Sierra, the operating system formerly known as OS X, or Darwin) has implemented the clock_gettime() and clock_getres() interfaces but not the clock_nanosleep() 1.9738 [2016-06-26] - fix the dates in the Changes, it's not July yet [rt.cpan.org #115553] - in cygwin, drop the utime.t expected timestamp resolution - documented for utime that the actual timestamp resolution depends on the operating system and the filesystem, just like for stat - looks like in gnukfreebsd 10.1 neither futimens or utimensat work even though they exist, skipping utime tests there for now - demodernize the Test::More use in utime.t (no subtest) to better support older Perl installations - for all the tests, drop the Test::More 0.82 requirement, the only "modern" thing used is the note routine which can be replaced with print("# ...\n") (or printf), with this works back at least with Test::More 0.54 (perl 5.8.7) 1.9737 [2016-06-22] - utime in HiRes.xs had dXSARGS which was unnecessary, leading to two markstack pops, panic, and two-minute wait for the watchdog (thanks to Dave Mitchell for the eagle-eye) - even though 5.10.x should have the Perl_ck_warner, many CPAN smokes proved otherwise, so requiring now at least 5.12 for Perl_ck_warner use in IS_SAFE_PATHNAME() 1.9736 [2016-06-22] - the IS_SAFE_PATHNAME() emulation was too modern for Perl 5.10 - make it so that only one value is set for -DTIME_HIRES_STAT even on systems that support many options - the 1.9734 (only released in blead, and as part of the development release 5.25.2) fix for Darwin's clock_gettime was wrong under threaded builds, leading into mutex panics in clock.t - the d_hires_utime determination was made more precise - the utime.t was failing in platforms where only one of futimens/utimensat was present (neither or both was okay) 1.9735 [2016-06-20] - Time::HiRes should override `utime` to allow setting hires (futimens and utimensat support) [rt.perl.org #114809] - the utime patch used IS_SAFE_PATHNAME() which isn't available in too old Perls, so emulate (in case the Devel::PPPort is too old) 1.9734 [2016-06-17] - fix Darwins with clock_gettime: blead 2d41a263 [rt.perl.org #128427] 1.9733 [2016-04-23] - C90 declaration-after-statement error with darwin threads: blead de1003b4 [rt.cpan.org #113856]
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r--time/p5-Time-HiRes/Makefile5
-rw-r--r--time/p5-Time-HiRes/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index aadf29069ce..939ed5eb4f6 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2016/06/08 19:24:52 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2016/07/24 03:32:32 wen Exp $
-DISTNAME= Time-HiRes-1.9732
+DISTNAME= Time-HiRes-1.9739
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
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 a9f16760d49..c2c411700f1 100644
--- a/time/p5-Time-HiRes/distinfo
+++ b/time/p5-Time-HiRes/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2016/04/23 13:12:33 wen Exp $
+$NetBSD: distinfo,v 1.26 2016/07/24 03:32:32 wen Exp $
-SHA1 (Time-HiRes-1.9732.tar.gz) = 9b4342aaa3acbde62692df76531fcdf65c8902f7
-RMD160 (Time-HiRes-1.9732.tar.gz) = ccc0dd426f5245d10888984f036638fef6533494
-SHA512 (Time-HiRes-1.9732.tar.gz) = 4a1fdeeb1eac731775dd58863b2e13506e5a7c28db765dceb37dfd22e371953cae24ef8865ccb848dce1dcab387a0e184a00a6055a2991af8d74b7dd888e5ef1
-Size (Time-HiRes-1.9732.tar.gz) = 92019 bytes
+SHA1 (Time-HiRes-1.9739.tar.gz) = 41c2ac51a0237ee7e922e1853d9ac132e79857f2
+RMD160 (Time-HiRes-1.9739.tar.gz) = b4b80f46f7c8d745cc6bc50d0e5ee9f1e62fecb8
+SHA512 (Time-HiRes-1.9739.tar.gz) = b68b39ed9ea56dfefbbc02205ff420d6d6a212c7376eb48365372722037f48c6efe440049a8be73fe105acf1ddb97a4f7a941d7f57e8235af1bd71d566b27878
+Size (Time-HiRes-1.9739.tar.gz) = 95117 bytes