Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8FCC463DCE6 for ; Fri, 24 Feb 2012 16:29:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D005914A373; Fri, 24 Feb 2012 16:29:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 187A414A371 for ; Fri, 24 Feb 2012 16:29:44 +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 rfu4Il-Kr-fr for ; Fri, 24 Feb 2012 16:29:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 873FF14A365 for ; Fri, 24 Feb 2012 16:29:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7D968175DD; Fri, 24 Feb 2012 16:29:43 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 24 Feb 2012 16:29:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/p5-Math-BigInt-GMP To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120224162943.7D968175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Feb 24 16:29:43 UTC 2012 Modified Files: pkgsrc/math/p5-Math-BigInt-GMP: Makefile distinfo pkgsrc/math/p5-Math-BigInt-GMP/patches: patch-aa Log Message: Changes 1.37: * Updated test files from the Math::BigInt distribution * Updated bundled Devel::CheckLib from v0.92 to v0.93 * Math::BigInt::GMP now requires Math::BigInt v1.997 * Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are generated by the distribution author at packaging time, MYMETA.* are generated by the end user at configure time after any dynamic dependencies are known. * Changed Makefile.PL so that a "make dist" makes a META.yml and META.json. * Updated common test files from the Math::BigInt distribution. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/p5-Math-BigInt-GMP/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/p5-Math-BigInt-GMP/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.