diff options
author | gerald <gerald@FreeBSD.org> | 2009-12-21 16:01:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-12-21 16:01:15 +0800 |
commit | be9768b7323f9c91f97a56e040ea2be62791042a (patch) | |
tree | 93c4602c62a519e411a04f7a7b93480abc842555 | |
parent | 239a55f0130f11f8cf2851d321d93429db92fa74 (diff) | |
download | freebsd-ports-gnome-be9768b7323f9c91f97a56e040ea2be62791042a.tar.gz freebsd-ports-gnome-be9768b7323f9c91f97a56e040ea2be62791042a.tar.zst freebsd-ports-gnome-be9768b7323f9c91f97a56e040ea2be62791042a.zip |
Update to libmpc version 0.8.1 which brings the following changes:
- Bug fixes:
. acosh, asinh, atanh: swap of precisions between real and imaginary parts
. atan: memory leak
. log: wrong ternary value in data file; masked by bug in Mpfr 2.4.1
PR: 141825
Submitted by: bf1783@gmail.com
-rw-r--r-- | math/mpc/Makefile | 2 | ||||
-rw-r--r-- | math/mpc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 5853b449b5d8..f81ff3ae5581 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff --git a/math/mpc/distinfo b/math/mpc/distinfo index 19a7c34d1df2..eccd5690fc52 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,3 +1,3 @@ -MD5 (mpc-0.8.tar.gz) = 4df67a05d0251a3fcdd956390e9bd59f -SHA256 (mpc-0.8.tar.gz) = e29665199b065b30bd7c603052559f218a1b830b247c2c6cd903b161c54a0aeb -SIZE (mpc-0.8.tar.gz) = 542161 +MD5 (mpc-0.8.1.tar.gz) = 5b34aa804d514cc295414a963aedb6bf +SHA256 (mpc-0.8.1.tar.gz) = e664603757251fd8a352848276497a4c79b7f8b21fd8aedd5cc0598a38fee3e4 +SIZE (mpc-0.8.1.tar.gz) = 544950 |