diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-13 22:26:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-13 22:26:50 +0000 |
commit | 465f8e082426033e5036ff00998035eac82b8756 (patch) | |
tree | 5bf021bd9b00482d1325209648068632f7abd87c /math | |
parent | 6792650cff8cc1b47146874c5a03a4578d2c1d2d (diff) | |
download | pkgsrc-465f8e082426033e5036ff00998035eac82b8756.tar.gz |
mpfr: update to 4.0.2.
Changes from version 4.0.1 to version 4.0.2:
- Corrected minimal GMP version in the INSTALL file and the MPFR manual.
- Option -pedantic is now always removed from __GMP_CFLAGS (see INSTALL).
- Shared caches: cleanup; really detect lock failures (abort in this case).
- Improved MPFR manual. In particular, corrected/completed the
mpfr_get_str description in order to follow the historical behavior
and GMP's mpf_get_str function.
- Bug fixes (see ChangeLog file).
Diffstat (limited to 'math')
-rw-r--r-- | math/mpfr/Makefile | 4 | ||||
-rw-r--r-- | math/mpfr/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index affff44c698..cfca8b4db27 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2018/09/29 16:37:09 sevan Exp $ +# $NetBSD: Makefile,v 1.40 2019/02/13 22:26:50 wiz Exp $ -DISTNAME= mpfr-4.0.1 +DISTNAME= mpfr-4.0.2 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/${DISTNAME}/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 5cc05defefa..b69bd6bb253 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2018/02/11 16:35:01 wiz Exp $ +$NetBSD: distinfo,v 1.28 2019/02/13 22:26:50 wiz Exp $ -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 +SHA1 (mpfr-4.0.2.tar.bz2) = d6a313a3b1ceb9ff3be71cd18e45468837b7fd53 +RMD160 (mpfr-4.0.2.tar.bz2) = c418fb74617c3dc01802c3798c284077af209cf6 +SHA512 (mpfr-4.0.2.tar.bz2) = 18bb3a87123d02b7537bc298d41bdbb33e58b8c196cc4040578e3b470e86c6c89e1bd8ab8b3919d106fe5b86922ef8999dc1aba7c521ee90a69f690be288a30d +Size (mpfr-4.0.2.tar.bz2) = 1652074 bytes |