pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-GMP p5-Math-GMP: update to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4b82223e333
branches:  trunk
changeset: 307177:a4b82223e333
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 02 13:03:54 2018 +0000
description:
p5-Math-GMP: update to 2.19.

2.19  2018-04-08 Shlomif
    - Fix int() on large unsigned integers.
        - https://github.com/turnstep/Math-GMP/issues/2
        - Thanks to @trizen .

2.18  2018-04-07 Shlomif
    - Depend on Alien::GMP to automatically install GMP when missing
        - See https://rt.cpan.org/Ticket/Display.html?id=125018
        - See https://github.com/turnstep/Math-GMP/pull/1

2.17  2018-04-05 Shlomif
    - Correct the link to the GitHub repository.
        - See https://rt.cpan.org/Ticket/Display.html?id=125018

diffstat:

 math/p5-Math-GMP/Makefile |  23 +++++++++++------------
 math/p5-Math-GMP/distinfo |  10 +++++-----
 2 files changed, 16 insertions(+), 17 deletions(-)

diffs (49 lines):

diff -r 2b8ee7c4962b -r a4b82223e333 math/p5-Math-GMP/Makefile
--- a/math/p5-Math-GMP/Makefile Wed May 02 13:01:57 2018 +0000
+++ b/math/p5-Math-GMP/Makefile Wed May 02 13:03:54 2018 +0000
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.24 2017/12/30 14:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/05/02 13:03:54 wiz Exp $
 
-DISTNAME=              Math-GMP-2.16
-PKGNAME=               p5-${DISTNAME}
-CATEGORIES=            math perl5
-MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Math/}
+DISTNAME=      Math-GMP-2.19
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
 
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://search.cpan.org/dist/Math-GMP/
-COMMENT=               Perl 5 module for high speed arbitrary size integer math
-LICENSE=               gnu-gpl-v2
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Math-GMP/
+COMMENT=       Perl 5 module for high speed arbitrary size integer math
+LICENSE=       gnu-gpl-v2
 
-BUILD_DEPENDS+=        p5-Devel-CheckLib>=0:../../devel/p5-Devel-CheckLib
-BUILD_DEPENDS+=        p5-Test-YAML-Meta>=0.03:../../devel/p5-Test-YAML-Meta
+BUILD_DEPENDS+=        p5-Alien-GMP-[0-9]*:../../math/p5-Alien-GMP
 
-PERL5_PACKLIST=                auto/Math/GMP/.packlist
+PERL5_PACKLIST=        auto/Math/GMP/.packlist
 
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
diff -r 2b8ee7c4962b -r a4b82223e333 math/p5-Math-GMP/distinfo
--- a/math/p5-Math-GMP/distinfo Wed May 02 13:01:57 2018 +0000
+++ b/math/p5-Math-GMP/distinfo Wed May 02 13:03:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/12/30 14:35:19 wiz Exp $
+$NetBSD: distinfo,v 1.10 2018/05/02 13:03:54 wiz Exp $
 
-SHA1 (Math-GMP-2.16.tar.gz) = e6e4eb0660f9f8ddfc03adb6d32e60cb824ba105
-RMD160 (Math-GMP-2.16.tar.gz) = b1f38d74327d2277ae28490a8f7d3eb915a1a923
-SHA512 (Math-GMP-2.16.tar.gz) = 0e45a1a3535bf1edd96911a786f93bed15daf4ccd9e082adc7f7a1270baa6fea32255ebe2f47ed4448e12980615083683ea9040ff7ff0dd19182da05065020c6
-Size (Math-GMP-2.16.tar.gz) = 33290 bytes
+SHA1 (Math-GMP-2.19.tar.gz) = c7ba15e1b7d3b0847198cbf3cd938f86137284ed
+RMD160 (Math-GMP-2.19.tar.gz) = 5b57c7e7fbf376397fa84dc0ad4fad1702edf0d8
+SHA512 (Math-GMP-2.19.tar.gz) = 3d2e7d9c32ec84790c20f6e93b0088bcf32c7d68078ee2f7ea25a4e80391d39da904788fbcc41a2660aa1b7718c29fb7f8b36d617553f8ca7e3b8275d41d0466
+Size (Math-GMP-2.19.tar.gz) = 33475 bytes



Home | Main Index | Thread Index | Old Index