summaryrefslogtreecommitdiff
path: root/math/gismo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gismo/Makefile')
-rw-r--r--math/gismo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gismo/Makefile b/math/gismo/Makefile
index 736e9da8ac9e..72b83c6681a2 100644
--- a/math/gismo/Makefile
+++ b/math/gismo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gismo
DISTVERSIONPREFIX= v
-DISTVERSION= 25.01.0
+DISTVERSION= 25.07.0
CATEGORIES= math # geometry
MAINTAINER= yuri@FreeBSD.org
@@ -32,6 +32,6 @@ CMAKE_ARGS+= -DTARGET_ARCHITECTURE="arm1176jzf-s"
CMAKE_ARGS+= -DTARGET_ARCHITECTURE="cortex-a7"
.endif
-# tests as of 25.01.0: 99% tests passed, 1 tests failed out of 86, see https://github.com/gismo/gismo/issues/466
+# tests as of 25.07.0: 99% tests passed, 1 tests failed out of 90, see https://github.com/gismo/gismo/issues/466
.include <bsd.port.post.mk>