git: 4335e739be09 - main - math/mppp: update 0.27 → 1.0.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 06 Dec 2023 01:52:11 UTC
The branch main has been updated by yuri:

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

commit 4335e739be093fb91944f136118d2f3300389dd9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-12-06 01:35:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-12-06 01:52:08 +0000

    math/mppp: update 0.27 → 1.0.0
    
    Reported by:    portscout
---
 math/heyoka/Makefile    | 2 +-
 math/mppp/Makefile      | 6 +++---
 math/mppp/distinfo      | 6 +++---
 math/mppp/pkg-plist     | 4 ++--
 math/obake/Makefile     | 2 +-
 math/py-heyoka/Makefile | 2 +-
 math/py-pyaudi/Makefile | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index e1e050e59318..d1414a1537e0 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/mppp/Makefile b/math/mppp/Makefile
index 5ec987fec545..f4d480788136 100644
--- a/math/mppp/Makefile
+++ b/math/mppp/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	mppp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.27
-PORTREVISION=	3
+DISTVERSION=	1.0.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -25,7 +24,7 @@ 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=		ARB MPC MPFR SERIALIZATION # FMT is broken
 
 ARB_DESC=			Enable features relying on Arb
 ARB_CMAKE_BOOL=			MPPP_WITH_ARB
@@ -36,6 +35,7 @@ ARB_IMPLIES=			MPFR
 FMT_DESC=			Enable support for the fmt library
 FMT_CMAKE_BOOL=			MPPP_WITH_FMT
 FMT_LIB_DEPENDS=		libfmt.so:devel/libfmt
+FMT_BROKEN=			build breaks with fmt, see shttps://github.com/bluescarni/mppp/issues/307
 
 MPC_DESC=			Enable features relying on MPC
 MPC_CMAKE_BOOL=			MPPP_WITH_MPC
diff --git a/math/mppp/distinfo b/math/mppp/distinfo
index fe3efe8b6d7a..dce837fcb212 100644
--- a/math/mppp/distinfo
+++ b/math/mppp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1666507180
-SHA256 (bluescarni-mppp-v0.27_GH0.tar.gz) = a1e04f6605b3242d4361742159cf5ab273162fd7c105c2743a9bebcf44c846c3
-SIZE (bluescarni-mppp-v0.27_GH0.tar.gz) = 1904903
+TIMESTAMP = 1701797508
+SHA256 (bluescarni-mppp-v1.0.0_GH0.tar.gz) = e58b1a5fb8bdf095261eeb0861c3f46f96c71c4b043d19700e73ce3e4e639268
+SIZE (bluescarni-mppp-v1.0.0_GH0.tar.gz) = 1904648
diff --git a/math/mppp/pkg-plist b/math/mppp/pkg-plist
index 651cba1a0de8..0204fbb6cd56 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.14
-lib/libmp++.so.14.0
+lib/libmp++.so.15
+lib/libmp++.so.15.0
diff --git a/math/obake/Makefile b/math/obake/Makefile
index fb87a60154da..db6181ab29ae 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	obake
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.0-24
 DISTVERSIONSUFFIX=	-gb8cc71c
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index ef2c2e75977e..42895b6335b8 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index a15b95948fe4..3731484f392f 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	pyaudi
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.9.2-1
 DISTVERSIONSUFFIX=	-g899eb78
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}