aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2023-03-03 15:00:59 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-03-03 15:01:50 +0000
commit1dc256924e84ccc34b09810779e532dee18d37ec (patch)
tree8d5755cb50bc4ab3404f21d8e44df5fdf9619392
parentfd08b4cd953bce52ca4a559e6cf20a67c03d8e24 (diff)
downloadports-1dc256924e84ccc34b09810779e532dee18d37ec.tar.gz
ports-1dc256924e84ccc34b09810779e532dee18d37ec.zip
devel/onetbb: Update to 2021.8.0
Also: - bump dependent ports' revisions - fix build when WITH_DEBUG is set Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
-rw-r--r--cad/PrusaSlicer/Makefile2
-rw-r--r--devel/ikos/Makefile2
-rw-r--r--devel/mold/Makefile2
-rw-r--r--devel/onetbb/Makefile8
-rw-r--r--devel/onetbb/distinfo6
-rw-r--r--devel/onetbb/pkg-plist24
-rw-r--r--devel/py-numba/Makefile2
-rw-r--r--devel/rkcommon/Makefile1
-rw-r--r--devel/root/Makefile1
-rw-r--r--games/vcmi/Makefile1
-rw-r--r--graphics/blender-lts29/Makefile2
-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/Makefile1
-rw-r--r--graphics/opensubdiv/Makefile2
-rw-r--r--graphics/openvkl/Makefile2
-rw-r--r--graphics/ospray-studio/Makefile1
-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/Makefile1
-rw-r--r--math/obake/Makefile2
-rw-r--r--math/openturns/Makefile2
-rw-r--r--math/py-heyoka/Makefile1
-rw-r--r--math/py-pyaudi/Makefile1
-rw-r--r--misc/openvdb/Makefile2
-rw-r--r--misc/py-openvdb/Makefile2
-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/Makefile1
45 files changed, 63 insertions, 50 deletions
diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile
index 542dfb31fb03..10c66b71a5db 100644
--- a/cad/PrusaSlicer/Makefile
+++ b/cad/PrusaSlicer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= PrusaSlicer
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX=version_
DISTVERSION= 2.5.0
CATEGORIES= cad
diff --git a/devel/ikos/Makefile b/devel/ikos/Makefile
index aa41f530cc9d..694e331068d6 100644
--- a/devel/ikos/Makefile
+++ b/devel/ikos/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ikos
DISTVERSIONPREFIX= v
DISTVERSION= 3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/mold/Makefile b/devel/mold/Makefile
index 469b23d1e59a..73c584680f24 100644
--- a/devel/mold/Makefile
+++ b/devel/mold/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mold
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= ashish@FreeBSD.org
diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile
index eb919e2c735e..35db316dbce3 100644
--- a/devel/onetbb/Makefile
+++ b/devel/onetbb/Makefile
@@ -1,5 +1,5 @@
PORTNAME= onetbb
-PORTVERSION= 2021.7.0
+PORTVERSION= 2021.8.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
@@ -31,10 +31,14 @@ PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
# Pkgconfig: tbb.pc (on 64bit arch) vs tbb32.pc
-PLIST_SUB= PCSUFX="${PCSUFX}"
+PLIST_SUB= PCSUFX="${PCSUFX}" DBGSUFX="${DBGSUFX}"
.include <bsd.port.pre.mk>
+.if defined(WITH_DEBUG)
+DBGSUFX= _debug
+.endif
+
.if ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH:Marmv?}
PCSUFX= 32
.endif
diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo
index 4d921d5581c7..74e454d20dc3 100644
--- a/devel/onetbb/distinfo
+++ b/devel/onetbb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667426024
-SHA256 (oneapi-src-oneTBB-v2021.7.0_GH0.tar.gz) = 2cae2a80cda7d45dc7c072e4295c675fff5ad8316691f26f40539f7e7e54c0cc
-SIZE (oneapi-src-oneTBB-v2021.7.0_GH0.tar.gz) = 2571727
+TIMESTAMP = 1676663599
+SHA256 (oneapi-src-oneTBB-v2021.8.0_GH0.tar.gz) = eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b
+SIZE (oneapi-src-oneTBB-v2021.8.0_GH0.tar.gz) = 2575336
diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist
index 86b2a36f1445..a9a447f31416 100644
--- a/devel/onetbb/pkg-plist
+++ b/devel/onetbb/pkg-plist
@@ -142,16 +142,16 @@ lib/cmake/TBB/TBBConfig.cmake
lib/cmake/TBB/TBBConfigVersion.cmake
lib/cmake/TBB/TBBTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/TBB/TBBTargets.cmake
-lib/libtbb.so
-lib/libtbb.so.12
-lib/libtbb.so.12.7
-lib/libtbbbind_2_0.so
-lib/libtbbbind_2_0.so.3
-lib/libtbbbind_2_0.so.3.7
-lib/libtbbmalloc.so
-lib/libtbbmalloc.so.2
-lib/libtbbmalloc.so.2.7
-lib/libtbbmalloc_proxy.so
-lib/libtbbmalloc_proxy.so.2
-lib/libtbbmalloc_proxy.so.2.7
+lib/libtbb%%DBGSUFX%%.so
+lib/libtbb%%DBGSUFX%%.so.12
+lib/libtbb%%DBGSUFX%%.so.12.8
+lib/libtbbbind_2_0%%DBGSUFX%%.so
+lib/libtbbbind_2_0%%DBGSUFX%%.so.3
+lib/libtbbbind_2_0%%DBGSUFX%%.so.3.8
+lib/libtbbmalloc%%DBGSUFX%%.so
+lib/libtbbmalloc%%DBGSUFX%%.so.2
+lib/libtbbmalloc%%DBGSUFX%%.so.2.8
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2
+lib/libtbbmalloc_proxy%%DBGSUFX%%.so.2.8
libdata/pkgconfig/tbb%%PCSUFX%%.pc
diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile
index a1df51610a51..b86b48bbe738 100644
--- a/devel/py-numba/Makefile
+++ b/devel/py-numba/Makefile
@@ -1,6 +1,6 @@
PORTNAME= numba
DISTVERSION= 0.56.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index 648745ccc80d..176d1937a5fb 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -1,6 +1,7 @@
PORTNAME= rkcommon
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
diff --git a/devel/root/Makefile b/devel/root/Makefile
index 0cfbe1096ef0..73d83018ecf2 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -1,5 +1,6 @@
PORTNAME= root
DISTVERSION= 6.28.00
+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 78b98d9ae40f..94f3c08d4e72 100644
--- a/games/vcmi/Makefile
+++ b/games/vcmi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vcmi
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile
index ce92f6db65db..d255fba8a127 100644
--- a/graphics/blender-lts29/Makefile
+++ b/graphics/blender-lts29/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blender
DISTVERSION= 2.93.11
-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/blender/Makefile b/graphics/blender/Makefile
index a8c800bc982c..99a04a90c9d5 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blender
DISTVERSION= 3.4.1
-PORTREVISION= 2
+PORTREVISION= 3
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 14aa6ad8a93f..02788e9f90ea 100644
--- a/graphics/embree/Makefile
+++ b/graphics/embree/Makefile
@@ -1,6 +1,6 @@
PORTNAME= embree
PORTVERSION= 3.13.5
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= graphics
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index 97604dc4dcc0..62b612416c7c 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mirtk
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0-178
-PORTREVISION= 4
+PORTREVISION= 5
DISTVERSIONSUFFIX= -g973ce2f
CATEGORIES= graphics
diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile
index 16e6a19ab2e0..bab0bfd74b1d 100644
--- a/graphics/oidn/Makefile
+++ b/graphics/oidn/Makefile
@@ -1,7 +1,7 @@
PORTNAME= oidn
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.3
-PORTREVISION= 3
+PORTREVISION= 4
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 943a53672d16..faadae5fc63e 100644
--- a/graphics/opencv/Makefile
+++ b/graphics/opencv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opencv
DISTVERSION= 4.6.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MAINTAINER= desktop@FreeBSD.org
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 38c9e08d3f7e..1ba32246b8b5 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 2.4.4.2
# py-openimageio's PORTREVISION.
# Also, just to be on the safe side, when resetting,
# best keep PORTREVISION?= 0.
-PORTREVISION?= 6
+PORTREVISION?= 7
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile
index 6aa0a2eba9ce..6def41a363f8 100644
--- a/graphics/openpgl/Makefile
+++ b/graphics/openpgl/Makefile
@@ -1,6 +1,7 @@
PORTNAME= openpgl
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -beta
CATEGORIES= graphics devel
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index e3b7cf55b4ee..2a071c380c1a 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -1,7 +1,7 @@
PORTNAME= opensubdiv
DISTVERSIONPREFIX= v
DISTVERSION= 3_5_0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= graphics
MAINTAINER= FreeBSD@Shaneware.biz
diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile
index c18d8febc522..2686bd457617 100644
--- a/graphics/openvkl/Makefile
+++ b/graphics/openvkl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvkl
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile
index b36bf40e5345..520dd29cdf8c 100644
--- a/graphics/ospray-studio/Makefile
+++ b/graphics/ospray-studio/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ospray-studio
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.1
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile
index f229c00fb503..28d2fd0855af 100644
--- a/graphics/ospray/Makefile
+++ b/graphics/ospray/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ospray
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/curv/Makefile b/math/curv/Makefile
index c0972a24f3b4..0b898d64f6be 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= curv
DISTVERSION= 0.5
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= math lang graphics
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index fa7d17f882bb..287f6dafa84c 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= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index a6db659c9d9f..cfe78c6460d9 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= 5
+PORTREVISION= 6
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 3a53554bf778..c58f2cb9829c 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index e2d1fd2ae84a..ad29a911c36f 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index d2e930b47c59..13624081721e 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= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index c2085fa398a1..a30f4378b213 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index ef6fa89f01b7..f7132a215156 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= 6
+PORTREVISION= 7
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index d035f14e7b9c..e78389b43e60 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-polygongrid
DISTVERSION= 2.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index 9079a97653b4..4f726af273af 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= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index 20191708db30..6f988e13b886 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-vtk
DISTVERSION= 2.8.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index a5949f348b1d..536be6ad4e95 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,6 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/obake/Makefile b/math/obake/Makefile
index 29faac343340..8f28129484e1 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= 3
+PORTREVISION= 4
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index b6b4e42dfafc..4cfc9bd94275 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile
index de4d8851d8ec..5b4e7476cd74 100644
--- a/math/py-heyoka/Makefile
+++ b/math/py-heyoka/Makefile
@@ -1,6 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 0.21.0
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile
index 96d9f9050b54..807c9b3faac3 100644
--- a/math/py-pyaudi/Makefile
+++ b/math/py-pyaudi/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pyaudi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2-1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -g899eb78
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile
index c8ea19c78df8..4f43d300bd6f 100644
--- a/misc/openvdb/Makefile
+++ b/misc/openvdb/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
DISTVERSION= 10.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-openvdb/Makefile b/misc/py-openvdb/Makefile
index f6f7562bc320..0fe9460f5e4a 100644
--- a/misc/py-openvdb/Makefile
+++ b/misc/py-openvdb/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openvdb
DISTVERSIONPREFIX= v
DISTVERSION= 10.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/opensph/Makefile b/science/opensph/Makefile
index 366f509b305a..94a8497c5851 100644
--- a/science/opensph/Makefile
+++ b/science/opensph/Makefile
@@ -1,6 +1,6 @@
PORTNAME= OpenSPH
DISTVERSION= 0.4.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile
index 794bed8aa702..4cdef5d7a0c5 100644
--- a/science/pagmo2/Makefile
+++ b/science/pagmo2/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pagmo2
DISTVERSIONPREFIX= v
DISTVERSION= 2.18.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 8356668f4240..f019ecabdc66 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 875052ea1ad3..b61c3143e27a 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= 3
+PORTREVISION= 4
CATEGORIES= science # physics
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-hoomd-blue/Makefile b/science/py-hoomd-blue/Makefile
index 67a9eb0456ef..e3ec332207ce 100644
--- a/science/py-hoomd-blue/Makefile
+++ b/science/py-hoomd-blue/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hoomd-blue
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.1
+PORTREVISION= 1
CATEGORIES= science # physics
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}