summaryrefslogtreecommitdiff
path: root/math/mpfr
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-02-11 16:35:01 +0000
committerwiz <wiz@pkgsrc.org>2018-02-11 16:35:01 +0000
commit5b6d08babf1eadb5498f1ce909f3511f9cc8f357 (patch)
tree6bdc8d299b3db4b015bcdd7d8cfda0e7614d3fe7 /math/mpfr
parent5da2981b174b4164250f16e20c5455bd3a3246f6 (diff)
downloadpkgsrc-5b6d08babf1eadb5498f1ce909f3511f9cc8f357.tar.gz
mpfr: update to 4.0.1.
Changes from version 4.0.0 to version 4.0.1: - Improved MPFR manual. - Improved __GMP_CC and __GMP_CFLAGS retrieval (in particular for MS Windows). - Fixed a build failure on some platforms when --with-gmp-build is used. - Bug fixes (see ChangeLog file), in particular in mpfr_div_ui, which could yield an incorrectly rounded result to nearest when using different precisions; this bug had been present since the introduction of mpfr_div_ui, and in MPFR 4.0.0, it was affecting mpfr_div too. - New: optional "make check-exported-symbols", mainly for the MPFR developers and binary distributions, to check that MPFR does not define symbols with a GMP reserved prefix (experimental).
Diffstat (limited to 'math/mpfr')
-rw-r--r--math/mpfr/Makefile5
-rw-r--r--math/mpfr/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 400ef4f53cd..360f39d2b93 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2018/02/03 10:49:48 gson Exp $
+# $NetBSD: Makefile,v 1.36 2018/02/11 16:35:01 wiz Exp $
-DISTNAME= mpfr-4.0.0
-PKGREVISION= 1
+DISTNAME= mpfr-4.0.1
CATEGORIES= math
MASTER_SITES= http://www.mpfr.org/${DISTNAME}/
EXTRACT_SUFX= .tar.bz2
diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo
index 6ecfab7b1a6..5cc05defefa 100644
--- a/math/mpfr/distinfo
+++ b/math/mpfr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2018/01/28 16:18:23 wiz Exp $
+$NetBSD: distinfo,v 1.27 2018/02/11 16:35:01 wiz Exp $
-SHA1 (mpfr-4.0.0.tar.bz2) = 799245347044c8f0da9e513f86bb5e4c07974931
-RMD160 (mpfr-4.0.0.tar.bz2) = 2f4445d4acaef9b807b5d611287cf3f8fe22134b
-SHA512 (mpfr-4.0.0.tar.bz2) = 43932f9d5e60fd5545c27ff984784dd7a286656a0297d0be7c106f72a2d2e0408702be16bd27e5b5f17a04a2069d06d644cdb4ca4ab4c26ae1a5896fc77bdefd
-Size (mpfr-4.0.0.tar.bz2) = 1619917 bytes
+SHA1 (mpfr-4.0.1.tar.bz2) = fcbbafb37c683898e585b926608d540ed037609e
+RMD160 (mpfr-4.0.1.tar.bz2) = e861f9ea0719b33856020535ec065590ca2bdd62
+SHA512 (mpfr-4.0.1.tar.bz2) = c1674fc0a5edcde188bdf7d6d14063cfb4f1259b9eaf39d0081f7176e9921ca0af1b12b7aba1a9560d9f2d5f37329d22bc7b82f13421d91d83114b439bc60dcc
+Size (mpfr-4.0.1.tar.bz2) = 1626420 bytes