git: 149e2101c3c8 - main - devel/onetbb: Update to 2021.13.0

From: Ganael LAPLANCHE <martymac_at_FreeBSD.org>
Date: Thu, 04 Jul 2024 11:39:55 UTC
The branch main has been updated by martymac:

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

commit 149e2101c3c83b1cfdadcebfafb0208f1cf756b2
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2024-07-04 11:38:39 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2024-07-04 11:39:44 +0000

    devel/onetbb: Update to 2021.13.0
    
    and bump dependent ports' revisions.
    
    Release notes:  https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
---
 biology/salmon/Makefile         | 2 +-
 cad/PrusaSlicer/Makefile        | 2 +-
 cad/freecad/Makefile            | 2 +-
 cad/librepcb/Makefile           | 1 +
 cad/opencascade/Makefile        | 1 +
 devel/ikos/Makefile             | 2 +-
 devel/ispc/Makefile             | 1 +
 devel/mold/Makefile             | 2 +-
 devel/onetbb/Makefile           | 2 +-
 devel/onetbb/distinfo           | 6 +++---
 devel/onetbb/pkg-plist          | 8 ++++----
 devel/ptl/Makefile              | 2 +-
 devel/py-numba/Makefile         | 1 +
 devel/rkcommon/Makefile         | 2 +-
 devel/root/Makefile             | 1 +
 games/vcmi/Makefile             | 1 +
 graphics/blender/Makefile       | 1 +
 graphics/embree/Makefile        | 2 +-
 graphics/f3d/Makefile           | 1 +
 graphics/mirtk/Makefile         | 2 +-
 graphics/oidn/Makefile          | 2 +-
 graphics/openimageio/Makefile   | 2 +-
 graphics/openpgl/Makefile       | 1 +
 graphics/opensubdiv/Makefile    | 2 +-
 graphics/openvkl/Makefile       | 2 +-
 graphics/ospray-studio/Makefile | 2 +-
 graphics/ospray/Makefile        | 2 +-
 math/curv/Makefile              | 2 +-
 math/dune-alugrid/Makefile      | 2 +-
 math/dune-common/Makefile       | 2 +-
 math/dune-fem/Makefile          | 2 +-
 math/dune-geometry/Makefile     | 2 +-
 math/dune-grid-glue/Makefile    | 2 +-
 math/dune-grid/Makefile         | 2 +-
 math/dune-pdelab/Makefile       | 2 +-
 math/dune-polygongrid/Makefile  | 2 +-
 math/dune-uggrid/Makefile       | 2 +-
 math/dune-vtk/Makefile          | 2 +-
 math/heyoka/Makefile            | 1 +
 math/obake/Makefile             | 2 +-
 math/openturns/Makefile         | 2 +-
 math/py-heyoka/Makefile         | 1 +
 math/py-pyaudi/Makefile         | 2 +-
 math/scipoptsuite/Makefile      | 1 +
 math/topologic/Makefile         | 1 +
 misc/openvdb/Makefile           | 2 +-
 misc/py-openvdb/Makefile        | 2 +-
 science/geant4/Makefile         | 1 +
 science/opensph/Makefile        | 2 +-
 science/pagmo2/Makefile         | 2 +-
 science/paraview/Makefile       | 2 +-
 science/py-fresnel/Makefile     | 2 +-
 science/py-hoomd-blue/Makefile  | 1 +
 sysutils/slurm-wlm/Makefile     | 1 +
 54 files changed, 59 insertions(+), 43 deletions(-)

diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile
index 6113ea36748f..c611eca0bb1e 100644
--- a/biology/salmon/Makefile
+++ b/biology/salmon/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		salmon
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.10.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=		biology
 
 MAINTAINER=	jwb@FreeBSD.org
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 2704e0ea38cf..e5c9adc945e1 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	PrusaSlicer
 DISTVERSIONPREFIX=version_
 DISTVERSION=	2.7.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad
 DIST_SUBDIR=	PrusaSlicer
 
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index e7a92769ab41..f30f78ef0ed9 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	FreeCAD
 DISTVERSION=	0.21.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	cad
 
 MAINTAINER=	cmt@FreeBSD.org
