aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2023-08-29 10:25:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2023-08-29 10:27:31 +0000
commit70f7f6e18a817de49c522313a8d1ea82a51b836b (patch)
tree1e482ab5d54735a94ca8e7495586b2772e9ed584
parent9a9636c2017743afab2ff9991440970430ae3bc8 (diff)
downloadports-70f7f6e18a817de49c522313a8d1ea82a51b836b.tar.gz
ports-70f7f6e18a817de49c522313a8d1ea82a51b836b.zip
math/mpfr: update to 4.2.1 release.
PR: 273350 Submitted by: diizzy
-rw-r--r--math/mpfr/Makefile10
-rw-r--r--math/mpfr/distinfo30
-rw-r--r--math/mpfr/pkg-plist2
3 files changed, 9 insertions, 33 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 923562b1033a..909cd226c03c 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= mpfr
-DISTVERSION= 4.2.0
-PORTREVISION= 2
+DISTVERSION= 4.2.1
PORTEPOCH= 1
CATEGORIES= math devel
MASTER_SITES= GNU \
@@ -19,10 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libgmp.so:math/gmp
-PATCHLEVEL= 12
-PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
-
USES= gmake libtool makeinfo pathfix tar:xz
+
+#PATCHLEVEL= 12
+#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
INSTALL_TARGET= install-strip
diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo
index 2afb44d97568..f002c160a3a2 100644
--- a/math/mpfr/distinfo
+++ b/math/mpfr/distinfo
@@ -1,27 +1,3 @@
-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
-SIZE (mpfr-4.2.0/patch01) = 2927
-SHA256 (mpfr-4.2.0/patch02) = e1ef3d4dab999f4e0ad5ee046c3a2823d3a9395fb8092c3dcb85d3fe29994b52
-SIZE (mpfr-4.2.0/patch02) = 8009
-SHA256 (mpfr-4.2.0/patch03) = a906f9ed8e4a7230980322a0154702664164690614e5ff55ae7049c3fae55584
-SIZE (mpfr-4.2.0/patch03) = 4678
-SHA256 (mpfr-4.2.0/patch04) = ece14ee57596dc2e4f67d2e857c5c6b23d76b20183a50a8b6759b640df001b78
-SIZE (mpfr-4.2.0/patch04) = 2622
-SHA256 (mpfr-4.2.0/patch05) = c4144564097a1be89c9cc2e7ee255c9fe59eb1b94a17c9d4a08169223e705ac1
-SIZE (mpfr-4.2.0/patch05) = 3144
-SHA256 (mpfr-4.2.0/patch06) = 70456748a8072265ba103d93ba94e9f93ae64565e6a5742194c56030086540fa
-SIZE (mpfr-4.2.0/patch06) = 13872
-SHA256 (mpfr-4.2.0/patch07) = 472386aa5f8c51fbdf60154c19268ce2212be03e1c2f9004c1673b6c270508f6
-SIZE (mpfr-4.2.0/patch07) = 11610
-SHA256 (mpfr-4.2.0/patch08) = 6ecd3bd2edf178f4ede4be612964d1b2d0a0bb10ad6f8c51d1a8011fff87d5ea
-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
+TIMESTAMP = 1693302755
+SHA256 (mpfr-4.2.1/mpfr-4.2.1.tar.xz) = 277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
+SIZE (mpfr-4.2.1/mpfr-4.2.1.tar.xz) = 1493608
diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist
index 266c30039a98..d925e504d99a 100644
--- a/math/mpfr/pkg-plist
+++ b/math/mpfr/pkg-plist
@@ -3,5 +3,5 @@ include/mpf2mpfr.h
lib/libmpfr.a
lib/libmpfr.so
lib/libmpfr.so.6
-lib/libmpfr.so.6.2.0
+lib/libmpfr.so.6.2.1
libdata/pkgconfig/mpfr.pc