diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2023-08-21 12:08:50 +0200 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2023-08-21 12:09:23 +0200 |
commit | 22e222cbcea088a86fb58a5659742af50b337d86 (patch) | |
tree | f2d76233818aea3db559efec61010feb3c0fe640 /misc | |
parent | 46021da22b4b60fdc1b377de932f5d6cb552dce9 (diff) | |
download | freebsd-ports-22e222cbcea088a86fb58a5659742af50b337d86.zip |
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openvdb/Makefile | 2 | ||||
-rw-r--r-- | misc/py-openvdb/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 28d67432cd78..e9ecdb3fa0f6 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 10.0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile index 7c03df906d1e..29f2216143a2 100644 --- a/misc/py-openvdb/Makefile +++ b/misc/py-openvdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 10.0.1 +PORTREVISION= 1 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |