Download raw body.
[update] math/verdict 1.4.2 -> 1.4.4
Please find below an update for math/verdict to version 1.4.4.
Tested consumers:
cad/freecad
graphics/vtk (9.5.2 - update follows)
100% tests passed, 0 tests failed out of 1
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/verdict/Makefile,v
diff -u -p -r1.2 Makefile
--- Makefile 24 Feb 2025 19:39:18 -0000 1.2
+++ Makefile 19 Oct 2025 10:42:04 -0000
@@ -2,11 +2,9 @@ COMMENT = compute quality functions of
GH_ACCOUNT = sandialabs
GH_PROJECT = verdict
-GH_TAGNAME = 1.4.2
+GH_TAGNAME = 1.4.4
-REVISION = 0
-
-SHARED_LIBS += verdict 0.0 # 0.0
+SHARED_LIBS += verdict 1.0 # 0.0
CATEGORIES = math
MAINTAINER = Johannes Thyssen Tishman <jtt@openbsd.org>
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/verdict/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo 10 Feb 2025 09:32:09 -0000 1.1.1.1
+++ distinfo 19 Oct 2025 10:42:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (verdict-1.4.2.tar.gz) = IlyMUxj0sC5yFc76YbXcP5ngUUetP+/m7lo+5bgolks=
-SIZE (verdict-1.4.2.tar.gz) = 2195976
+SHA256 (verdict-1.4.4.tar.gz) = 0S0c1BxlaJl980inLMKXOmYvrhs2NKBo6iIBtfc4MYY=
+SIZE (verdict-1.4.4.tar.gz) = 2199396
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/math/verdict/patches/patch-CMakeLists_txt,v
diff -u -p -r1.1.1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt 10 Feb 2025 09:32:09 -0000 1.1.1.1
+++ patches/patch-CMakeLists_txt 19 Oct 2025 10:42:04 -0000
@@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
-@@ -121,7 +121,7 @@ endif ()
+@@ -144,7 +144,7 @@ endif ()
# Install documentation
install(FILES
README.md
[update] math/verdict 1.4.2 -> 1.4.4