From d0e8d1ce931bf24f9b48f29b54327fa026150323 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 20 Jan 2014 19:07:29 +0000 Subject: [PATCH] Update to version 1.0.2 which brings two bug fixes: - Fixed mpc_atan, mpc_atanh for (+-0, +-1), see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7 - Fixed mpc_log10 for purely imaginary argument, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html Remove now unnecessary LATEST_LINK. --- math/mpc/Makefile | 4 +--- math/mpc/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 238fed577ab7..1be7df7b1f84 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ @@ -23,8 +23,6 @@ INFO= mpc PLIST_FILES= include/mpc.h \ lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.3 -LATEST_LINK= math_mpc - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check diff --git a/math/mpc/distinfo b/math/mpc/distinfo index 297b42ea56f3..edee665883ef 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpc-1.0.1.tar.gz) = ed5a815cfea525dc778df0cb37468b9c1b554aaf30d9328b1431ca705b7400ff -SIZE (mpc-1.0.1.tar.gz) = 624125 +SHA256 (mpc-1.0.2.tar.gz) = b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 +SIZE (mpc-1.0.2.tar.gz) = 633173