Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 216C31A9239 for ; Fri, 12 Nov 2021 04:27:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7156A84D53; Fri, 12 Nov 2021 04:27:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA0EC84D2E for ; Fri, 12 Nov 2021 04:27:17 +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 8ecGRaxXTi3G for ; Fri, 12 Nov 2021 04:27:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 25ADA84D10 for ; Fri, 12 Nov 2021 04:27:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F814FAEC; Fri, 12 Nov 2021 04:27:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1636691237240380" MIME-Version: 1.0 Date: Fri, 12 Nov 2021 04:27:17 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/math/p5-Math-BigInt To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211112042717.1F814FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1636691237240380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Nov 12 04:27:17 UTC 2021 Modified Files: pkgsrc/math/p5-Math-BigInt: Makefile distinfo Log Message: Update to 1.999827 Upstream changes: 1.999827 2021-10-03 * Improve error message for missing library argument. * Skip tests that don't work on older Perls. Also skip tests that compare floating point numbers. 1.999826 2021-10-01 * Improve documentation related to floating point literals. * Skip tests that fail due to Perl's broken handling of floating point literals before v5.32.0. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/p5-Math-BigInt/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/p5-Math-BigInt/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1636691237240380 Content-Disposition: inline Content-Length: 1638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-BigInt/Makefile diff -u pkgsrc/math/p5-Math-BigInt/Makefile:1.17 pkgsrc/math/p5-Math-BigInt/Makefile:1.18 --- pkgsrc/math/p5-Math-BigInt/Makefile:1.17 Thu Sep 30 13:22:36 2021 +++ pkgsrc/math/p5-Math-BigInt/Makefile Fri Nov 12 04:27:16 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/09/30 13:22:36 wen Exp $ +# $NetBSD: Makefile,v 1.18 2021/11/12 04:27:16 wen Exp $ -DISTNAME= Math-BigInt-1.999825 +DISTNAME= Math-BigInt-1.999827 PKGNAME= p5-${DISTNAME} CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} Index: pkgsrc/math/p5-Math-BigInt/distinfo diff -u pkgsrc/math/p5-Math-BigInt/distinfo:1.13 pkgsrc/math/p5-Math-BigInt/distinfo:1.14 --- pkgsrc/math/p5-Math-BigInt/distinfo:1.13 Tue Oct 26 10:55:52 2021 +++ pkgsrc/math/p5-Math-BigInt/distinfo Fri Nov 12 04:27:16 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2021/10/26 10:55:52 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/11/12 04:27:16 wen Exp $ -BLAKE2s (Math-BigInt-1.999825.tar.gz) = aef29d6304798ddc02ae826606161ec3d3cef1cfebc279e9605ce82d76a85632 -SHA512 (Math-BigInt-1.999825.tar.gz) = d87886c3583ad768ee15c13bcd139689edca10ef3ce4bc9a6730de509a712c83d15a506dab12bb3265fbbe11eab34c80e5b225848426b010ab9d5b49f117aa9a -Size (Math-BigInt-1.999825.tar.gz) = 3069290 bytes +BLAKE2s (Math-BigInt-1.999827.tar.gz) = f043e36acc0cd2ffaa7315acb1f3c49c628b9c171ae4c0c4fb1f3a5b59e6e6d4 +SHA512 (Math-BigInt-1.999827.tar.gz) = 3cb3ced93f0185a5929c3f5e9b9626b095eb7ce0c954ef253ba8016ff1cf5f3ea309787fde607f8461b17eab17c8ee6eb0debed77fe6ff0082e5d332fd697811 +Size (Math-BigInt-1.999827.tar.gz) = 3072323 bytes --_----------=_1636691237240380--