Date: Sat, 11 Jan 2025 05:20:33 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3e86ea24ef3a - main - misc/openvdb: update 11.0.0 =?utf-8?Q?=E2=86=92?= 12.0.0 Message-ID: <202501110520.50B5KXdF059071@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e86ea24ef3a8e3f30f55a56e46463359b284d3b commit 3e86ea24ef3a8e3f30f55a56e46463359b284d3b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-11 05:10:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-11 05:20:29 +0000 misc/openvdb: update 11.0.0 → 12.0.0 --- cad/PrusaSlicer/Makefile | 2 +- graphics/blender/Makefile | 2 +- graphics/openimageio/Makefile | 2 +- graphics/openvkl/Makefile | 2 +- graphics/zeno/Makefile | 2 +- misc/openvdb/Makefile | 8 +++++--- misc/openvdb/distinfo | 6 +++--- misc/openvdb/pkg-plist | 5 +++-- misc/py-openvdb/Makefile | 2 +- science/opensph/Makefile | 2 +- 10 files changed, 18 insertions(+), 15 deletions(-) diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 36198639fbea..2b5495b976d2 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,7 +1,7 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ DISTVERSION= 2.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad DIST_SUBDIR= PrusaSlicer diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 755bacac21b3..4c42f794a24d 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 4.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 8d843aa945be..6dd0e98e75da 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.5.13.1 # py-openimageio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile index 8bebee958909..5bec6c7e7cf7 100644 --- a/graphics/openvkl/Makefile +++ b/graphics/openvkl/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvkl DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/zeno/Makefile b/graphics/zeno/Makefile index c97685faa411..7f316f0ff645 100644 --- a/graphics/zeno/Makefile +++ b/graphics/zeno/Makefile @@ -1,6 +1,6 @@ PORTNAME= zeno DISTVERSION= 2024.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= freebsd@sysctl.cz diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 7e6a82b4e156..bf897a088e02 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,12 +1,12 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v -DISTVERSION= 11.0.0 -PORTREVISION= 5 +DISTVERSION= 12.0.0 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org COMMENT= Tools for storage and manipulation of sparse volumetric data -WWW= https://www.openvdb.org/ +WWW= https://www.openvdb.org/ \ + https://github.com/AcademySoftwareFoundation/openvdb LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -45,4 +45,6 @@ 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 + .include <bsd.port.mk> diff --git a/misc/openvdb/distinfo b/misc/openvdb/distinfo index 0194bfb98993..7cf56a2cf2a7 100644 --- a/misc/openvdb/distinfo +++ b/misc/openvdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712016698 -SHA256 (AcademySoftwareFoundation-openvdb-v11.0.0_GH0.tar.gz) = 6314ff1db057ea90050763e7b7d7ed86d8224fcd42a82cdbb9c515e001b96c74 -SIZE (AcademySoftwareFoundation-openvdb-v11.0.0_GH0.tar.gz) = 4620858 +TIMESTAMP = 1736535082 +SHA256 (AcademySoftwareFoundation-openvdb-v12.0.0_GH0.tar.gz) = 23ceb5b18a851f45af118f718a9dd3001efaee364e3f623c37ffbdad03b8905f +SIZE (AcademySoftwareFoundation-openvdb-v12.0.0_GH0.tar.gz) = 4687417 diff --git a/misc/openvdb/pkg-plist b/misc/openvdb/pkg-plist index 7fea0e0bbed7..4583acdb62bb 100644 --- a/misc/openvdb/pkg-plist +++ b/misc/openvdb/pkg-plist @@ -146,6 +146,7 @@ include/openvdb/tree/RootNode.h include/openvdb/tree/Tree.h include/openvdb/tree/TreeIterator.h include/openvdb/tree/ValueAccessor.h +include/openvdb/util/Assert.h include/openvdb/util/CpuTimer.h include/openvdb/util/ExplicitInstantiation.h include/openvdb/util/Formats.h @@ -168,5 +169,5 @@ lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake lib/cmake/OpenVDB/OpenVDBUtils.cmake lib/libopenvdb.so -lib/libopenvdb.so.11.0 -lib/libopenvdb.so.11.0.0 +lib/libopenvdb.so.12.0 +lib/libopenvdb.so.12.0.0 diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile index a3df960692d9..1dfbb7111afb 100644 --- a/misc/py-openvdb/Makefile +++ b/misc/py-openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 11.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 6da282391f4d..a200d2cc9e12 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,6 +1,6 @@ PORTNAME= OpenSPH DISTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501110520.50B5KXdF059071>