diff --git a/cad/librepcb/Makefile b/cad/librepcb/Makefile
index ce7052cd6f46..024c5317f279 100644
--- a/cad/librepcb/Makefile
+++ b/cad/librepcb/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	librepcb
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-source
 CATEGORIES=	cad
 MASTER_SITES=	https://download.librepcb.org/releases/${DISTVERSION}/
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 9fd70c7366ca..95688c9d73a7 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	opencascade
 DISTVERSIONPREFIX=	V
 DISTVERSION=	7_8_1
+PORTREVISION=	1
 CATEGORIES=	cad science
 DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}
 
diff --git a/devel/ikos/Makefile b/devel/ikos/Makefile
index c2416a9b0116..940fabb7d04b 100644
--- a/devel/ikos/Makefile
+++ b/devel/ikos/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ikos
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index 08bf7653eabf..c4c210a069b0 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ispc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.24.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/mold/Makefile b/devel/mold/Makefile
index 4f4749b3029d..7883fa74eeaf 100644
--- a/devel/mold/Makefile
+++ b/devel/mold/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mold
 DISTVERSIONPREFIX=  v
 DISTVERSION=	2.31.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	ashish@FreeBSD.org
diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index 487838bf62d2..aefdfb6da17a 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	onetbb
-PORTVERSION=	2021.12.0
+PORTVERSION=	2021.13.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo
index 0fb51b1f5ed2..a7aa0f68534b 100644
--- a/devel/onetbb/distinfo
+++ b/devel/onetbb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713210516
-SHA256 (oneapi-src-oneTBB-v2021.12.0_GH0.tar.gz) = c7bb7aa69c254d91b8f0041a71c5bcc3936acb64408a1719aec0b2b7639dd84f
-SIZE (oneapi-src-oneTBB-v2021.12.0_GH0.tar.gz) = 2617255
+TIMESTAMP = 1719860661
+SHA256 (oneapi-src-oneTBB-v2021.13.0_GH0.tar.gz) = 3ad5dd08954b39d113dc5b3f8a8dc6dc1fd5250032b7c491eb07aed5c94133e1
+SIZE (oneapi-src-oneTBB-v2021.13.0_GH0.tar.gz) = 2613916
diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist
index 13fb08b1e79f..0e3e6146e242 100644
--- a/devel/onetbb/pkg-plist
+++ b/devel/onetbb/pkg-plist
@@ -146,14 +146,14 @@ lib/cmake/TBB/TBBTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/TBB/TBBTargets.cmake
 lib/libtbb%%DBGSUFX%%.so
 lib/libtbb%%DBGSUFX%%.so.12
-lib/libtbb%%DBGSUFX%%.so.12.12
+lib/libtbb%%DBGSUFX%%.so.12.13
 lib/libtbbbind_2_0%%DBGSUFX%%.so
 lib/libtbbbind_2_0%%DBGSUFX%%.so.3
-lib/libtbbbind_2_0%%DBGSUFX%%.so.3.12
+lib/libtbbbind_2_0%%DBGSUFX%%.so.3.13
 lib/libtbbmalloc%%DBGSUFX%%.so
 lib/libtbbmalloc%%DBGSUFX%%.so.2
-lib/libtbbmalloc%%DBGSUFX%%.so.2.12
+lib/libtbbmalloc%%DBGSUFX%%.so.2.13
 lib/libtbbmalloc_proxy%%DBGSUFX%%.so
 lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2
-lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.12
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.13
 libdata/pkgconfig/tbb%%PCSUFX%%.pc
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile
index de7b7b499fcb..e79c9c6a348c 100644
--- a/devel/ptl/Makefile
+++ b/devel/ptl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		ptl
 DISTVERSIONPREFIX=	v
 DISTVERSION=		2.3.3
-PORTREVISION=		5
+PORTREVISION=		6
 CATEGORIES=		devel
 
 MAINTAINER=	erik@tenku.dk
diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile
index 1c3281770cf5..4ee0bcb7a4e6 100644
--- a/devel/py-numba/Makefile
+++ b/devel/py-numba/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	numba
 DISTVERSION=	0.60.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index f47b510d5274..383e3ecbb30e 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	rkcommon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.10.0
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	devel
 
diff --git a/devel/root/Makefile b/devel/root/Makefile
index a4ab3c5dee68..3063bbb13e2e 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	root
 DISTVERSION=	6.32.02
+PORTREVISION=	1
 CATEGORIES=	devel science math parallel python
 MASTER_SITES=	https://root.cern/download/
 DISTFILES=	${PORTNAME}_v${DISTVERSION}.source${EXTRACT_SUFX}
diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile
index 7f5d28c9e9c6..151f5fb6db5a 100644
--- a/games/vcmi/Makefile
+++ b/games/vcmi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vcmi
 PORTVERSION=	1.5.3
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 2be6a27e16bb..a645d9b0597d 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	4.1.1
+PORTREVISION=	1
 CATEGORIES=	graphics multimedia
 MASTER_SITES=	http://download.blender.org/source/ \
 		http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/embree/Makefile b/graphics/embree/Makefile
index b4ef42e3e254..17e765e21b4d 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	embree
 PORTVERSION=	3.13.5
-PORTREVISION=	7
+PORTREVISION=	8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile
index b413264790ca..433fff4892c1 100644
--- a/graphics/f3d/Makefile
+++ b/graphics/f3d/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	f3d
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index c07864784957..fb5967d48c4c 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mirtk
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0-178
-PORTREVISION=	11
+PORTREVISION=	12
 DISTVERSIONSUFFIX=	-g973ce2f
 CATEGORIES=	graphics
 
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index eb7443aadbcf..80ffd4298584 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	oidn
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://freebsd.org/:weights # bogus URL to make the framework happy, the fetch uses Git URL below
 DISTFILES=	${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 81e8fd0276a3..d4ae0f6e0df7 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -5,7 +5,7 @@ DISTVERSION=	2.5.13.0
 # py-openimageio's PORTREVISION.
 # Also, just to be on the safe side, when resetting,
 # best keep PORTREVISION?=	0.
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	graphics multimedia
 
 MAINTAINER?=	FreeBSD@Shaneware.biz
diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile
index 21699144d224..a3b06af7fd06 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openpgl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.0
+PORTREVISION=	1
 #DISTVERSIONSUFFIX=	-beta
 CATEGORIES=	graphics devel
 
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index 227f215263ab..091446f2b96e 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	opensubdiv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3_6_0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	FreeBSD@Shaneware.biz
diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index 88560b5046c0..a97b0c8eb6d0 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvkl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile
index 66aceaa517a3..4935ceb251af 100644
--- a/graphics/ospray-studio/Makefile
+++ b/graphics/ospray-studio/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ospray-studio
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.11.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile
index 91ccaee2b065..07137f1f10f5 100644
--- a/graphics/ospray/Makefile
+++ b/graphics/ospray/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ospray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.10.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index 7c583a283bc0..51a30f772910 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	curv
 DISTVERSION=	0.5
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index 71755893627d..6f481804441a 100644
--- a/math/dune-alugrid/Makefile
+++ b/math/dune-alugrid/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-alugrid
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index 87ae256ff343..60e68c895cdb 100644
--- a/math/dune-common/Makefile
+++ b/math/dune-common/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-common
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 8f72fbda2a20..62414e2429be 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-fem
 DISTVERSION=	2.8.0.5
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index 102d2bdfed77..6b3f654ef706 100644
--- a/math/dune-geometry/Makefile
+++ b/math/dune-geometry/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-geometry
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index 9c5b729f6ce2..3546715fe4c1 100644
--- a/math/dune-grid-glue/Makefile
+++ b/math/dune-grid-glue/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-grid-glue
 DISTVERSION=	2.8.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index b1f658118398..fc998b78e6c5 100644
--- a/math/dune-grid/Makefile
+++ b/math/dune-grid/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-grid
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 610bac356aab..cf3903eb9ba9 100644
--- a/math/dune-pdelab/Makefile
+++ b/math/dune-pdelab/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-pdelab
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.7.0.20210824
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index 650f903eb4af..afc75125fb80 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-polygongrid
 DISTVERSION=	2.8.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index a11c56f62c8c..8e2d74a6b279 100644
--- a/math/dune-uggrid/Makefile
+++ b/math/dune-uggrid/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dune-uggrid
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index ebec86df9530..3f67ba02c855 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-vtk
 DISTVERSION=	2.8.0
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index f54453da8cba..00c9347447bf 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.0.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 12bfaebf72cb..9b67367ca0e5 100644
--- a/math/obake/Makefile
+++ b/math/obake/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	obake
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.7.0-24
 DISTVERSIONSUFFIX=	-gb8cc71c
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 57b804d27ce4..4cd6647f423b 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.23
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index 7fde21584840..ce1cf6006a5c 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.0.1
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index a2a192487b0a..846ded382238 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	pyaudi
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.9.2-1
 DISTVERSIONSUFFIX=	-g899eb78
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/scipoptsuite/Makefile b/math/scipoptsuite/Makefile
index f9852d924709..0da44a17bb4c 100644
--- a/math/scipoptsuite/Makefile
+++ b/math/scipoptsuite/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	scipoptsuite
 DISTVERSION=	9.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	https://scipopt.org/download/release/
 
diff --git a/math/topologic/Makefile b/math/topologic/Makefile
index 8f8012791038..2930f68ea069 100644
--- a/math/topologic/Makefile
+++ b/math/topologic/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	topologic
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.0.3
+PORTREVISION=	1
 CATEGORIES=	math
 PKGNAMESUFFIX=	-space-modeling-library
 
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index a5aa21cd4744..c36e852e7a2f 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	11.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile
index 09df3f5ddcda..87a2a15ec8b2 100644
--- a/misc/py-openvdb/Makefile
+++ b/misc/py-openvdb/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	11.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/geant4/Makefile b/science/geant4/Makefile
index 7a63a4c11349..73c450d964e7 100644
--- a/science/geant4/Makefile
+++ b/science/geant4/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		geant4
 DISTVERSIONPREFIX=	v
 DISTVERSION=		11.2.2
+PORTREVISION=	1
 CATEGORIES=		science parallel devel cad
 MASTER_SITES=		https://cern.ch/geant4-data/releases/ \
 			https://cern.ch/geant4-data/datasets/:data
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index 547f18ae771f..e6251857ecac 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	OpenSPH
 DISTVERSION=	0.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile
index d8b20f7aa70f..2103c5fe9300 100644
--- a/science/pagmo2/Makefile
+++ b/science/pagmo2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pagmo2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.19.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 53a5af738188..6ba95c52030a 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paraview
 DISTVERSION=	${PARAVIEW_VER}.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${PARAVIEW_VER}/
 DISTNAME=	ParaView-v${PORTVERSION}
diff --git a/science/py-fresnel/Makefile b/science/py-fresnel/Makefile
index 778eb7420ea1..113f26872604 100644
--- a/science/py-fresnel/Makefile
+++ b/science/py-fresnel/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	fresnel
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.13.4-4
 DISTVERSIONSUFFIX=	-g3ba217f
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	science # physics
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/py-hoomd-blue/Makefile b/science/py-hoomd-blue/Makefile
index f81dec41152c..d9ac370e0be4 100644
--- a/science/py-hoomd-blue/Makefile
+++ b/science/py-hoomd-blue/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	hoomd-blue
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.7.0
+PORTREVISION=	1
 CATEGORIES=	science # physics
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index cf599b83d175..45bd2a4cd455 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	slurm
 DISTVERSION=	23.11.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://download.schedmd.com/slurm/
 PKGNAMESUFFIX=	-wlm