Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2023 20:11:07 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f28c5c47991d - main - math/mpfr: Update 4.2.0 to patchlevel 12
Message-ID:  <202307272011.36RKB7VB084410@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit f28c5c47991d59c7fd88ca37559298df1eb7617d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-07-27 20:07:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-07-27 20:08:13 +0000

    math/mpfr: Update 4.2.0 to patchlevel 12
    
    Changelog: https://www.mpfr.org/mpfr-4.2.0/
    
    PR:             272655
    Reviewed by:    ale (maintainer)
---
 math/mpfr/Makefile | 6 +++---
 math/mpfr/distinfo | 8 +++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index dd62bb924661..923562b1033a 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mpfr
 DISTVERSION=	4.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	math devel
 MASTER_SITES=	GNU \
@@ -19,10 +19,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-PATCHLEVEL=	9
+PATCHLEVEL=	12
 PATCHFILES!=	/usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
 
-USES=		gmake libtool makeinfo tar:xz
+USES=		gmake libtool makeinfo pathfix tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE}
 INSTALL_TARGET=	install-strip
diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo
index cc5226db7545..2afb44d97568 100644
--- a/math/mpfr/distinfo
+++ b/math/mpfr/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1685426779
+TIMESTAMP = 1689872525
 SHA256 (mpfr-4.2.0/mpfr-4.2.0.tar.xz) = 06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993
 SIZE (mpfr-4.2.0/mpfr-4.2.0.tar.xz) = 1477532
 SHA256 (mpfr-4.2.0/patch01) = 2e465c31689e780a93b24bf2959917443fb882da85b7f1ef23ae53d3de614aa4
@@ -19,3 +19,9 @@ SHA256 (mpfr-4.2.0/patch08) = 6ecd3bd2edf178f4ede4be612964d1b2d0a0bb10ad6f8c51d1
 SIZE (mpfr-4.2.0/patch08) = 24051
 SHA256 (mpfr-4.2.0/patch09) = 3e9aed5bcea95d34d0bd179a61cd7acb712c89c9a745535f18f0ef619833ba3b
 SIZE (mpfr-4.2.0/patch09) = 3854
+SHA256 (mpfr-4.2.0/patch10) = 1c546e78d754f6961e1c7130d5487a1372a765c0f58dcdefc3d001fe9dba7d07
+SIZE (mpfr-4.2.0/patch10) = 1830
+SHA256 (mpfr-4.2.0/patch11) = 3de9dbe1091f16d782cbce6253475b3fcdfee6a1cf82a211598d10b4f274811e
+SIZE (mpfr-4.2.0/patch11) = 2179
+SHA256 (mpfr-4.2.0/patch12) = a8fe9449ba89262be8f7feecb4aba61d7526cec7f3b6acda5bf90950ac4d726c
+SIZE (mpfr-4.2.0/patch12) = 1809



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307272011.36RKB7VB084410>