aboutsummaryrefslogtreecommitdiff
path: root/math/mpc/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-11-06 10:53:36 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-11-06 10:53:36 +0000
commit7a1323ac4b01d3aa6d6efe17929f16d63a334b6f (patch)
tree3be8cf2cb2b94dfbe8fffaffcb965d121dca33da /math/mpc/Makefile
parent5587bb08d38d468922d0beede2460ed812a25d4d (diff)
downloadports-7a1323ac4b01d3aa6d6efe17929f16d63a334b6f.tar.gz
ports-7a1323ac4b01d3aa6d6efe17929f16d63a334b6f.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
Notes
Notes: svn path=/head/; revision=243889
Diffstat (limited to 'math/mpc/Makefile')
-rw-r--r--math/mpc/Makefile2
1 files changed, 1 insertions, 1 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/