Date: Mon, 30 Mar 2026 20:02:14 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c223ad11ebd - main - math/mppp: update 1.=?utf-8?Q?0.3 =E2=86=92?= 2.0.0 Message-ID: <69cad6c6.24017.c181d6d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c223ad11ebd0bf688702e986582a88f4f5dfa11 commit 4c223ad11ebd0bf688702e986582a88f4f5dfa11 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-30 19:52:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-30 20:02:04 +0000 math/mppp: update 1.0.3 → 2.0.0 --- math/mppp/Makefile | 12 +++++------- math/mppp/distinfo | 6 +++--- math/mppp/pkg-plist | 4 ++-- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/math/mppp/Makefile b/math/mppp/Makefile index f4c23b51ed9e..9bc824eb201e 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,7 +1,6 @@ PORTNAME= mppp DISTVERSIONPREFIX= v -DISTVERSION= 1.0.3 -PORTREVISION= 7 +DISTVERSION= 2.0.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -25,12 +24,11 @@ TEST_ARGS= -DMPPP_BUILD_TESTS=ON BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_FLINT=ON -DMPPP_BENCHMARK_BOOST=ON OPTIONS_DEFINE= ARB FMT MPC MPFR SERIALIZATION -OPTIONS_DEFAULT= ARB FMT MPC MPFR SERIALIZATION +OPTIONS_DEFAULT= FMT MPC MPFR SERIALIZATION -ARB_DESC= Enable features relying on Arb -ARB_CMAKE_BOOL= MPPP_WITH_ARB -ARB_LIB_DEPENDS= libarb.so:math/arb \ - libflint.so:math/flint2 +ARB_DESC= Enable features relying on Arb (requires math/flint >= 3) +ARB_CMAKE_BOOL= MPPP_WITH_FLINT +ARB_LIB_DEPENDS= libflint.so:math/flint ARB_IMPLIES= MPFR FMT_DESC= Enable support for the fmt library diff --git a/math/mppp/distinfo b/math/mppp/distinfo index fcd05c8300e7..e5825adbe310 100644 --- a/math/mppp/distinfo +++ b/math/mppp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721632338 -SHA256 (bluescarni-mppp-v1.0.3_GH0.tar.gz) = d5beb0002910de4ea96dc15dc0d80d759afeb2c5e68716523d519d66a7dfe423 -SIZE (bluescarni-mppp-v1.0.3_GH0.tar.gz) = 1905392 +TIMESTAMP = 1774898787 +SHA256 (bluescarni-mppp-v2.0.0_GH0.tar.gz) = 699a882b8506b2e3c555a42300ad473302bfac3d35a931898816a401ed5fc5f3 +SIZE (bluescarni-mppp-v2.0.0_GH0.tar.gz) = 1906050 diff --git a/math/mppp/pkg-plist b/math/mppp/pkg-plist index 0204fbb6cd56..82342777fdc2 100644 --- a/math/mppp/pkg-plist +++ b/math/mppp/pkg-plist @@ -31,5 +31,5 @@ lib/cmake/mp++/mp++-config.cmake lib/cmake/mp++/mp++_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mp++/mp++_export.cmake lib/libmp++.so -lib/libmp++.so.15 -lib/libmp++.so.15.0 +lib/libmp++.so.16 +lib/libmp++.so.16.0home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cad6c6.24017.c181d6d>
