pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-BigInt-GMP p5-Math-BigInt-GM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/417349ec72b6
branches:  trunk
changeset: 307164:417349ec72b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 02 12:31:05 2018 +0000
description:
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.

diffstat:

 math/p5-Math-BigInt-GMP/Makefile         |   8 +++-----
 math/p5-Math-BigInt-GMP/distinfo         |  12 ++++++------
 math/p5-Math-BigInt-GMP/patches/patch-aa |   6 +++---
 3 files changed, 12 insertions(+), 14 deletions(-)

diffs (61 lines):

diff -r 465e4ec91599 -r 417349ec72b6 math/p5-Math-BigInt-GMP/Makefile
--- a/math/p5-Math-BigInt-GMP/Makefile  Wed May 02 12:29:30 2018 +0000
+++ b/math/p5-Math-BigInt-GMP/Makefile  Wed May 02 12:31:05 2018 +0000
@@ -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 @@
 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"
diff -r 465e4ec91599 -r 417349ec72b6 math/p5-Math-BigInt-GMP/distinfo
--- a/math/p5-Math-BigInt-GMP/distinfo  Wed May 02 12:29:30 2018 +0000
+++ b/math/p5-Math-BigInt-GMP/distinfo  Wed May 02 12:31:05 2018 +0000
@@ -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
diff -r 465e4ec91599 -r 417349ec72b6 math/p5-Math-BigInt-GMP/patches/patch-aa
--- a/math/p5-Math-BigInt-GMP/patches/patch-aa  Wed May 02 12:29:30 2018 +0000
+++ b/math/p5-Math-BigInt-GMP/patches/patch-aa  Wed May 02 12:31:05 2018 +0000
@@ -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