1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2014-01-20 19:07:29 +00:00
parent 61e22591cf
commit d0e8d1ce93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340450
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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