diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-06 18:53:36 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-06 18:53:36 +0800 |
commit | 06dbb02e81eb30908acb55ca8835992b3c002028 (patch) | |
tree | 8aa0126f2a2e98324e784274c6e35ec2b4dc13d6 /math/mpc | |
parent | 1a6a024abfb522356b1838c5fe8b007ffc4789a1 (diff) | |
download | freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.tar.gz freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.tar.zst freebsd-ports-gnome-06dbb02e81eb30908acb55ca8835992b3c002028.zip |
Update to libmpc version 0.8 which brings the following changes:
- New functions:
. Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
mpc_asinh, mpc_acosh, mpc_atanh
. Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
mpc_pow_z, mpc_pow_fr
- Bug fixes:
. ui_div: real divisor
Diffstat (limited to 'math/mpc')
-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 a36423dbcf60..5853b449b5d8 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mpc -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ diff --git a/math/mpc/distinfo b/math/mpc/distinfo index cca9ead8b37c..19a7c34d1df2 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,3 +1,3 @@ -MD5 (mpc-0.7.tar.gz) = 1af44f8ce989161d634f5591f42d7957 -SHA256 (mpc-0.7.tar.gz) = 0ea9fcf1f9203a5ddd952fae5dc706e30b4abace40ff3cf26b149e7cba271141 -SIZE (mpc-0.7.tar.gz) = 564211 +MD5 (mpc-0.8.tar.gz) = 4df67a05d0251a3fcdd956390e9bd59f +SHA256 (mpc-0.8.tar.gz) = e29665199b065b30bd7c603052559f218a1b830b247c2c6cd903b161c54a0aeb +SIZE (mpc-0.8.tar.gz) = 542161 |