summaryrefslogtreecommitdiff
path: root/math/p5-Math-BigInt-GMP
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-01-18 13:48:34 +0000
committerwen <wen@pkgsrc.org>2017-01-18 13:48:34 +0000
commit11959d216a54d60ab25d74d5976e6bacc20ab0ec (patch)
tree57e1691214d86a3355bcc51dbeeda42680bf8f3a /math/p5-Math-BigInt-GMP
parent196a5d7589998ec195469140d33a95c7ad65266f (diff)
downloadpkgsrc-11959d216a54d60ab25d74d5976e6bacc20ab0ec.tar.gz
Update to 1.6003
Update DEPENDS Upstream changes: 2017-01-11 v1.6003 pjacklam * Fix syntax for required version of Math::BigInt::Lib. * Better checking of POD coverage. * Sync test files with Math-BigInt-1.999808. 2016-12-03 v1.6002 pjacklam * Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL * Don't use Devel::CheckLib. It fails on Windows even in cases where this distribution would build just fine. * Update BUGS file. * Remove author information in LICENSE file. * Inform that the TODO file is not up to date. * Remove INSTALL file. The information is in the README file. 2016-11-23 v1.6001 pjacklam * Sync test files with Math-BigInt-1.999801. * Correct version number in CHANGES file. 2016-11-15 v1.6000 pjacklam * Sync test files with Math-BigInt-1.999800. * Update bundled Devel::CheckLib from v1.03 to v1.07. * Math::BigInt::GMP is now a subclass of Math::BigInt::Lib, so remove pure Perl methods from Math::BigInt::GMP that are implemented in the superclass Math::BigInt::Lib. The methods removed are _digit(), _num(), _nok(), and _log_int(). The version of _log_int() implemented in Math::BigInt::GMP was buggy anyway. * Fix _check() so it doesn't give a "use of uninitialized value" warning if given an undefined "object". * Trim whitespace in all files. * Better use of the functionality in Test::More in t/bigintg.t.
Diffstat (limited to 'math/p5-Math-BigInt-GMP')
-rw-r--r--math/p5-Math-BigInt-GMP/Makefile6
-rw-r--r--math/p5-Math-BigInt-GMP/distinfo12
-rw-r--r--math/p5-Math-BigInt-GMP/patches/patch-aa21
3 files changed, 20 insertions, 19 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile
index c1946d6eaa5..417e666c37c 100644
--- a/math/p5-Math-BigInt-GMP/Makefile
+++ b/math/p5-Math-BigInt-GMP/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/08/09 00:01:14 wen Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/18 13:48:34 wen Exp $
-DISTNAME= Math-BigInt-GMP-1.51
+DISTNAME= Math-BigInt-GMP-1.6003
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/
COMMENT= Perl module for arbitrary size integer math via the GMP library
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Math-BigInt>=1.999719:../../math/p5-Math-BigInt
+DEPENDS+= p5-Math-BigInt>=1.999808:../../math/p5-Math-BigInt
PERL5_REQD+= 5.14.2 # for Math::BigInt 1.997
PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist
diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo
index 3286a714dea..34ee87bd369 100644
--- a/math/p5-Math-BigInt-GMP/distinfo
+++ b/math/p5-Math-BigInt-GMP/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2016/08/09 00:01:14 wen Exp $
+$NetBSD: distinfo,v 1.8 2017/01/18 13:48:34 wen Exp $
-SHA1 (Math-BigInt-GMP-1.51.tar.gz) = f4db763aa97330c3f2fc58c250c31b0e6154e362
-RMD160 (Math-BigInt-GMP-1.51.tar.gz) = 2816e57f0a59d60727b9daead098e61ba1fe4710
-SHA512 (Math-BigInt-GMP-1.51.tar.gz) = f2e56ce48e9a387821b409078228d20f7348eef5eea0aac4844a0f29340c7a2677693fda40c2bb85527f2f77cd9519401109b037040fc18266b401cfae134601
-Size (Math-BigInt-GMP-1.51.tar.gz) = 59701 bytes
-SHA1 (patch-aa) = 326c7ba8a7d3a08add96801349c6908f742e2fd5
+SHA1 (Math-BigInt-GMP-1.6003.tar.gz) = 7b4c99be6c034d8d518e4a621d7580fdcfa5674c
+RMD160 (Math-BigInt-GMP-1.6003.tar.gz) = 8d332fc2a664aec58d53eb7c2cf4abcb4abbc1a6
+SHA512 (Math-BigInt-GMP-1.6003.tar.gz) = af2b510aa07fb951a8dc3a4a0e1b2cc43e81a606ed16bfd0a728547b556e8094c84804f055e43d5f65893a18e3974da98c937f14d6094ca8452eb78246c2a7ef
+Size (Math-BigInt-GMP-1.6003.tar.gz) = 2439964 bytes
+SHA1 (patch-aa) = 86446e8fd488f280669f2cc8f5596e4c56d865a2
diff --git a/math/p5-Math-BigInt-GMP/patches/patch-aa b/math/p5-Math-BigInt-GMP/patches/patch-aa
index 1619f760274..a1fd3409328 100644
--- a/math/p5-Math-BigInt-GMP/patches/patch-aa
+++ b/math/p5-Math-BigInt-GMP/patches/patch-aa
@@ -1,15 +1,16 @@
-$NetBSD: patch-aa,v 1.5 2016/08/09 00:01:14 wen Exp $
+$NetBSD: patch-aa,v 1.6 2017/01/18 13:48:34 wen Exp $
Trick perl into emitting use of -lgmp. Actual library
location will be handled via buildlink / wrapper.
---- Makefile.PL.orig 2016-08-08 23:57:46.000000000 +0000
+--- Makefile.PL.orig 2017-01-18 13:30:25.000000000 +0000
+++ Makefile.PL
-@@ -33,6 +33,6 @@ WriteMakefile
- TEST_REQUIRES => {
- Test::More => 0.47,
- },
-- 'LIBS' => ['-lgmp'],
-+ 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"],
- 'SIGN' => 1,
- );
+@@ -30,7 +30,7 @@ WriteMakefile
+ 'Math::BigInt' => 1.999808,
+ },
+ 'LICENSE' => 'perl_5',
+- 'LIBS' => ['-lgmp'], # e.g., '-lm'
++ 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"], # e.g., '-lm'
+ 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
+ 'INC' => '', # e.g., '-I/usr/include/other'
+ 'SIGN' => 1,