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 Update to 1.6006



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d450c861c26
branches:  trunk
changeset: 327892:5d450c861c26
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jan 12 04:21:35 2019 +0000

description:
Update to 1.6006

Upstream changes:
1.6006 2018-10-09

 * Update MANIFEST.SKIP.

 * Sync test files with Math-BigInt.

 * Better Makefile.PL.

diffstat:

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

diffs (56 lines):

diff -r c29c74c57490 -r 5d450c861c26 math/p5-Math-BigInt-GMP/Makefile
--- a/math/p5-Math-BigInt-GMP/Makefile  Sat Jan 12 04:08:41 2019 +0000
+++ b/math/p5-Math-BigInt-GMP/Makefile  Sat Jan 12 04:21:35 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/01/12 04:21:35 wen Exp $
 
-DISTNAME=      Math-BigInt-GMP-1.6005
+DISTNAME=      Math-BigInt-GMP-1.6006
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
diff -r c29c74c57490 -r 5d450c861c26 math/p5-Math-BigInt-GMP/distinfo
--- a/math/p5-Math-BigInt-GMP/distinfo  Sat Jan 12 04:08:41 2019 +0000
+++ b/math/p5-Math-BigInt-GMP/distinfo  Sat Jan 12 04:21:35 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/05/02 12:31:05 wiz Exp $
+$NetBSD: distinfo,v 1.11 2019/01/12 04:21:35 wen Exp $
 
-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
+SHA1 (Math-BigInt-GMP-1.6006.tar.gz) = 2fe698c77832ea4f79511956bdf003fa5de2a2f6
+RMD160 (Math-BigInt-GMP-1.6006.tar.gz) = 38250102d38480b4fc63bbd67c571175e01cc454
+SHA512 (Math-BigInt-GMP-1.6006.tar.gz) = 9ac48f8b136d835d6a1a90fb4170321f8684f6650e49dcf7ee2147d7ee0f89400ac93aa72deb8b5c5fd56d2ada391789f573f97487e46a3863e6735f2f53828c
+Size (Math-BigInt-GMP-1.6006.tar.gz) = 2460173 bytes
+SHA1 (patch-aa) = 388dceadec412a941e115f4d8a7701c02f038ed0
diff -r c29c74c57490 -r 5d450c861c26 math/p5-Math-BigInt-GMP/patches/patch-aa
--- a/math/p5-Math-BigInt-GMP/patches/patch-aa  Sat Jan 12 04:08:41 2019 +0000
+++ b/math/p5-Math-BigInt-GMP/patches/patch-aa  Sat Jan 12 04:21:35 2019 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.7 2018/05/02 12:31:05 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2019/01/12 04:21:35 wen Exp $
 
 Trick perl into emitting use of -lgmp.  Actual library
 location will be handled via buildlink / wrapper.
 
---- Makefile.PL.orig   2018-04-15 06:42:18.000000000 +0000
+--- Makefile.PL.orig   2019-01-12 04:16:30.000000000 +0000
 +++ Makefile.PL
-@@ -30,7 +30,7 @@ WriteMakefile
-                             'Math::BigInt'        => 1.999812,
+@@ -49,7 +49,7 @@ WriteMakefile
                             },
+ 
     'LICENSE'            => 'perl_5',
 -   'LIBS'               => ['-lgmp'],   # e.g., '-lm'
-+   'LIBS'               => ["-L$ENV{PREFIX}/lib -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,



Home | Main Index | Thread Index | Old Index