From e783520cfb0fc28e3d0edcb0af1faa64162b77ef Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 26 Sep 2009 11:41:28 +0000 Subject: 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 --- math/mpc/Makefile | 3 +-- math/mpc/distinfo | 6 +++--- math/mpc/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) (limited to 'math') 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 -- cgit