Wed Jan 3 07:48:19 2018 UTC ()
p5-Time-HiRes: update to 1.9751.

1.9751 [2018-01-02]
 - in macOS/OSX/Darwin, use __has_builtin() check also for utimensat(),
   can cause errors like
   "HiRes.xs:1474:16: error: unrecognized platform name macOS"
   [rt.cpan.org #123994]
   (oversight from 1.9749)
 - do not define TIME_HIRES_STAT/d_hires_stat if none was found, instead
   of defining it to be zero, which case has no implementation in hrstatns()
   (thanks to Nigel Horne)
 - in t/utime.t try to divine if the filesystem of the tempfiles has been
   mounted with the 'noatime' option, which can prohibit updating the
   access time timestamp.  Also document this in HiRes.pm.
   (thanks to Nigel Horne, original analysis by Slaven Rezic)
 - synchronize the constant lists in HiRes.pm:@EXPORT_OK
   and Makefile.PL:doConstants and regenerate fallback/const-c.inc
   and fallback/const-xs.inc, this fixes Perl 5.6.2 issue with
   d_futimens not allegedly being a valid macro in t/utime.t
   (using Perl 5.26.1 for the regenerating, not 5.6.2)
   (thanks to Nigel Horne)
 - in t/utime.t define a nop sub done_testing for ancient Perls
   (like Perl 5.6.2)
 - in Perl 5.6.2 a bogus warning
   "Use of uninitialized value in subroutine entry"
   is issued from t/alarm.t: add a comment documenting that


(wiz)
diff -r1.53 -r1.54 pkgsrc/time/p5-Time-HiRes/Makefile
diff -r1.32 -r1.33 pkgsrc/time/p5-Time-HiRes/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/time/p5-Time-HiRes/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-HiRes/Attic/Makefile 2017/12/30 15:06:09 1.53
+++ pkgsrc/time/p5-Time-HiRes/Attic/Makefile 2018/01/03 07:48:19 1.54
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2017/12/30 15:06:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.54 2018/01/03 07:48:19 wiz Exp $
2 2
3DISTNAME= Time-HiRes-1.9750 3DISTNAME= Time-HiRes-1.9751
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
7 7
8MAINTAINER= bad@NetBSD.org 8MAINTAINER= bad@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/ 9HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/
10COMMENT= Perl5 module for high resolution time, sleep, and alarm 10COMMENT= Perl5 module for high resolution time, sleep, and alarm
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14PERL5_PACKLIST= auto/Time/HiRes/.packlist 14PERL5_PACKLIST= auto/Time/HiRes/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.32 -r1.33 pkgsrc/time/p5-Time-HiRes/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-HiRes/Attic/distinfo 2017/12/30 15:06:09 1.32
+++ pkgsrc/time/p5-Time-HiRes/Attic/distinfo 2018/01/03 07:48:19 1.33
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.32 2017/12/30 15:06:09 wiz Exp $ 1$NetBSD: distinfo,v 1.33 2018/01/03 07:48:19 wiz Exp $
2 2
3SHA1 (Time-HiRes-1.9750.tar.gz) = 76dfaf38a388b50f30b4c14fdc75f3cc1d0ec48f 3SHA1 (Time-HiRes-1.9751.tar.gz) = 5941b6f9a17a239049f5b23ae49e6926a3688b72
4RMD160 (Time-HiRes-1.9750.tar.gz) = 6ffd9ebe8c7174ce64824025860f798e36058753 4RMD160 (Time-HiRes-1.9751.tar.gz) = 2f03dcb19cf27e10da96f8fc4b7242cc9f6ed8a2
5SHA512 (Time-HiRes-1.9750.tar.gz) = 3d4480079044983d88ee2c487ebd4d736d581ae6f32c98b5ee24690f2cdea8d1807f5b1c22a4584f59ac66c839f294b6e2d08a5f4190cd111d7699ba9d87dd99 5SHA512 (Time-HiRes-1.9751.tar.gz) = 3c9508aa9f720502b7e3096687dc65c9dc70be5d79d203786e82d5fc89779525f2feada251b3d1c4275f130824d01a0875b2da0a5ed757ad7edb4540f892b19c
6Size (Time-HiRes-1.9750.tar.gz) = 108133 bytes 6Size (Time-HiRes-1.9751.tar.gz) = 110117 bytes