From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 18:36:11 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66DFC2FF; Sun, 5 Apr 2015 18:36:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52BC3D4A; Sun, 5 Apr 2015 18:36:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35IaBYj085682; Sun, 5 Apr 2015 18:36:11 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35IaAOS085679; Sun, 5 Apr 2015 18:36:10 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504051836.t35IaAOS085679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 5 Apr 2015 18:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383350 - head/math/mpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 18:36:11 -0000 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