aboutsummaryrefslogtreecommitdiff
path: root/misc/openvdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openvdb/Makefile')
-rw-r--r--misc/openvdb/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index e4c948369d49..846766898ec5 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,6 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
-DISTVERSION= 12.0.1
-PORTREVISION= 2
+DISTVERSION= 13.0.0
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
@@ -46,6 +45,11 @@ TOOLS_USE= GL=gl,glu XORG=ice,sm,x11,xcursor,xext,xi,xinerama,xrandr,xxf86vm
#PORTDOCS= *
-# 100% tests passed, 0 tests failed out of 1
+# tests as of 13.0.0:
+# [==========] 732 tests from 118 test suites ran. (50897 ms total)
+# [ PASSED ] 731 tests.
+# [ FAILED ] 1 test, listed below:
+# [ FAILED ] TestStreamCompression.testPagedStreams
+# see https://github.com/AcademySoftwareFoundation/openvdb/issues/2133
.include <bsd.port.mk>