From e9eaf46f2c6670ba1e64067fe910310119b71425 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 21 Dec 2009 08:01:15 +0000 Subject: 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 --- math/mpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/mpc/Makefile') 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/ -- cgit v1.2.3