svn commit: r340450 - head/math/mpc

Gerald Pfeifer gerald at FreeBSD.org
Mon Jan 20 19:07:30 UTC 2014


Author: gerald
Date: Mon Jan 20 19:07:29 2014
New Revision: 340450
URL: http://svnweb.freebsd.org/changeset/ports/340450
QAT: https://qat.redports.org/buildarchive/r340450/

Log:
  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.

Modified:
  head/math/mpc/Makefile
  head/math/mpc/distinfo

Modified: head/math/mpc/Makefile
==============================================================================
--- head/math/mpc/Makefile	Mon Jan 20 19:00:34 2014	(r340449)
+++ head/math/mpc/Makefile	Mon Jan 20 19:07:29 2014	(r340450)
@@ -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
 

Modified: head/math/mpc/distinfo
==============================================================================
--- head/math/mpc/distinfo	Mon Jan 20 19:00:34 2014	(r340449)
+++ head/math/mpc/distinfo	Mon Jan 20 19:07:29 2014	(r340450)
@@ -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


More information about the svn-ports-all mailing list