Received: by mail.netbsd.org (Postfix, from userid 605) id 95E8584DF6; Sun, 27 Oct 2019 15:14:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F4CC84D69 for ; Sun, 27 Oct 2019 15:14:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nZkqFA9b-hor for ; Sun, 27 Oct 2019 15:14:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8927184D27 for ; Sun, 27 Oct 2019 15:14:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83B60FA8D; Sun, 27 Oct 2019 15:14:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572189278170380" MIME-Version: 1.0 Date: Sun, 27 Oct 2019 15:14:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Sub-Quote To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191027151438.83B60FA8D@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. --_----------=_1572189278170380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Oct 27 15:14:38 UTC 2019 Modified Files: pkgsrc/devel/p5-Sub-Quote: Makefile distinfo Log Message: (devel/p5-Sub-Quote) Updated from 2.006003 to 2.006006 2.006006 - 2019-10-01 - change quotify to use longest form of floating point numbers if unable to find a perfectly accurate representation - updated documentation for quotify to reflect handling of floating point numbers - don't try to copy hints hash entries that look like references (RT#122698) 2.006_005 - 2019-09-06 - additional fixes for quotify for floating point numbers to be faster and should always be able to maintain accuracy 2.006_004 - 2019-04-24 - change quotify of NaNs to simpler calculation - avoid ever triggering exceptions when testing for quotify on false values - skip quotify Inf and NaN tests if perl is compiled without support for them - fix quotify of very large or very small numbers - fix accuracy of quotify on high precision numbers when perl is compiled with quadmath - quotify will use hex floats when needed for full accuracy if they are available - change tests of quotify for floating point numbers to allow a small amount of inaccuracy, since decimal floats can't always be accurate To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Sub-Quote/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Sub-Quote/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572189278170380 Content-Disposition: inline Content-Length: 2040 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Sub-Quote/Makefile diff -u pkgsrc/devel/p5-Sub-Quote/Makefile:1.9 pkgsrc/devel/p5-Sub-Quote/Makefile:1.10 --- pkgsrc/devel/p5-Sub-Quote/Makefile:1.9 Sun Aug 11 13:20:22 2019 +++ pkgsrc/devel/p5-Sub-Quote/Makefile Sun Oct 27 15:14:38 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2019/08/11 13:20:22 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2019/10/27 15:14:38 mef Exp $ -DISTNAME= Sub-Quote-2.006003 +DISTNAME= Sub-Quote-2.006006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} @@ -11,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/S COMMENT= Efficient generation of subroutines via string eval LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal +TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal PERL5_PACKLIST= auto/Sub/Quote/.packlist Index: pkgsrc/devel/p5-Sub-Quote/distinfo diff -u pkgsrc/devel/p5-Sub-Quote/distinfo:1.5 pkgsrc/devel/p5-Sub-Quote/distinfo:1.6 --- pkgsrc/devel/p5-Sub-Quote/distinfo:1.5 Sat Mar 16 23:56:02 2019 +++ pkgsrc/devel/p5-Sub-Quote/distinfo Sun Oct 27 15:14:38 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/03/16 23:56:02 wen Exp $ +$NetBSD: distinfo,v 1.6 2019/10/27 15:14:38 mef Exp $ -SHA1 (Sub-Quote-2.006003.tar.gz) = c68696583f0bf614866c7bf95a968dcb48c9b99a -RMD160 (Sub-Quote-2.006003.tar.gz) = 54fb44380999bb65816e0524b0105b9b0711d686 -SHA512 (Sub-Quote-2.006003.tar.gz) = d486556750fa8cf8152f86204ed2156ff33dd4ba467955c3f9621b67b68acb543f953eb1476297a85d3ee2bc9755072491ad9d34c33a496d5ba5828c687f6d83 -Size (Sub-Quote-2.006003.tar.gz) = 30980 bytes +SHA1 (Sub-Quote-2.006006.tar.gz) = bef0f53f71318fe619dfe4c3b7b37b52c7cb1859 +RMD160 (Sub-Quote-2.006006.tar.gz) = 4ecfc359458ab7371632118445c3e85ab0cb8028 +SHA512 (Sub-Quote-2.006006.tar.gz) = 19cd0504f039f3218d3f47b3b44714f0baed73a13f97c4552eb1816b7b03186b1bbdf48cc70c2cae616eb9ec81721b30217c7f788176d389df694c9b355ead64 +Size (Sub-Quote-2.006006.tar.gz) = 32485 bytes --_----------=_1572189278170380--