aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2023-05-09 10:25:26 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-05-09 10:25:26 +0000
commit8f947d908a45bc788fc2f299b12ce99d204c57e0 (patch)
tree5dfd898539d7ae9dea7ddc10e8075134c1dbbb9b
parentfa4ecd821fadb6ab28d07003880bd4761825b020 (diff)
downloadports-8f947d908a45bc788fc2f299b12ce99d204c57e0.tar.gz
ports-8f947d908a45bc788fc2f299b12ce99d204c57e0.zip
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
-rw-r--r--cad/PrusaSlicer/Makefile2
-rw-r--r--devel/ikos/Makefile2
-rw-r--r--devel/ispc/Makefile1
-rw-r--r--devel/mold/Makefile2
-rw-r--r--devel/onetbb/Makefile2
-rw-r--r--devel/onetbb/distinfo6
-rw-r--r--devel/onetbb/pkg-plist8
-rw-r--r--devel/ptl/Makefile2
-rw-r--r--devel/py-numba/Makefile2
-rw-r--r--devel/rkcommon/Makefile2
-rw-r--r--devel/root/Makefile2
-rw-r--r--games/vcmi/Makefile2
-rw-r--r--graphics/blender-lts29/Makefile1
-rw-r--r--graphics/blender/Makefile2
-rw-r--r--graphics/embree/Makefile2
-rw-r--r--graphics/mirtk/Makefile2
-rw-r--r--graphics/oidn/Makefile2
-rw-r--r--graphics/opencv/Makefile2
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/openpgl/Makefile2
-rw-r--r--graphics/opensubdiv/Makefile2
-rw-r--r--graphics/openvkl/Makefile2
-rw-r--r--graphics/ospray-studio/Makefile2
-rw-r--r--graphics/ospray/Makefile2
-rw-r--r--math/curv/Makefile2
-rw-r--r--math/dune-alugrid/Makefile2
-rw-r--r--math/dune-common/Makefile2
-rw-r--r--math/dune-fem/Makefile2
-rw-r--r--math/dune-geometry/Makefile2
-rw-r--r--math/dune-grid-glue/Makefile2
-rw-r--r--math/dune-grid/Makefile2
-rw-r--r--math/dune-pdelab/Makefile2
-rw-r--r--math/dune-polygongrid/Makefile2
-rw-r--r--math/dune-uggrid/Makefile2
-rw-r--r--math/dune-vtk/Makefile2
-rw-r--r--math/heyoka/Makefile2
-rw-r--r--math/obake/Makefile2
-rw-r--r--math/openturns/Makefile2
-rw-r--r--math/py-heyoka/Makefile2
-rw-r--r--math/py-pyaudi/Makefile2
-rw-r--r--misc/openvdb/Makefile2
-rw-r--r--misc/py-openvdb/Makefile2
-rw-r--r--science/geant4/Makefile1
-rw-r--r--science/opensph/Makefile2
-rw-r--r--science/pagmo2/Makefile2
-rw-r--r--science/paraview/Makefile2
-rw-r--r--science/py-fresnel/Makefile2
-rw-r--r--science/py-hoomd-blue/Makefile2
48 files changed, 53 insertions, 50 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 5e35d57aab87..7445a40a5380 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= PrusaSlicer
DISTVERSIONPREFIX=version_
DISTVERSION= 2.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= cad
MAINTAINER= teodorsigaev@gmail.com
diff --git a/devel/ikos/Makefile b/devel/ikos/Makefile
index a96b0b1e8e10..5521a9d11255 100644
--- a/devel/ikos/Makefile
+++ b/devel/ikos/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ikos
DISTVERSIONPREFIX= v
DISTVERSION= 3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile
index bb510204b3bf..00c97713f5dd 100644
--- a/devel/ispc/Makefile
+++ b/devel/ispc/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ispc
DISTVERSIONPREFIX= v
DISTVERSION= 1.20.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/mold/Makefile b/devel/mold/Makefile
index 73c584680f24..a00ccdf6c512 100644
--- a/devel/mold/Makefile
+++ b/devel/mold/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mold
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= ashish@FreeBSD.org
diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index 35db316dbce3..be1083f819c9 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= onetbb
-PORTVERSION= 2021.8.0
+PORTVERSION= 2021.9.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo
index 74e454d20dc3..e78413bcf5d6 100644
--- a/devel/onetbb/distinfo
+++ b/devel/onetbb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676663599
-SHA256 (oneapi-src-oneTBB-v2021.8.0_GH0.tar.gz) = eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b
-SIZE (oneapi-src-oneTBB-v2021.8.0_GH0.tar.gz) = 2575336
+TIMESTAMP = 1681498471
+SHA256 (oneapi-src-oneTBB-v2021.9.0_GH0.tar.gz) = 1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e
+SIZE (oneapi-src-oneTBB-v2021.9.0_GH0.tar.gz) = 2579150
diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist
index a9a447f31416..f59b199f87b1 100644
--- a/devel/onetbb/pkg-plist
+++ b/devel/onetbb/pkg-plist
@@ -144,14 +144,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.8
+lib/libtbb%%DBGSUFX%%.so.12.9
lib/libtbbbind_2_0%%DBGSUFX%%.so
lib/libtbbbind_2_0%%DBGSUFX%%.so.3
-lib/libtbbbind_2_0%%DBGSUFX%%.so.3.8
+lib/libtbbbind_2_0%%DBGSUFX%%.so.3.9
lib/libtbbmalloc%%DBGSUFX%%.so
lib/libtbbmalloc%%DBGSUFX%%.so.2
-lib/libtbbmalloc%%DBGSUFX%%.so.2.8
+lib/libtbbmalloc%%DBGSUFX%%.so.2.9
lib/libtbbmalloc_proxy%%DBGSUFX%%.so
lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2
-lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.8
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.9
libdata/pkgconfig/tbb%%PCSUFX%%.pc
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile
index 4047d6e3fa0a..15b1ba73c4e3 100644
--- a/devel/ptl/Makefile
+++ b/devel/ptl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ptl
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= erik@tenku.dk
diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile
index ab1fba3bba47..f249fe2533ac 100644
--- a/devel/py-numba/Makefile
+++ b/devel/py-numba/Makefile
@@ -1,6 +1,6 @@
PORTNAME= numba
DISTVERSION= 0.56.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index 176d1937a5fb..c664281d683f 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rkcommon
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 46fd406ef2de..727c70844298 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -1,6 +1,6 @@
PORTNAME= root
DISTVERSION= 6.28.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 8de61a45272b..aa3237c8f618 100644
--- a/games/vcmi/Makefile
+++ b/games/vcmi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vcmi
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile
index 3438d79c0642..434eb72a8425 100644
--- a/graphics/blender-lts29/Makefile
+++ b/graphics/blender-lts29/Makefile
@@ -1,5 +1,6 @@
PORTNAME= blender
DISTVERSION= 2.93.17
+PORTREVISION= 1
CATEGORIES= graphics multimedia
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 3332d99bb30c..d8c85d06e802 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blender
DISTVERSION= 3.4.1
-PORTREVISION= 8
+PORTREVISION= 9
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 02788e9f90ea..08e5f630772f 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -1,6 +1,6 @@
PORTNAME= embree
PORTVERSION= 3.13.5
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index d33af7048895..00db3407a103 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mirtk
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0-178
-PORTREVISION= 6
+PORTREVISION= 7
DISTVERSIONSUFFIX= -g973ce2f
CATEGORIES= graphics
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index 3e806b1b21ec..e18972589138 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= oidn
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.3
-PORTREVISION= 5
+PORTREVISION= 6
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/opencv/Makefile b/graphics/opencv/Makefile
index ae135bcceed4..824eb08ee0a7 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opencv
DISTVERSION= 4.6.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 9cf508bde6cf..0c02e50a3d18 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 2.4.10.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 6def41a363f8..e62f56d67c1a 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openpgl
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONSUFFIX= -beta
CATEGORIES= graphics devel
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index 2a071c380c1a..702422c54ef9 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -1,7 +1,7 @@
PORTNAME= opensubdiv
DISTVERSIONPREFIX= v
DISTVERSION= 3_5_0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES?= graphics
MAINTAINER= FreeBSD@Shaneware.biz
diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index 2686bd457617..33a942e68b24 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvkl
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile
index 520dd29cdf8c..dd0ce84d56c4 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= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile
index 28d2fd0855af..51cd3eccc89b 100644
--- a/graphics/ospray/Makefile
+++ b/graphics/ospray/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ospray
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index bfaa11e612bb..e824ac90c453 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= curv
DISTVERSION= 0.5
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= math lang graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index 43fbfa46256c..fd091888d088 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index 2b36382ee32d..f55bf6aab9d3 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= 7
+PORTREVISION= 8
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index a794da5fbe5b..7ad7cd019eca 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index 506cbc98f2fc..4899bc7cd545 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= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index 3eca787576ab..5336c0566ead 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index 7f57376fb558..5ca657d786d3 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= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 5d2a274a1545..fe230901818e 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= 8
+PORTREVISION= 9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index 5fd5b8f8de12..3c05c16ba9da 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-polygongrid
DISTVERSION= 2.8.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index 135846f3bda5..c8898043f00f 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= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index f754581a1b6f..ffa8508fe10f 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-vtk
DISTVERSION= 2.8.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index c7c0ec3f3854..b275fa99bd40 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 7daaa153c1f2..07c90ec69249 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= 6
+PORTREVISION= 7
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 9f735a5e062f..b672f13691eb 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index 74c1a4628492..8fc9bbec4ba0 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,7 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index a606a9f3f4e0..79c1233d4b3e 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pyaudi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2-1
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= -g899eb78
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index 38014909952f..8e36fb35b511 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
DISTVERSION= 10.0.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile
index e17496cbc2f7..4f5ceb234f87 100644
--- a/misc/py-openvdb/Makefile
+++ b/misc/py-openvdb/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
DISTVERSION= 10.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/geant4/Makefile b/science/geant4/Makefile
index 1ac777c1dd6d..e45f8a6bd7f3 100644
--- a/science/geant4/Makefile
+++ b/science/geant4/Makefile
@@ -1,6 +1,7 @@
PORTNAME= geant4
DISTVERSIONPREFIX= v
DISTVERSION= 11.1.1
+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 a7b7dbd37458..2750d2f446e2 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,6 @@
PORTNAME= OpenSPH
DISTVERSION= 0.4.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile
index baf985e870fd..df4ada386d3b 100644
--- a/science/pagmo2/Makefile
+++ b/science/pagmo2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pagmo2
DISTVERSIONPREFIX= v
DISTVERSION= 2.19.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 7f7d2fd19475..428b21e6c909 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,6 @@
PORTNAME= paraview
DISTVERSION= ${PARAVIEW_VER}.1
-PORTREVISION= 4
+PORTREVISION= 5
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 b61c3143e27a..8f9ffba5c66b 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= 4
+PORTREVISION= 5
CATEGORIES= science # physics
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-hoomd-blue/Makefile b/science/py-hoomd-blue/Makefile
index cc654b16f290..885e01cfc0bb 100644
--- a/science/py-hoomd-blue/Makefile
+++ b/science/py-hoomd-blue/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hoomd-blue
DISTVERSIONPREFIX= v
DISTVERSION= 3.11.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science # physics
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}