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:           Tue Feb 20 03:05:38 UTC 2018

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

Log Message:
Update to 1.9754

Upstream changes:
1.9754 [2018-02-16]
 - unify the gettimeofday() and time() forked code
   that had near identical code paths for MacOS Classic
   (which has two unusual features: unsigned time_t,
   and a special tz struct member), and for non-MacOS Classic
 - tv_interval should be implemented in XS
   [rt.cpan.org #106456]
   thanks to Sergey Aleynikov (suggested implementation simplified
   by the above-mentioned MacOS Classic simplification)


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/time/p5-Time-HiRes/Makefile
cvs rdiff -u -r1.35 -r1.36 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.56 pkgsrc/time/p5-Time-HiRes/Makefile:1.57
--- pkgsrc/time/p5-Time-HiRes/Makefile:1.56     Sun Jan 14 08:19:33 2018
+++ pkgsrc/time/p5-Time-HiRes/Makefile  Tue Feb 20 03:05:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2018/01/14 08:19:33 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2018/02/20 03:05:38 wen Exp $
 
-DISTNAME=              Time-HiRes-1.9753
+DISTNAME=              Time-HiRes-1.9754
 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.35 pkgsrc/time/p5-Time-HiRes/distinfo:1.36
--- pkgsrc/time/p5-Time-HiRes/distinfo:1.35     Sun Jan 14 08:19:33 2018
+++ pkgsrc/time/p5-Time-HiRes/distinfo  Tue Feb 20 03:05:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2018/01/14 08:19:33 wiz Exp $
+$NetBSD: distinfo,v 1.36 2018/02/20 03:05:38 wen Exp $
 
-SHA1 (Time-HiRes-1.9753.tar.gz) = 7d951ae7fd4e88004b55164e6203e6fa8c0d2b84
-RMD160 (Time-HiRes-1.9753.tar.gz) = 155a39c20bc926a68f60c27f678bd3cd251422a9
-SHA512 (Time-HiRes-1.9753.tar.gz) = a24ea921073cb7434951686f2163ccdb8441eec21263d3345a37d281bd6801e7ff307dda95676e93588633127afe04b6d57133f29bcae83c68a578bb3a3788a6
-Size (Time-HiRes-1.9753.tar.gz) = 110532 bytes
+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



Home | Main Index | Thread Index | Old Index