summaryrefslogtreecommitdiff
path: root/devel/camp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/camp/Makefile')
-rw-r--r--devel/camp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/camp/Makefile b/devel/camp/Makefile
index 7358c10a02a6..e2cc422088cd 100644
--- a/devel/camp/Makefile
+++ b/devel/camp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= camp
DISTVERSIONPREFIX= v
-DISTVERSION= 2025.03.0
+DISTVERSION= 2025.09.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -20,6 +20,6 @@ CMAKE_OFF= CAMP_ENABLE_TESTS
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= CAMP_ENABLE_TESTS
-# tests as of 2025.03.0: 100% tests passed, 0 tests failed out of 56
+# tests as of 2025.09.0: 97% tests passed, 2 tests failed out of 74, see https://github.com/LLNL/camp/issues/186
.include <bsd.port.mk>