diff options
author | asau <asau@pkgsrc.org> | 2011-04-07 00:21:02 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-04-07 00:21:02 +0000 |
commit | 4e2853603bd970bb345eae7ce79e1a5c5133ce1d (patch) | |
tree | c55a51cb6ccfa6054df745295afe356212eb9f0f | |
parent | 0c7d2847a4fa7306ab37c9609cb9660d1e389e96 (diff) | |
download | pkgsrc-4e2853603bd970bb345eae7ce79e1a5c5133ce1d.tar.gz |
Update MPFR to version 3.0.1
Changes from version 3.0.0 to version 3.0.1:
- Bug fixes (see <http://www.mpfr.org/mpfr-3.0.0/#fixed> or ChangeLog file).
Note: The mpfr_subnormalize implementation up to MPFR 3.0.0 did not change
the flags. In particular, it did not follow the generic rule concerning
the inexact flag (and no special behavior was specified). The case of the
underflow flag was more a lack of specification.
-rw-r--r-- | math/mpfr/Makefile | 8 | ||||
-rw-r--r-- | math/mpfr/distinfo | 17 |
2 files changed, 6 insertions, 19 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index c8594872ed2..2b593f8e7e3 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,15 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2010/07/15 20:30:40 asau Exp $ +# $NetBSD: Makefile,v 1.18 2011/04/07 00:21:02 asau Exp $ # -DISTNAME= mpfr-3.0.0 -PKGNAME= ${DISTNAME}.3 # append patch level +DISTNAME= mpfr-3.0.1 CATEGORIES= math MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} -PATCHFILES= patch01 patch02 patch03 -PATCH_SITES= ${MASTER_SITES} -PATCH_DIST_STRIP= -p1 MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.mpfr.org/ diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index 73011e90e18..e9907cdb9e8 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,14 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/07/15 20:30:40 asau Exp $ +$NetBSD: distinfo,v 1.11 2011/04/07 00:21:02 asau Exp $ -SHA1 (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = d45409b4586c7dda9cc0c0953f27e6dd5188a908 -RMD160 (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = 274831f73f213d61a091ddda56066aa4108d06ec -Size (mpfr-3.0.0/mpfr-3.0.0.tar.gz) = 1457040 bytes -SHA1 (mpfr-3.0.0/patch01) = 906e7a111ffcfb488307067e295af6a35a5a9d14 -RMD160 (mpfr-3.0.0/patch01) = 34696d29a854c4d5a56dbb6a81991b088ab30091 -Size (mpfr-3.0.0/patch01) = 6577 bytes -SHA1 (mpfr-3.0.0/patch02) = 8d692a797f848b9b3e9b886f9e68285885fe00b0 -RMD160 (mpfr-3.0.0/patch02) = 06c763e58524b6e5ff96e538a70ae725fe97d615 -Size (mpfr-3.0.0/patch02) = 11400 bytes -SHA1 (mpfr-3.0.0/patch03) = f30cf103229b85137a5f3f368e174209ff4fa8e3 -RMD160 (mpfr-3.0.0/patch03) = 79712f3b0d1cb1607a2a5988c980376cd6d23f10 -Size (mpfr-3.0.0/patch03) = 2932 bytes +SHA1 (mpfr-3.0.1/mpfr-3.0.1.tar.gz) = caa0609934c0d2ffa29bd11bfa9c05fbade130eb +RMD160 (mpfr-3.0.1/mpfr-3.0.1.tar.gz) = cff7306c13e5a858d9188450ecf0e4efcfbfcce8 +Size (mpfr-3.0.1/mpfr-3.0.1.tar.gz) = 1478243 bytes |