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 Feb 24 10:42:47 UTC 2019
Modified Files:
pkgsrc/time/p5-Time-HiRes: Makefile distinfo
Log Message:
Update to 1.9760
Upstream changes:
1.9760 [2019-02-18]
- make utime() available only if we have both fd and name setting
[RT #133030]
- Adjutst Makefile.PL for windows: the DEFINE() in Makefile.PL
can't be be in sub init() because that sub isn't called on windows
- t/itimer.t: avoid race condition.
- don't truncate nanosec utime
- fallback/const-c.inc: Avoid compiler warning showing up on darwin.
1.9759 [2018-03-23]
- This version reverts the changes on CPAN that were included in 1.9754 - 1.9758.
Several of these changes caused instability on some windows platforms. We can
revisit these fixes if necessary in Perl 5.29.0
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/time/p5-Time-HiRes/Makefile
cvs rdiff -u -r1.38 -r1.39 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.60 pkgsrc/time/p5-Time-HiRes/Makefile:1.61
--- pkgsrc/time/p5-Time-HiRes/Makefile:1.60 Wed Aug 22 09:47:19 2018
+++ pkgsrc/time/p5-Time-HiRes/Makefile Sun Feb 24 10:42:47 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2018/08/22 09:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2019/02/24 10:42:47 wen Exp $
-DISTNAME= Time-HiRes-1.9758
+DISTNAME= Time-HiRes-1.9760
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.38 pkgsrc/time/p5-Time-HiRes/distinfo:1.39
--- pkgsrc/time/p5-Time-HiRes/distinfo:1.38 Sun Mar 25 16:06:52 2018
+++ pkgsrc/time/p5-Time-HiRes/distinfo Sun Feb 24 10:42:47 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2018/03/25 16:06:52 wiz Exp $
+$NetBSD: distinfo,v 1.39 2019/02/24 10:42:47 wen Exp $
-SHA1 (Time-HiRes-1.9758.tar.gz) = 8b29088f796abca62af07c8db1bb818f0a822579
-RMD160 (Time-HiRes-1.9758.tar.gz) = 6884dee06ce96675c13ef535fdf3e027ec6b3cd9
-SHA512 (Time-HiRes-1.9758.tar.gz) = 1328025c816cff8b53bd310771ffd2bc63f8ef0204cf2d871ad600f10a8afc975f824e39e4d954b48f211ce08564f002524fbaf03450c4ed9d88a4d154c80369
-Size (Time-HiRes-1.9758.tar.gz) = 112920 bytes
+SHA1 (Time-HiRes-1.9760.tar.gz) = e6ee17e278eea166a9d53ff5fc9ccd2c6ef107ac
+RMD160 (Time-HiRes-1.9760.tar.gz) = 5942b87433c18f1d2ba59468e60765340e38a719
+SHA512 (Time-HiRes-1.9760.tar.gz) = f355566740cb5d4dd533da2cb9209d955e5b7f6ed9e67c7fa37ca8336bacffe32d037700104915580c5a00534b5f2ff502542c4c4114e5f67e51e46856128b2a
+Size (Time-HiRes-1.9760.tar.gz) = 111684 bytes
Home |
Main Index |
Thread Index |
Old Index