git: c61b52fcefeb - main - misc/openvdb: Update 9.1.0 -> 10.0.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 30 Oct 2022 18:34:54 UTC
The branch main has been updated by yuri:

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

commit c61b52fcefebdca7ff64ef964f4d22118c6456a1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-30 18:33:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-30 18:34:51 +0000

    misc/openvdb: Update 9.1.0 -> 10.0.0
    
    Reported by:    portscout
---
 cad/PrusaSlicer/Makefile                | 2 +-
 graphics/blender-lts29/Makefile         | 3 ++-
 graphics/blender-lts29/Makefile.options | 1 -
 graphics/blender/Makefile               | 2 +-
 graphics/openimageio-ociov1/Makefile    | 2 +-
 graphics/openimageio/Makefile           | 2 +-
 graphics/openvkl/Makefile               | 2 +-
 math/curv/Makefile                      | 2 +-
 misc/openvdb/Makefile                   | 5 ++---
 misc/openvdb/distinfo                   | 6 +++---
 misc/openvdb/pkg-plist                  | 6 +++---
 science/opensph/Makefile                | 2 +-
 12 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 1f21a55aa12d..2fe24226b5c2 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	PrusaSlicer
 DISTVERSIONPREFIX=version_
 DISTVERSION=	2.3.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	cad
 
 MAINTAINER=	teodorsigaev@gmail.com
diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile
index c5d373aec8c7..f2da2d6bd22e 100644
--- a/graphics/blender-lts29/Makefile
+++ b/graphics/blender-lts29/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	2.93.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
@@ -160,6 +160,7 @@ OPENVDB_IMPLIES=		TBB
 OPENVDB_CMAKE_BOOL=		WITH_OPENVDB WITH_OPENVDB_BLOSC
 OPENVDB_LIB_DEPENDS=		libblosc.so:archivers/c-blosc \
 				libopenvdb.so:misc/openvdb
+OPENVDB_BROKEN=			not compatible with OpenVDB-10
 RAYOPTIMIZATION_CMAKE_BOOL=	WITH_RAYOPTIMIZATION
 SDL_CMAKE_BOOL=			WITH_SDL
 SDL_USE=			SDL=sdl2
diff --git a/graphics/blender-lts29/Makefile.options b/graphics/blender-lts29/Makefile.options
index 4f95dd6b09be..1cd86ee348f0 100644
--- a/graphics/blender-lts29/Makefile.options
+++ b/graphics/blender-lts29/Makefile.options
@@ -80,7 +80,6 @@ OPTIONS_DEFAULT=	\
 	OPENIMAGEIO	\
 	OPENJPEG	\
 	OPENSUBDIV	\
-	OPENVDB		\
 	RAYOPTIMIZATION	\
 	SDL		\
 	TBB		\
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index c376360bd174..0860ef532394 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	3.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/openimageio-ociov1/Makefile b/graphics/openimageio-ociov1/Makefile
index 7545652a30f1..c7a6be44595a 100644
--- a/graphics/openimageio-ociov1/Makefile
+++ b/graphics/openimageio-ociov1/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openimageio
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	2.2.21.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics multimedia
 PKGNAMESUFFIX=	-ociov1
 # special port to link oiio libs with ociov1
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 8161c504e3a5..512bc84cb069 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -5,7 +5,7 @@ DISTVERSION=	2.4.4.2
 # py-openimageio's PORTREVISION.
 # Also, just to be on the safe side, when resetting,
 # best keep PORTREVISION?=	0.
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz
diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index b673290e7802..10fe0aa4cc63 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvkl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index b2d4b0a8a6bb..21c2db1465d4 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	curv
 DISTVERSION=	0.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 912fd096f4b0..ab9acf79f69b 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.1.0
-PORTREVISION=	2
+DISTVERSION=	10.0.0
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,7 +16,7 @@ LIB_DEPENDS=	libblosc.so:archivers/c-blosc \
 		libtbb.so:devel/onetbb
 TEST_DEPENDS=	googletest>0:devel/googletest
 
-USES=		cmake:testing compiler:c++11-lang localbase:ldflags pkgconfig
+USES=		cmake:testing compiler:c++17-lang localbase:ldflags pkgconfig
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
diff --git a/misc/openvdb/distinfo b/misc/openvdb/distinfo
index e13591f27629..0d1ca035a1c2 100644
--- a/misc/openvdb/distinfo
+++ b/misc/openvdb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654906352
-SHA256 (AcademySoftwareFoundation-openvdb-v9.1.0_GH0.tar.gz) = 914ee417b4607c75c95b53bc73a0599de4157c7d6a32e849e80f24e40fb64181
-SIZE (AcademySoftwareFoundation-openvdb-v9.1.0_GH0.tar.gz) = 3107285
+TIMESTAMP = 1666976969
+SHA256 (AcademySoftwareFoundation-openvdb-v10.0.0_GH0.tar.gz) = 6d4f6b5ccd0f9d35a4886d9a51a98c97fa314f75bf9737c5121e91b706e2db70
+SIZE (AcademySoftwareFoundation-openvdb-v10.0.0_GH0.tar.gz) = 3462431
diff --git a/misc/openvdb/pkg-plist b/misc/openvdb/pkg-plist
index 89888b4ea7bb..e010b21a5adc 100644
--- a/misc/openvdb/pkg-plist
+++ b/misc/openvdb/pkg-plist
@@ -160,6 +160,6 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake
 lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake
 lib/cmake/OpenVDB/OpenVDBUtils.cmake
 lib/libopenvdb.so
-lib/libopenvdb.so.9.1
-lib/libopenvdb.so.9.1.0
-%%PYTHON%%%%PYTHON_SITELIBDIR%%/pyopenvdb.so
+lib/libopenvdb.so.10.0
+lib/libopenvdb.so.10.0.0
+%%PYTHON_SITELIBDIR%%/pyopenvdb.so
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index 4503b24dc0fe..e178102fe6bf 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	OpenSPH
 DISTVERSION=	0.4.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org