From owner-dev-commits-ports-main@freebsd.org Sun Sep 12 04:28:34 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3956567D342; Sun, 12 Sep 2021 04:28:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H6c7606hSz4tKv; Sun, 12 Sep 2021 04:28:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D45CC52FC; Sun, 12 Sep 2021 04:28:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18C4SXKI002315; Sun, 12 Sep 2021 04:28:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18C4SXLm002314; Sun, 12 Sep 2021 04:28:33 GMT (envelope-from git) Date: Sun, 12 Sep 2021 04:28:33 GMT Message-Id: <202109120428.18C4SXLm002314@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gerald Pfeifer Subject: git: f90e22612af2 - main - math/mpc: Update to MPC 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gerald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f90e22612af2ec2f42651c66bd4fd125509b109e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2021 04:28:34 -0000 The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=f90e22612af2ec2f42651c66bd4fd125509b109e commit f90e22612af2ec2f42651c66bd4fd125509b109e Author: Gerald Pfeifer AuthorDate: 2021-09-12 04:27:36 +0000 Commit: Gerald Pfeifer CommitDate: 2021-09-12 04:27:56 +0000 math/mpc: Update to MPC 1.2.1 MPC 1.2.1 only fixes two bugs: - an intermediate overflow in asin, - an incompatibility problem with GMP 6.0 and before (where we have a newer version in the tree since 2017). PR: 254413 --- math/mpc/Makefile | 4 ++-- math/mpc/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 04426424ff3e..d286c7251876 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= mpc -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= math devel MASTER_SITES= GNU @@ -24,6 +24,6 @@ USE_LDCONFIG= yes INFO= mpc PLIST_FILES= include/mpc.h \ - lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.0 + lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.1 .include diff --git a/math/mpc/distinfo b/math/mpc/distinfo index 1eb995b7a52e..11e306bff5ed 100644 --- a/math/mpc/distinfo +++ b/math/mpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616317079 -SHA256 (mpc-1.2.0.tar.gz) = e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6 -SIZE (mpc-1.2.0.tar.gz) = 840711 +TIMESTAMP = 1630767623 +SHA256 (mpc-1.2.1.tar.gz) = 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 +SIZE (mpc-1.2.1.tar.gz) = 838731