git: f90e22612af2 - main - math/mpc: Update to MPC 1.2.1

Gerald Pfeifer gerald at FreeBSD.org
Sun Sep 12 04:28:34 UTC 2021


The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f90e22612af2ec2f42651c66bd4fd125509b109e

commit f90e22612af2ec2f42651c66bd4fd125509b109e
Author:     Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-09-12 04:27:36 +0000
Commit:     Gerald Pfeifer <gerald at FreeBSD.org>
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 <wenheping at gmail.com>
 
 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 <bsd.port.mk>
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


More information about the dev-commits-ports-all mailing list