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:   wen
Date:           Sun Jul 24 03:32:32 UTC 2016

Modified Files:
        pkgsrc/time/p5-Time-HiRes: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/time/p5-Time-HiRes/Makefile
cvs rdiff -u -r1.25 -r1.26 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.45 pkgsrc/time/p5-Time-HiRes/Makefile:1.46
--- pkgsrc/time/p5-Time-HiRes/Makefile:1.45     Wed Jun  8 19:24:52 2016
+++ pkgsrc/time/p5-Time-HiRes/Makefile  Sun Jul 24 03:32:32 2016
@@ -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/}
 

Index: pkgsrc/time/p5-Time-HiRes/distinfo
diff -u pkgsrc/time/p5-Time-HiRes/distinfo:1.25 pkgsrc/time/p5-Time-HiRes/distinfo:1.26
--- pkgsrc/time/p5-Time-HiRes/distinfo:1.25     Sat Apr 23 13:12:33 2016
+++ pkgsrc/time/p5-Time-HiRes/distinfo  Sun Jul 24 03:32:32 2016
@@ -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



Home | Main Index | Thread Index | Old Index