pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-GMP
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 2 13:03:54 UTC 2018
Modified Files:
pkgsrc/math/p5-Math-GMP: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/p5-Math-GMP/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/p5-Math-GMP/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/p5-Math-GMP/Makefile
diff -u pkgsrc/math/p5-Math-GMP/Makefile:1.24 pkgsrc/math/p5-Math-GMP/Makefile:1.25
--- pkgsrc/math/p5-Math-GMP/Makefile:1.24 Sat Dec 30 14:35:19 2017
+++ pkgsrc/math/p5-Math-GMP/Makefile Wed May 2 13:03:54 2018
@@ -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"
Index: pkgsrc/math/p5-Math-GMP/distinfo
diff -u pkgsrc/math/p5-Math-GMP/distinfo:1.9 pkgsrc/math/p5-Math-GMP/distinfo:1.10
--- pkgsrc/math/p5-Math-GMP/distinfo:1.9 Sat Dec 30 14:35:19 2017
+++ pkgsrc/math/p5-Math-GMP/distinfo Wed May 2 13:03:54 2018
@@ -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