Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 11:30:28 GMT
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96261a1e5aa9 - main - devel/onetbb: Update to 2021.12.0
Message-ID:  <202404171130.43HBUSkE092663@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac:

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

commit 96261a1e5aa94517a2203297c75c66f1269c075f
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2024-04-17 11:28:34 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2024-04-17 11:28:34 +0000

    devel/onetbb: Update to 2021.12.0
    
    and bump dependent ports' revisions.
    
    Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
---
 biology/salmon/Makefile         | 2 +-
 cad/PrusaSlicer/Makefile        | 1 +
 cad/freecad/Makefile            | 2 +-
 cad/opencascade/Makefile        | 2 +-
 devel/ikos/Makefile             | 2 +-
 devel/ispc/Makefile             | 1 +
 devel/mold/Makefile             | 1 +
 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             | 2 +-
 games/vcmi/Makefile             | 1 +
 graphics/blender/Makefile       | 2 +-
 graphics/embree/Makefile        | 2 +-
 graphics/f3d/Makefile           | 2 +-
 graphics/mirtk/Makefile         | 2 +-
 graphics/oidn/Makefile          | 1 +
 graphics/openpgl/Makefile       | 2 +-
 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            | 2 +-
 math/obake/Makefile             | 2 +-
 math/openturns/Makefile         | 2 +-
 math/py-heyoka/Makefile         | 2 +-
 math/py-pyaudi/Makefile         | 2 +-
 misc/openvdb/Makefile           | 1 +
 misc/py-openvdb/Makefile        | 1 +
 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     | 2 +-
 50 files changed, 55 insertions(+), 45 deletions(-)

diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile
index f379e0c01934..6113ea36748f 100644
--- a/biology/salmon/Makefile
+++ b/biology/salmon/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		salmon
 DISTVERSIONPREFIX=	v
 DISTVERSION=		1.10.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=		biology
 
 MAINTAINER=	jwb@FreeBSD.org
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index a82e609995c8..b48b5ae54188 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	PrusaSlicer
 DISTVERSIONPREFIX=version_
 DISTVERSION=	2.7.4
+PORTREVISION=	1
 CATEGORIES=	cad
 DIST_SUBDIR=	PrusaSlicer
 
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index 183db541ef15..b66c5a032a48 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	FreeCAD
 DISTVERSION=	0.21.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	cad
 
 MAINTAINER=	cmt@FreeBSD.org
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 7a7d52d64c39..f15ac0e50b94 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	opencascade
 DISTVERSIONPREFIX=	V
 DISTVERSION=	7_8_0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	cad science
 DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}
 
diff --git a/devel/ikos/Makefile b/devel/ikos/Makefile
index f84e8a85c306..b8c6b4b59283 100644
--- a/devel/ikos/Makefile
+++ b/devel/ikos/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ikos
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index 658b92637143..aa99a7347cd9 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	ispc
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.23.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/mold/Makefile b/devel/mold/Makefile
index 789e5bc8f248..51e14745d304 100644
--- a/devel/mold/Makefile
+++ b/devel/mold/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	mold
 DISTVERSIONPREFIX=  v
 DISTVERSION=	2.30.0
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	ashish@FreeBSD.org
diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index fbdf6362b8de..9d867ab21c2f 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	onetbb
-PORTVERSION=	2021.11.0
+PORTVERSION=	2021.12.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo
index e63d4e7a2ffe..0fb51b1f5ed2 100644
--- a/devel/onetbb/distinfo
+++ b/devel/onetbb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701111736
-SHA256 (oneapi-src-oneTBB-v2021.11.0_GH0.tar.gz) = 782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363
-SIZE (oneapi-src-oneTBB-v2021.11.0_GH0.tar.gz) = 2613493
+TIMESTAMP = 1713210516
+SHA256 (oneapi-src-oneTBB-v2021.12.0_GH0.tar.gz) = c7bb7aa69c254d91b8f0041a71c5bcc3936acb64408a1719aec0b2b7639dd84f
+SIZE (oneapi-src-oneTBB-v2021.12.0_GH0.tar.gz) = 2617255
diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist
index 9c687625fcdf..13fb08b1e79f 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.11
+lib/libtbb%%DBGSUFX%%.so.12.12
 lib/libtbbbind_2_0%%DBGSUFX%%.so
 lib/libtbbbind_2_0%%DBGSUFX%%.so.3
-lib/libtbbbind_2_0%%DBGSUFX%%.so.3.11
+lib/libtbbbind_2_0%%DBGSUFX%%.so.3.12
 lib/libtbbmalloc%%DBGSUFX%%.so
 lib/libtbbmalloc%%DBGSUFX%%.so.2
-lib/libtbbmalloc%%DBGSUFX%%.so.2.11
+lib/libtbbmalloc%%DBGSUFX%%.so.2.12
 lib/libtbbmalloc_proxy%%DBGSUFX%%.so
 lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2
-lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.11
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.12
 libdata/pkgconfig/tbb%%PCSUFX%%.pc
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile
index 9c4f3c007301..de7b7b499fcb 100644
--- a/devel/ptl/Makefile
+++ b/devel/ptl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=		ptl
 DISTVERSIONPREFIX=	v
 DISTVERSION=		2.3.3
-PORTREVISION=		4
+PORTREVISION=		5
 CATEGORIES=		devel
 
 MAINTAINER=	erik@tenku.dk
diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile
index 7cb284bf8cb6..5c72c8c41821 100644
--- a/devel/py-numba/Makefile
+++ b/devel/py-numba/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	numba
 DISTVERSION=	0.59.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index 2699cd01115c..f47b510d5274 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	rkcommon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	devel
 
diff --git a/devel/root/Makefile b/devel/root/Makefile
index fb7f875369d5..b96e9ceaba0b 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	root
 DISTVERSION=	6.30.02
-PORTREVISION=	1
+PORTREVISION=	2
 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 81b77300728c..93fc19cff19a 100644
--- a/games/vcmi/Makefile
+++ b/games/vcmi/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vcmi
 PORTVERSION=	1.4.5
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 919f1dc89af7..9947d00a7571 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	blender
 DISTVERSION=	3.6.1
-PORTREVISION=	9
+PORTREVISION=	10
 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 035f98825016..b4ef42e3e254 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	embree
 PORTVERSION=	3.13.5
-PORTREVISION=	6
+PORTREVISION=	7
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile
index 64f25af610cf..2665698f7048 100644
--- a/graphics/f3d/Makefile
+++ b/graphics/f3d/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	f3d
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index 9e6723b23a3b..c07864784957 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	mirtk
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0-178
-PORTREVISION=	10
+PORTREVISION=	11
 DISTVERSIONSUFFIX=	-g973ce2f
 CATEGORIES=	graphics
 
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index d3a0bdaa753f..42e154c44be6 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	oidn
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.2
+PORTREVISION=	1
 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/openpgl/Makefile b/graphics/openpgl/Makefile
index b009bcf18f9c..cedc56146600 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openpgl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0
-PORTREVISION=	2
+PORTREVISION=	3
 #DISTVERSIONSUFFIX=	-beta
 CATEGORIES=	graphics devel
 
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index 8538dd4ec46e..dd51cf960f13 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	opensubdiv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3_5_0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES?=	graphics
 
 MAINTAINER=	FreeBSD@Shaneware.biz
diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index 5791751b26f0..88560b5046c0 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openvkl
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile
index 8ba3059044bd..b53402caaddb 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=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile
index 4676ea0193b1..9a3dc721d9e8 100644
--- a/graphics/ospray/Makefile
+++ b/graphics/ospray/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ospray
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.10.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index 6df8cab01e01..7c583a283bc0 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	curv
 DISTVERSION=	0.5
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	math lang graphics
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index e39cc044399c..1bc6985e6c72 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=	9
+PORTREVISION=	10
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index b0d593b6087d..a10da24817aa 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=	12
+PORTREVISION=	13
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 87cc96538a68..0d9cf9aea5b7 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-fem
 DISTVERSION=	2.8.0.5
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index c255eee34df3..f1e2f811e603 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=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index 9d14e33311c2..1711119bc50e 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=	9
+PORTREVISION=	10
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index aa310f3b09bf..5aea2c669803 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=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index d4352ed0d9c8..266d80ec4dc5 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=	21
+PORTREVISION=	22
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index acf665a8a2d3..72e04fdd8252 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-polygongrid
 DISTVERSION=	2.8.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index 3cd633cba244..52831eb63b24 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=	11
+PORTREVISION=	12
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index 22b274590361..b2a03fc94245 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dune-vtk
 DISTVERSION=	2.8.0
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index 2e6a1a7da5ef..17ca6f164cdc 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/obake/Makefile b/math/obake/Makefile
index ee8c009d93c2..12bfaebf72cb 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=	14
+PORTREVISION=	15
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 32ecfac2a9a5..b538e749826c 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.22
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index 76787f255312..df19d5ca939e 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index 9e4cbedced92..cc2b7fa48532 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=	8
+PORTREVISION=	9
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 1efb2a77dee2..29dfc555f533 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	11.0.0
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile
index c48bd7a0b801..09df3f5ddcda 100644
--- a/misc/py-openvdb/Makefile
+++ b/misc/py-openvdb/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	openvdb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	11.0.0
+PORTREVISION=	1
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/geant4/Makefile b/science/geant4/Makefile
index f0c517c0dc97..a1a258c9b99f 100644
--- a/science/geant4/Makefile
+++ b/science/geant4/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		geant4
 DISTVERSIONPREFIX=	v
 DISTVERSION=		11.2.0
+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 f6c30980ade8..547f18ae771f 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	OpenSPH
 DISTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile
index d37b0035b1e0..d8b20f7aa70f 100644
--- a/science/pagmo2/Makefile
+++ b/science/pagmo2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	pagmo2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.19.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 23bf4ba16973..bd1960bd233f 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	paraview
 DISTVERSION=	${PARAVIEW_VER}.0
-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 774a3c59cbfd..778eb7420ea1 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=	7
+PORTREVISION=	8
 CATEGORIES=	science # physics
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/py-hoomd-blue/Makefile b/science/py-hoomd-blue/Makefile
index 282e3e61d5e3..3bd126a912e2 100644
--- a/science/py-hoomd-blue/Makefile
+++ b/science/py-hoomd-blue/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	hoomd-blue
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.6.0
+PORTREVISION=	1
 CATEGORIES=	science # physics
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index 625cc74f5b99..0994b4f72631 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	slurm
 DISTVERSION=	23.11.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	https://download.schedmd.com/slurm/
 PKGNAMESUFFIX=	-wlm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404171130.43HBUSkE092663>