Update to p5-Math-BigInt-GMP-1.38.

ok ajacoutot@
This commit is contained in:
benoit 2014-12-17 10:22:47 +00:00
parent c643f11228
commit 347579afaa
4 changed files with 17 additions and 21 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2014/06/14 23:25:41 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2014/12/17 10:22:47 benoit Exp $
SHARED_ONLY= Yes
COMMENT= use the GMP library for Math::BigInt routines
MODULES= cpan
DISTNAME= Math-BigInt-GMP-1.24
REVISION= 3
DISTNAME = Math-BigInt-GMP-1.38
CATEGORIES= math
# perl

View File

@ -1,5 +1,2 @@
MD5 (Math-BigInt-GMP-1.24.tar.gz) = 3lu1SPno4iVFZZJu7B0Vsg==
RMD160 (Math-BigInt-GMP-1.24.tar.gz) = pq5qoFVJ/CSaD4KRYT38xaJUd0M=
SHA1 (Math-BigInt-GMP-1.24.tar.gz) = ydmxT8+cjpYcZuAD0P+2xRvQYsc=
SHA256 (Math-BigInt-GMP-1.24.tar.gz) = PwD7AZG0NDdFuZ8QSlD1Ckn6dCT+cMwALwAEZRYajrQ=
SIZE (Math-BigInt-GMP-1.24.tar.gz) = 43131
SHA256 (Math-BigInt-GMP-1.38.tar.gz) = GtDKyRGgjxUMXlqChq7CDeIchjvSe48AJFbP8R4IbxU=
SIZE (Math-BigInt-GMP-1.38.tar.gz) = 55585

View File

@ -1,11 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.2 2008/10/29 11:39:36 jasper Exp $
--- Makefile.PL.orig Wed Jul 25 20:13:12 2007
+++ Makefile.PL Wed Oct 29 11:34:58 2008
@@ -49,5 +49,6 @@ WriteMakefile(
Math::BigInt => 1.87,
XSLoader => 0.02,
},
- 'LIBS' => ['-lgmp'],
+ 'LIBS' => ["$ENV{LDFLAGS} -lgmp"], # e.g., '-lm'
+ 'INC' => "$ENV{CPPFLAGS}",
);
$OpenBSD: patch-Makefile_PL,v 1.3 2014/12/17 10:22:47 benoit Exp $
--- Makefile.PL.orig Fri Apr 4 08:57:54 2014
+++ Makefile.PL Mon Dec 15 22:07:21 2014
@@ -28,6 +28,7 @@
Math::BigInt => 1.9993,
XSLoader => 0.02,
},
- 'LIBS' => ['-lgmp'],
+ 'LIBS' => ["$ENV{LDFLAGS} -lgmp"], # e.g., '-lm'
+ 'INC' => "$ENV{CPPFLAGS}",
'SIGN' => 1,
);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2014/06/14 23:25:41 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2014/12/17 10:22:48 benoit Exp $
${P5ARCH}/
${P5ARCH}/Math/
${P5ARCH}/Math/BigInt/
@ -7,6 +7,5 @@ ${P5ARCH}/auto/
${P5ARCH}/auto/Math/
${P5ARCH}/auto/Math/BigInt/
${P5ARCH}/auto/Math/BigInt/GMP/
@comment ${P5ARCH}/auto/Math/BigInt/GMP/GMP.bs
${P5ARCH}/auto/Math/BigInt/GMP/GMP.so
@man man/man3p/Math::BigInt::GMP.3p