Received: by mail.netbsd.org (Postfix, from userid 605) id DFEB784E7E; Wed, 3 Jan 2018 07:48:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 697E984D62 for ; Wed, 3 Jan 2018 07:48:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id I0MLzkfjoHyB for ; Wed, 3 Jan 2018 07:48:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DAA5B84D22 for ; Wed, 3 Jan 2018 07:48:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1BF3FBDE; Wed, 3 Jan 2018 07:48:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151496569990590" MIME-Version: 1.0 Date: Wed, 3 Jan 2018 07:48:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-Time-HiRes To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180103074819.B1BF3FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151496569990590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 3 07:48:19 UTC 2018 Modified Files: pkgsrc/time/p5-Time-HiRes: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/time/p5-Time-HiRes/Makefile cvs rdiff -u -r1.32 -r1.33 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. --_----------=_151496569990590 Content-Disposition: inline Content-Length: 1704 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-Time-HiRes/Makefile diff -u pkgsrc/time/p5-Time-HiRes/Makefile:1.53 pkgsrc/time/p5-Time-HiRes/Makefile:1.54 --- pkgsrc/time/p5-Time-HiRes/Makefile:1.53 Sat Dec 30 15:06:09 2017 +++ pkgsrc/time/p5-Time-HiRes/Makefile Wed Jan 3 07:48:19 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2017/12/30 15:06:09 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/01/03 07:48:19 wiz Exp $ -DISTNAME= Time-HiRes-1.9750 +DISTNAME= Time-HiRes-1.9751 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.32 pkgsrc/time/p5-Time-HiRes/distinfo:1.33 --- pkgsrc/time/p5-Time-HiRes/distinfo:1.32 Sat Dec 30 15:06:09 2017 +++ pkgsrc/time/p5-Time-HiRes/distinfo Wed Jan 3 07:48:19 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2017/12/30 15:06:09 wiz Exp $ +$NetBSD: distinfo,v 1.33 2018/01/03 07:48:19 wiz Exp $ -SHA1 (Time-HiRes-1.9750.tar.gz) = 76dfaf38a388b50f30b4c14fdc75f3cc1d0ec48f -RMD160 (Time-HiRes-1.9750.tar.gz) = 6ffd9ebe8c7174ce64824025860f798e36058753 -SHA512 (Time-HiRes-1.9750.tar.gz) = 3d4480079044983d88ee2c487ebd4d736d581ae6f32c98b5ee24690f2cdea8d1807f5b1c22a4584f59ac66c839f294b6e2d08a5f4190cd111d7699ba9d87dd99 -Size (Time-HiRes-1.9750.tar.gz) = 108133 bytes +SHA1 (Time-HiRes-1.9751.tar.gz) = 5941b6f9a17a239049f5b23ae49e6926a3688b72 +RMD160 (Time-HiRes-1.9751.tar.gz) = 2f03dcb19cf27e10da96f8fc4b7242cc9f6ed8a2 +SHA512 (Time-HiRes-1.9751.tar.gz) = 3c9508aa9f720502b7e3096687dc65c9dc70be5d79d203786e82d5fc89779525f2feada251b3d1c4275f130824d01a0875b2da0a5ed757ad7edb4540f892b19c +Size (Time-HiRes-1.9751.tar.gz) = 110117 bytes --_----------=_151496569990590--