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:           Sun Mar 18 08:54:58 UTC 2018

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

Log Message:
p5-Time-HiRes: update to 1.9757.

1.9577 [2018-03-15]
 - fix win32 (and cygwin?) builds which have been broken since 1.9755:
   problem was that gettimeofday() is a macro and needs to stay such
 - regenerate ppport.h with Perl 5.26.1 (was previously generated with
   5.25.6) and Devel::PPPort 3.35 (previously 3.36) -- this doesn't
   change the ppport.h, though

1.9756 [2018-03-14]
 - division by zero in new test tv_interval.t [rt.cpan.org #124775]:
   made the test pass even if the difference is zero, but also
   made it practically impossible to ever be zero by adding
   a sub-second sleep.
 - remove comments from inside qw [rt.cpan.org #124777],
   only seemed to be caught by Perl 5.18.4

1.9755 [2018-03-14]
 - adjust the error messages of tv_interval()
 - the NV_1EX constants now cast to be NV so that
   tv_interval() with long double builds does not
   produce ugly results [rt.cpan.org #106456]
 - add tests for tv_interval()
 - centralize the mygettimeofday() logic
 - make the mygettimeofday() a function instead of macro
 - add the OS X 10.12+ clock_gettime() constants
   CLOCK_MONOTONIC_RAW_APPROX CLOCK_UPTIME_RAW_APPROX
 - regenerate the fallback files


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/time/p5-Time-HiRes/Makefile
cvs rdiff -u -r1.36 -r1.37 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.57 pkgsrc/time/p5-Time-HiRes/Makefile:1.58
--- pkgsrc/time/p5-Time-HiRes/Makefile:1.57     Tue Feb 20 03:05:38 2018
+++ pkgsrc/time/p5-Time-HiRes/Makefile  Sun Mar 18 08:54:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2018/02/20 03:05:38 wen Exp $
+# $NetBSD: Makefile,v 1.58 2018/03/18 08:54:58 wiz Exp $
 
-DISTNAME=              Time-HiRes-1.9754
+DISTNAME=              Time-HiRes-1.9757
 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.36 pkgsrc/time/p5-Time-HiRes/distinfo:1.37
--- pkgsrc/time/p5-Time-HiRes/distinfo:1.36     Tue Feb 20 03:05:38 2018
+++ pkgsrc/time/p5-Time-HiRes/distinfo  Sun Mar 18 08:54:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2018/02/20 03:05:38 wen Exp $
+$NetBSD: distinfo,v 1.37 2018/03/18 08:54:58 wiz Exp $
 
-SHA1 (Time-HiRes-1.9754.tar.gz) = 949643a71de4d7550b9cf510820ef19ba13e19d7
-RMD160 (Time-HiRes-1.9754.tar.gz) = 9d7dc34ba8a074b878318013b99a2b1b27752051
-SHA512 (Time-HiRes-1.9754.tar.gz) = 5d54ecb800a2e78e5533ffff546f73cdfc255b0914a3e3e74312b786e470e4e0e5e36e7d727ff16a1e5398c51f2da638099c38eb400f6447e2290fd26da7265a
-Size (Time-HiRes-1.9754.tar.gz) = 110989 bytes
+SHA1 (Time-HiRes-1.9757.tar.gz) = 6a1e637ef97edbd8a1fd6b77597c31959e04b104
+RMD160 (Time-HiRes-1.9757.tar.gz) = d44f47d4a010e0370d1e330dba4fc14d7245af55
+SHA512 (Time-HiRes-1.9757.tar.gz) = dec8df6f167ca539cc3162770ff990b105679ea9507d5a55ded1bef7695fc8b978a335a555d95a22b31e80eab89cc89df8b094421b7bdda8914e5899c886c2be
+Size (Time-HiRes-1.9757.tar.gz) = 112499 bytes



Home | Main Index | Thread Index | Old Index