diff options
author | adam <adam> | 2012-02-24 16:29:43 +0000 |
---|---|---|
committer | adam <adam> | 2012-02-24 16:29:43 +0000 |
commit | 0a0448c9e9fefb1350a31324fa6caa7592bece2d (patch) | |
tree | 65a86aa0a6168e8789bc7f86c47b91ec696a9073 | |
parent | d2a70971eb733eebe26c4496ebd24da0be9606cc (diff) | |
download | pkgsrc-0a0448c9e9fefb1350a31324fa6caa7592bece2d.tar.gz |
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.
-rw-r--r-- | math/p5-Math-BigInt-GMP/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/distinfo | 10 | ||||
-rw-r--r-- | math/p5-Math-BigInt-GMP/patches/patch-aa | 20 |
3 files changed, 25 insertions, 27 deletions
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile index d9b5bc454c2..a8fdb189384 100644 --- a/math/p5-Math-BigInt-GMP/Makefile +++ b/math/p5-Math-BigInt-GMP/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.7 2011/08/16 22:21:45 wiz Exp $ -# +# $NetBSD: Makefile,v 1.8 2012/02/24 16:29:43 adam Exp $ -DISTNAME= Math-BigInt-GMP-1.36 -PKGNAME= p5-${DISTNAME} -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} +DISTNAME= Math-BigInt-GMP-1.37 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/ -COMMENT= Perl 5 module for arbitrary size integer math via the GMP library -LICENSE= ${PERL5_LICENSE} - -PERL5_REQD+= 5.14.1 # for Math::BigInt 1.994 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-BigInt-GMP/ +COMMENT= Perl module for arbitrary size integer math via the GMP library +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +PERL5_REQD+= 5.14.2 # for Math::BigInt 1.997 PERL5_PACKLIST= auto/Math/BigInt/GMP/.packlist .include "../../devel/gmp/buildlink3.mk" diff --git a/math/p5-Math-BigInt-GMP/distinfo b/math/p5-Math-BigInt-GMP/distinfo index 2547f5f7782..95380fb37c7 100644 --- a/math/p5-Math-BigInt-GMP/distinfo +++ b/math/p5-Math-BigInt-GMP/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2011/08/16 22:21:45 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/02/24 16:29:43 adam Exp $ -SHA1 (Math-BigInt-GMP-1.36.tar.gz) = e98bf0bd2349b292f892d530d564e1f7dc158c29 -RMD160 (Math-BigInt-GMP-1.36.tar.gz) = affa8eef781d41be40ebc3ea775ccd80dbfa9be3 -Size (Math-BigInt-GMP-1.36.tar.gz) = 53683 bytes -SHA1 (patch-aa) = 506eaba617f3b5cdf6ef2bff8d46a26452d6e7e7 +SHA1 (Math-BigInt-GMP-1.37.tar.gz) = 7a9762e604e48b1d331b237da9952fb20bc5d086 +RMD160 (Math-BigInt-GMP-1.37.tar.gz) = cec6e3779262ba50062638614b0b43d3d1897620 +Size (Math-BigInt-GMP-1.37.tar.gz) = 54520 bytes +SHA1 (patch-aa) = a83074f12af5d5ef78d1c937df14d5e8a9fb2224 diff --git a/math/p5-Math-BigInt-GMP/patches/patch-aa b/math/p5-Math-BigInt-GMP/patches/patch-aa index 088e8303386..27ae7bac341 100644 --- a/math/p5-Math-BigInt-GMP/patches/patch-aa +++ b/math/p5-Math-BigInt-GMP/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2011/08/16 22:21:45 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2012/02/24 16:29:43 adam Exp $ From p5-Math-GMP/patches/patch-aa: Trick perl into emitting use of -lgmp. Actual library location will be handled via buildlink / wrapper. ---- Makefile.PL.orig 2011-02-26 14:34:32.000000000 +0000 +--- Makefile.PL.orig 2011-09-04 14:31:50.000000000 +0000 +++ Makefile.PL -@@ -53,6 +53,6 @@ WriteMakefile( - Math::BigInt => 1.993, - XSLoader => 0.02, - }, -- 'LIBS' => ['-lgmp'], -+ 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"], - 'SIGN' => 1, - ); +@@ -28,6 +28,6 @@ WriteMakefile + Math::BigInt => 1.997, + XSLoader => 0.02, + }, +- 'LIBS' => ['-lgmp'], ++ 'LIBS' => ["-L$ENV{PREFIX}/lib -lgmp"], + 'SIGN' => 1, + ); |