aboutsummaryrefslogtreecommitdiffstats
path: root/math/mpc
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2014-01-21 03:07:29 +0800
committergerald <gerald@FreeBSD.org>2014-01-21 03:07:29 +0800
commita632e47052402c4b41e17f74ed13e8c9c1e6df4f (patch)
treec073b32422c68465929c27028d51cfb9b9efddc7 /math/mpc
parentb3ca987c7bf35251a358bd231b352286cfa2062d (diff)
downloadfreebsd-ports-gnome-a632e47052402c4b41e17f74ed13e8c9c1e6df4f.tar.gz
freebsd-ports-gnome-a632e47052402c4b41e17f74ed13e8c9c1e6df4f.tar.zst
freebsd-ports-gnome-a632e47052402c4b41e17f74ed13e8c9c1e6df4f.zip
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.
Diffstat (limited to 'math/mpc')
-rw-r--r--math/mpc/Makefile4
-rw-r--r--math/mpc/distinfo4
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