pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/p5-Math-BigInt-GMP



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  2 12:31:05 UTC 2018

Modified Files:
        pkgsrc/math/p5-Math-BigInt-GMP: Makefile distinfo
        pkgsrc/math/p5-Math-BigInt-GMP/patches: patch-aa

Log Message:
p5-Math-BigInt-GMP: update to 1.6005.

1.6005 2018-04-17

 * Fix memory leak in _modinv() (thanks to DANAJ). See CPAN RT #123807.

 * The tests now require Test::More version 0.88 or newer.

 * Sync test files with Math-BigInt.

 * Add test files t/release-test-version.t, t/release-portability.t, and
   t/release-cpan-changes.t.

 * Use a MANIFEST.SKIP file based on the default file in the ExtUtils-Manifest
   distribution.

 * Format CHANGES according to CPAN::Changes::Spec.

 * Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t to
   t/release-pod-coverage.t.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/p5-Math-BigInt-GMP/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/p5-Math-BigInt-GMP/distinfo
cvs rdiff -u -r1.6 -r1.7 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.

Modified files:

Index: pkgsrc/math/p5-Math-BigInt-GMP/Makefile
diff -u pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.18 pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.19
--- pkgsrc/math/p5-Math-BigInt-GMP/Makefile:1.18        Mon Jun  5 14:24:10 2017
+++ pkgsrc/math/p5-Math-BigInt-GMP/Makefile     Wed May  2 12:31:05 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2018/05/02 12:31:05 wiz Exp $
 
-DISTNAME=      Math-BigInt-GMP-1.6004
+DISTNAME=      Math-BigInt-GMP-1.6005
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
@@ -11,9 +10,8 @@ HOMEPAGE=     http://search.cpan.org/dist/Ma
 COMMENT=       Perl module for arbitrary size integer math via the GMP library
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt
+DEPENDS+=      p5-Math-BigInt>=1.999812:../../math/p5-Math-BigInt
 
-PERL5_REQD+=           5.14.2 # for Math::BigInt 1.997
 PERL5_PACKLIST=                auto/Math/BigInt/GMP/.packlist
 
 .include "../../devel/gmp/buildlink3.mk"

Index: pkgsrc/math/p5-Math-BigInt-GMP/distinfo
diff -u pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.9 pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.10
--- pkgsrc/math/p5-Math-BigInt-GMP/distinfo:1.9 Sat Feb 11 11:09:26 2017
+++ pkgsrc/math/p5-Math-BigInt-GMP/distinfo     Wed May  2 12:31:05 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2017/02/11 11:09:26 mef Exp $
+$NetBSD: distinfo,v 1.10 2018/05/02 12:31:05 wiz Exp $
 
-SHA1 (Math-BigInt-GMP-1.6004.tar.gz) = 7604389e496341ec7e538c092975aae404141504
-RMD160 (Math-BigInt-GMP-1.6004.tar.gz) = 7b0bd6a7b7fdde96f49ab28895864d1e89a703a2
-SHA512 (Math-BigInt-GMP-1.6004.tar.gz) = 54b416fe577512691a97b9a06f8ca2ffc4ab63e0d11325f5926c42a4248b87325c2b5db0c57b2239819e863891ea40ab028b0f061ed9c8bbbf6886c467cb8d1e
-Size (Math-BigInt-GMP-1.6004.tar.gz) = 2440178 bytes
-SHA1 (patch-aa) = 86446e8fd488f280669f2cc8f5596e4c56d865a2
+SHA1 (Math-BigInt-GMP-1.6005.tar.gz) = 6ca2a738e8a9ca6235737ba6b6bc77ea9a670a21
+RMD160 (Math-BigInt-GMP-1.6005.tar.gz) = b04c07732f6373c251c871c9db9d32ac21ab9cc1
+SHA512 (Math-BigInt-GMP-1.6005.tar.gz) = def74976f332c01ff100a9912b47116706689edaaa89c0dce188e923c83f1b1324145b1f74991b4c308f5300d158a0d3d1be8c4ec431618395e821e460a12bbf
+Size (Math-BigInt-GMP-1.6005.tar.gz) = 2454467 bytes
+SHA1 (patch-aa) = 8e0f4407c081967f840720e0d3392a33ab5944f6

Index: pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa
diff -u pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa:1.6 pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa:1.7
--- pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa:1.6 Wed Jan 18 13:48:34 2017
+++ pkgsrc/math/p5-Math-BigInt-GMP/patches/patch-aa     Wed May  2 12:31:05 2018
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.6 2017/01/18 13:48:34 wen Exp $
+$NetBSD: patch-aa,v 1.7 2018/05/02 12:31:05 wiz Exp $
 
 Trick perl into emitting use of -lgmp.  Actual library
 location will be handled via buildlink / wrapper.
 
---- Makefile.PL.orig   2017-01-18 13:30:25.000000000 +0000
+--- Makefile.PL.orig   2018-04-15 06:42:18.000000000 +0000
 +++ Makefile.PL
 @@ -30,7 +30,7 @@ WriteMakefile
-                             'Math::BigInt'        => 1.999808,
+                             'Math::BigInt'        => 1.999812,
                             },
     'LICENSE'            => 'perl_5',
 -   'LIBS'               => ['-lgmp'],   # e.g., '-lm'



Home | Main Index | Thread Index | Old Index