Received: by mail.netbsd.org (Postfix, from userid 605) id 98C9984D55; Mon, 7 Sep 2020 11:49:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20F5C84D54 for ; Mon, 7 Sep 2020 11:49:07 +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 gmkHCQyqCoDF for ; Mon, 7 Sep 2020 11:49:06 +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 99AA684D3A for ; Mon, 7 Sep 2020 11:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96347FB28; Mon, 7 Sep 2020 11:49:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159947934614870" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 11:49:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/p5-Math-BigInt-Pari To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907114906.96347FB28@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. --_----------=_159947934614870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 11:49:06 UTC 2020 Modified Files: pkgsrc/math/p5-Math-BigInt-Pari: Makefile distinfo Log Message: p5-Math-BigInt-Pari: update to 1.3006. 1.3006 2019-10-10 * Sync test files with Math-BigInt. 1.3005 2018-10-09 * Update MANIFEST.SKIP. * Sync test files with Math-BigInt. * Better Makefile.PL. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/p5-Math-BigInt-Pari/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/p5-Math-BigInt-Pari/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159947934614870 Content-Disposition: inline Content-Length: 1840 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Math-BigInt-Pari/Makefile diff -u pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.22 pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.23 --- pkgsrc/math/p5-Math-BigInt-Pari/Makefile:1.22 Mon Aug 31 18:10:13 2020 +++ pkgsrc/math/p5-Math-BigInt-Pari/Makefile Mon Sep 7 11:49:06 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2020/08/31 18:10:13 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2020/09/07 11:49:06 wiz Exp $ -DISTNAME= Math-BigInt-Pari-1.3004 +DISTNAME= Math-BigInt-Pari-1.3006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} Index: pkgsrc/math/p5-Math-BigInt-Pari/distinfo diff -u pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.7 pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.8 --- pkgsrc/math/p5-Math-BigInt-Pari/distinfo:1.7 Wed May 2 12:31:53 2018 +++ pkgsrc/math/p5-Math-BigInt-Pari/distinfo Mon Sep 7 11:49:06 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/05/02 12:31:53 wiz Exp $ +$NetBSD: distinfo,v 1.8 2020/09/07 11:49:06 wiz Exp $ -SHA1 (Math-BigInt-Pari-1.3004.tar.gz) = 3cde7f2919427ee2e6caee5d4cd5ca99d035c7d2 -RMD160 (Math-BigInt-Pari-1.3004.tar.gz) = 3fa8c9e5a14645cb7c9bcdbe83f9293d62159d72 -SHA512 (Math-BigInt-Pari-1.3004.tar.gz) = eb0ca6f4b53b902b4b591f5d2e6deeea50c7ab969039f79df4e338552083f5a64111488b13aa83d7d01189dd0854d741e2bcbd421a9e54ad2ea2da2d64f48027 -Size (Math-BigInt-Pari-1.3004.tar.gz) = 2443983 bytes +SHA1 (Math-BigInt-Pari-1.3006.tar.gz) = 2caf739db24ea64e49f13aeaa619a3f88a98ad7e +RMD160 (Math-BigInt-Pari-1.3006.tar.gz) = 08aefd40b3ebbdc0f2d544c030df3b232cb8c43d +SHA512 (Math-BigInt-Pari-1.3006.tar.gz) = bc1f12e4ca06b9c80da3d58ed993b4a4a948f6506eb5ceb87e7f3d24e07f3dd50fcaccb3d11a95b024be1ab976cdf18c29d51310b4bbb247bfa493dbda148999 +Size (Math-BigInt-Pari-1.3006.tar.gz) = 2449676 bytes --_----------=_159947934614870--