summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-09-26 11:41:28 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-09-26 11:41:28 +0000
commit2d00b0167bd65557cf8d4428736ba6c99b2b63e5 (patch)
tree4928f5924eef23643525f48f828c04c90273c7f9 /math
parentFix dependency error for wanderlust-emacs21. (diff)
Update to libmpc version 0.7 which brings the following changes:
- New functions: mpc_pow, mpc_set_nan, mpc_swap - Bug fixes: . log: along branch cut . norm: infinite loop in case of overflow . ui_div, div, fr_div: handling of division by 0 and infinities following the example code of the C99 standard . compilation with g++ - Makefile.vc updated (thanks to Mickael Gastineau) - Changed MPC_SET_X_Y macro - Removed functions mpc_random and mpc_random2 (which no port uses) Approved by: maintainer (wen heping) Feature safe: yes
Notes
Notes: svn path=/head/; revision=242130
Diffstat (limited to 'math')
-rw-r--r--math/mpc/Makefile3
-rw-r--r--math/mpc/distinfo6
-rw-r--r--math/mpc/pkg-plist2
3 files changed, 5 insertions, 6 deletions
diff --git a/math/mpc/Makefile b/math/mpc/Makefile
index 207f6317cdb0..ab09a7da2aaf 100644
--- a/math/mpc/Makefile
+++ b/math/mpc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mpc
-PORTVERSION= 0.6
-PORTREVISION= 1
+PORTVERSION= 0.7
CATEGORIES= math devel
MASTER_SITES= http://www.multiprecision.org/mpc/download/
diff --git a/math/mpc/distinfo b/math/mpc/distinfo
index e3e6bf493d21..cca9ead8b37c 100644
--- a/math/mpc/distinfo
+++ b/math/mpc/distinfo
@@ -1,3 +1,3 @@
-MD5 (mpc-0.6.tar.gz) = 6056aca24cb9891541a4ee256ab3c66a
-SHA256 (mpc-0.6.tar.gz) = bb9654dea33e54d43b1ec8f83037cf91ca5e0de3499fbd2e5aa533cd375eb009
-SIZE (mpc-0.6.tar.gz) = 551769
+MD5 (mpc-0.7.tar.gz) = 1af44f8ce989161d634f5591f42d7957
+SHA256 (mpc-0.7.tar.gz) = 0ea9fcf1f9203a5ddd952fae5dc706e30b4abace40ff3cf26b149e7cba271141
+SIZE (mpc-0.7.tar.gz) = 564211
diff --git a/math/mpc/pkg-plist b/math/mpc/pkg-plist
index 597bf35e1d9d..51cb1bc6c66a 100644
--- a/math/mpc/pkg-plist
+++ b/math/mpc/pkg-plist
@@ -2,4 +2,4 @@ include/mpc.h
lib/libmpc.a
lib/libmpc.la
lib/libmpc.so
-lib/libmpc.so.1
+lib/libmpc.so.2