Date: Sun, 5 Apr 2015 18:36:10 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383350 - head/math/mpc Message-ID: <201504051836.t35IaAOS085679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Apr 5 18:36:09 2015 New Revision: 383350 URL: https://svnweb.freebsd.org/changeset/ports/383350 Log: Update to MPC version 1.0.3 which brings two changes: - Fixed mpc_pow, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html - Switched to libtool 2.4.5. No PORTREVISION bump of dependent ports since this is really a minor change and transparent for users that link dynamically. Modified: head/math/mpc/Makefile head/math/mpc/distinfo Modified: head/math/mpc/Makefile ============================================================================== --- head/math/mpc/Makefile Sun Apr 5 18:34:45 2015 (r383349) +++ head/math/mpc/Makefile Sun Apr 5 18:36:09 2015 (r383350) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpc -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ Modified: head/math/mpc/distinfo ============================================================================== --- head/math/mpc/distinfo Sun Apr 5 18:34:45 2015 (r383349) +++ head/math/mpc/distinfo Sun Apr 5 18:36:09 2015 (r383350) @@ -1,2 +1,2 @@ -SHA256 (mpc-1.0.2.tar.gz) = b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488 -SIZE (mpc-1.0.2.tar.gz) = 633173 +SHA256 (mpc-1.0.3.tar.gz) = 617decc6ea09889fb08ede330917a00b16809b8db88c29c31bfbb49cbf88ecc3 +SIZE (mpc-1.0.3.tar.gz) = 669925
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051836.t35IaAOS085679>