git: e3eba48aefc8 - main - devel/onetbb: Update to 2021.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Sep 2022 10:29:42 UTC
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 commit e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2022-09-28 10:28:09 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2022-09-28 10:28:09 +0000 devel/onetbb: Update to 2021.6.0 and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md --- cad/PrusaSlicer/Makefile | 2 +- devel/mold/Makefile | 1 + devel/onetbb/Makefile | 2 +- devel/onetbb/distinfo | 6 ++--- devel/onetbb/files/patch-cmake-compilers-xxx.cmake | 26 ---------------------- .../patch-test-common-utils_concurrency_limit.h | 21 ----------------- devel/onetbb/pkg-plist | 9 ++++---- devel/rkcommon/Makefile | 1 + games/vcmi/Makefile | 1 + graphics/blender-lts29/Makefile | 2 +- graphics/blender/Makefile | 2 +- graphics/embree/Makefile | 1 + graphics/mirtk/Makefile | 2 +- graphics/oidn/Makefile | 2 +- graphics/opencv/Makefile | 1 + graphics/openimageio-ociov1/Makefile | 2 +- graphics/openimageio/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 | 1 + math/dune-common/Makefile | 2 +- math/dune-fem/Makefile | 1 + math/dune-geometry/Makefile | 2 +- math/dune-grid-glue/Makefile | 1 + math/dune-grid/Makefile | 2 +- math/dune-pdelab/Makefile | 2 +- math/dune-polygongrid/Makefile | 1 + math/dune-uggrid/Makefile | 2 +- math/dune-vtk/Makefile | 1 + math/heyoka/Makefile | 1 + math/obake/Makefile | 2 +- math/openturns/Makefile | 2 +- math/py-heyoka/Makefile | 1 + misc/openvdb/Makefile | 2 +- science/opensph/Makefile | 2 +- science/pagmo2/Makefile | 2 +- science/paraview/Makefile | 2 +- science/py-fresnel/Makefile | 2 +- science/py-hoomd-blue/Makefile | 1 + 42 files changed, 46 insertions(+), 79 deletions(-) diff --git a/cad/PrusaSlicer/Makefile b/cad/PrusaSlicer/Makefile index 72d22d94f78a..691c54f9e59b 100644 --- a/cad/PrusaSlicer/Makefile +++ b/cad/PrusaSlicer/Makefile @@ -1,7 +1,7 @@ PORTNAME= PrusaSlicer DISTVERSIONPREFIX=version_ DISTVERSION= 2.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MAINTAINER= teodorsigaev@gmail.com diff --git a/devel/mold/Makefile b/devel/mold/Makefile index 3c582d82467f..0b3c4d0edfd6 100644 --- a/devel/mold/Makefile +++ b/devel/mold/Makefile @@ -1,6 +1,7 @@ PORTNAME= mold DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ashish@FreeBSD.org diff --git a/devel/onetbb/Makefile b/devel/onetbb/Makefile index e99fb4e831ed..e8b49b2176a9 100644 --- a/devel/onetbb/Makefile +++ b/devel/onetbb/Makefile @@ -1,5 +1,5 @@ PORTNAME= onetbb -PORTVERSION= 2021.5.0 +PORTVERSION= 2021.6.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/onetbb/distinfo b/devel/onetbb/distinfo index c8c30fb3351a..173c72ac7a96 100644 --- a/devel/onetbb/distinfo +++ b/devel/onetbb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641398807 -SHA256 (oneapi-src-oneTBB-v2021.5.0_GH0.tar.gz) = e5b57537c741400cf6134b428fc1689a649d7d38d9bb9c1b6d64f092ea28178a -SIZE (oneapi-src-oneTBB-v2021.5.0_GH0.tar.gz) = 2463218 +TIMESTAMP = 1663869920 +SHA256 (oneapi-src-oneTBB-v2021.6.0_GH0.tar.gz) = 4897dd106d573e9dacda8509ca5af1a0e008755bf9c383ef6777ac490223031f +SIZE (oneapi-src-oneTBB-v2021.6.0_GH0.tar.gz) = 2566074 diff --git a/devel/onetbb/files/patch-cmake-compilers-xxx.cmake b/devel/onetbb/files/patch-cmake-compilers-xxx.cmake deleted file mode 100644 index f40a5530967e..000000000000 --- a/devel/onetbb/files/patch-cmake-compilers-xxx.cmake +++ /dev/null @@ -1,26 +0,0 @@ -Fix build with clang >= 12 or gcc >= 11 - -Backport from upstream, commit c4a42feb5333488360617a9b58f90e479659b744 - ---- cmake/compilers/Clang.cmake.orig 2021-10-04 09:50:18 UTC -+++ cmake/compilers/Clang.cmake -@@ -44,7 +44,7 @@ if (NOT TBB_STRICT AND COMMAND tbb_remove_compile_flag - endif() - - # Enable Intel(R) Transactional Synchronization Extensions (-mrtm) and WAITPKG instructions support (-mwaitpkg) on relevant processors --if (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86|AMD64)") -+if (CMAKE_SYSTEM_PROCESSOR MATCHES "(AMD64|amd64|i.86|x86)") - set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} -mrtm $<$<NOT:$<VERSION_LESS:${CMAKE_CXX_COMPILER_VERSION},12.0>>:-mwaitpkg>) - endif() - ---- cmake/compilers/GNU.cmake.orig 2021-10-04 09:50:18 UTC -+++ cmake/compilers/GNU.cmake -@@ -36,7 +36,7 @@ if (NOT CMAKE_GENERATOR MATCHES "Ninja" AND NOT CMAKE_ - endif() - - # Enable Intel(R) Transactional Synchronization Extensions (-mrtm) and WAITPKG instructions support (-mwaitpkg) on relevant processors --if (CMAKE_SYSTEM_PROCESSOR MATCHES "(x86|AMD64)") -+if (CMAKE_SYSTEM_PROCESSOR MATCHES "(AMD64|amd64|i.86|x86)") - set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} -mrtm $<$<AND:$<NOT:$<CXX_COMPILER_ID:Intel>>,$<NOT:$<VERSION_LESS:${CMAKE_CXX_COMPILER_VERSION},11.0>>>:-mwaitpkg>) - endif() - diff --git a/devel/onetbb/files/patch-test-common-utils_concurrency_limit.h b/devel/onetbb/files/patch-test-common-utils_concurrency_limit.h deleted file mode 100644 index 945060970e53..000000000000 --- a/devel/onetbb/files/patch-test-common-utils_concurrency_limit.h +++ /dev/null @@ -1,21 +0,0 @@ -Fix build on FreeBSD - -__unix__ is defined on FreeBSD and makes #elif __FreeBSD__ section skipped - ---- test/common/utils_concurrency_limit.h.orig 2021-10-04 09:50:18 UTC -+++ test/common/utils_concurrency_limit.h -@@ -37,12 +37,11 @@ - #endif - #include <string.h> - #include <sched.h> --#elif __FreeBSD__ --#include <unistd.h> -+#if __FreeBSD__ - #include <errno.h> --#include <string.h> - #include <sys/param.h> - #include <sys/cpuset.h> -+#endif - #endif - #include <thread> - diff --git a/devel/onetbb/pkg-plist b/devel/onetbb/pkg-plist index 7b0d81567959..c9c6ba7444a7 100644 --- a/devel/onetbb/pkg-plist +++ b/devel/onetbb/pkg-plist @@ -19,6 +19,7 @@ include/oneapi/tbb/detail/_aggregator.h include/oneapi/tbb/detail/_aligned_space.h include/oneapi/tbb/detail/_allocator_traits.h include/oneapi/tbb/detail/_assert.h +include/oneapi/tbb/detail/_attach.h include/oneapi/tbb/detail/_concurrent_queue_base.h include/oneapi/tbb/detail/_concurrent_skip_list.h include/oneapi/tbb/detail/_concurrent_unordered_base.h @@ -143,14 +144,14 @@ lib/cmake/TBB/TBBTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/TBB/TBBTargets.cmake lib/libtbb.so lib/libtbb.so.12 -lib/libtbb.so.12.5 +lib/libtbb.so.12.6 lib/libtbbbind_2_0.so lib/libtbbbind_2_0.so.3 -lib/libtbbbind_2_0.so.3.5 +lib/libtbbbind_2_0.so.3.6 lib/libtbbmalloc.so lib/libtbbmalloc.so.2 -lib/libtbbmalloc.so.2.5 +lib/libtbbmalloc.so.2.6 lib/libtbbmalloc_proxy.so lib/libtbbmalloc_proxy.so.2 -lib/libtbbmalloc_proxy.so.2.5 +lib/libtbbmalloc_proxy.so.2.6 libdata/pkgconfig/tbb%%PCSUFX%%.pc diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile index 90d4ccaa8319..f10e5110e96d 100644 --- a/devel/rkcommon/Makefile +++ b/devel/rkcommon/Makefile @@ -1,6 +1,7 @@ PORTNAME= rkcommon DISTVERSIONPREFIX= v DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index 07c2046d3140..223971dfa711 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -1,5 +1,6 @@ PORTNAME= vcmi PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile index 21c1a40fa1ac..b50307e28743 100644 --- a/graphics/blender-lts29/Makefile +++ b/graphics/blender-lts29/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 2.93.10 -PORTREVISION= 0 +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 c55e43c3be54..7810625e8cee 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 3.2.2 -PORTREVISION= 0 +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 54386b119c71..3fcc8b1731cf 100644 --- a/graphics/embree/Makefile +++ b/graphics/embree/Makefile @@ -1,5 +1,6 @@ PORTNAME= embree PORTVERSION= 3.13.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile index 36527755fd2e..95ab382b3636 100644 --- a/graphics/mirtk/Makefile +++ b/graphics/mirtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= mirtk DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-178 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g973ce2f CATEGORIES= graphics diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile index 6e5b12c7a5ea..0361042f689d 100644 --- a/graphics/oidn/Makefile +++ b/graphics/oidn/Makefile @@ -1,7 +1,7 @@ PORTNAME= oidn DISTVERSIONPREFIX= v DISTVERSION= 1.4.3 -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/opencv/Makefile b/graphics/opencv/Makefile index 74fdb6a0aa90..e3d7020881a8 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,5 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org diff --git a/graphics/openimageio-ociov1/Makefile b/graphics/openimageio-ociov1/Makefile index 350c908bb9f7..f269719643c1 100644 --- a/graphics/openimageio-ociov1/Makefile +++ b/graphics/openimageio-ociov1/Makefile @@ -1,7 +1,7 @@ PORTNAME= openimageio DISTVERSIONPREFIX= Release- DISTVERSION= 2.2.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics multimedia PKGNAMESUFFIX= -ociov1 # special port to link oiio libs with ociov1 diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index d42db570fc8e..8e9b94503fb3 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.3.19.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/opensubdiv/Makefile b/graphics/opensubdiv/Makefile index d210498b72c7..3ebc3b204798 100644 --- a/graphics/opensubdiv/Makefile +++ b/graphics/opensubdiv/Makefile @@ -1,7 +1,7 @@ PORTNAME= opensubdiv DISTVERSIONPREFIX= v DISTVERSION= 3_4_4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile index b85c092bf139..b673290e7802 100644 --- a/graphics/openvkl/Makefile +++ b/graphics/openvkl/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvkl DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile index af4949ae5f89..bb053f2ccf5a 100644 --- a/graphics/ospray-studio/Makefile +++ b/graphics/ospray-studio/Makefile @@ -1,7 +1,7 @@ PORTNAME= ospray-studio DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile index 5695f67632bd..39ad6b506da6 100644 --- a/graphics/ospray/Makefile +++ b/graphics/ospray/Makefile @@ -1,7 +1,7 @@ PORTNAME= ospray DISTVERSIONPREFIX= v DISTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/math/curv/Makefile b/math/curv/Makefile index f8b57d585fd1..b2d4b0a8a6bb 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,6 +1,6 @@ PORTNAME= curv DISTVERSION= 0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile index f16a2dbfb15b..e9dbd88ca8c9 100644 --- a/math/dune-alugrid/Makefile +++ b/math/dune-alugrid/Makefile @@ -1,6 +1,7 @@ PORTNAME= dune-alugrid DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile index 27c33fab4005..f7d8bdd7e982 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= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile index 56fc834adb13..9f5a4c754faf 100644 --- a/math/dune-fem/Makefile +++ b/math/dune-fem/Makefile @@ -1,5 +1,6 @@ PORTNAME= dune-fem DISTVERSION= 2.8.0.5 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile index 363e2d34ee24..7f7527f1fb8b 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= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile index 7ba798063b32..7aad0b7a56a5 100644 --- a/math/dune-grid-glue/Makefile +++ b/math/dune-grid-glue/Makefile @@ -1,5 +1,6 @@ PORTNAME= dune-grid-glue DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile index 5de7d887184d..489c13a4a796 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= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile index ad7edf298475..f9f49d276918 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= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile index a607b51af725..2cd32a6f7cc8 100644 --- a/math/dune-polygongrid/Makefile +++ b/math/dune-polygongrid/Makefile @@ -1,5 +1,6 @@ PORTNAME= dune-polygongrid DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile index 47035d965205..5cfd5e330f3b 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= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile index f2f9f30ae9ef..f04c440d91c7 100644 --- a/math/dune-vtk/Makefile +++ b/math/dune-vtk/Makefile @@ -1,5 +1,6 @@ PORTNAME= dune-vtk DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index 63b8ac5e1789..949201292461 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,6 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/obake/Makefile b/math/obake/Makefile index dd3d557c7873..120de28d93ed 100644 --- a/math/obake/Makefile +++ b/math/obake/Makefile @@ -1,7 +1,7 @@ PORTNAME= obake DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/openturns/Makefile b/math/openturns/Makefile index a7b3b7c3432c..e5b16d3eb4ed 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index f51838deb38e..e40c2a9995f3 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -1,6 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 3f3c65f4f6ab..912fd096f4b0 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 9.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 3ff40df51c62..f00c3ca0ee70 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,6 +1,6 @@ PORTNAME= OpenSPH DISTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile index 84d5fd616a14..003d62e833d8 100644 --- a/science/pagmo2/Makefile +++ b/science/pagmo2/Makefile @@ -1,7 +1,7 @@ PORTNAME= pagmo2 DISTVERSIONPREFIX= v DISTVERSION= 2.18.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 6493a3ce5c59..dc83176682e6 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -1,6 +1,6 @@ PORTNAME= paraview DISTVERSION= 5.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} diff --git a/science/py-fresnel/Makefile b/science/py-fresnel/Makefile index f0b96a5eec06..60c2b225dabf 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= 1 +PORTREVISION= 2 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-hoomd-blue/Makefile b/science/py-hoomd-blue/Makefile index 6d6059abf2d5..c8aaa0f26750 100644 --- a/science/py-hoomd-blue/Makefile +++ b/science/py-hoomd-blue/Makefile @@ -1,6 +1,7 @@ PORTNAME= hoomd-blue DISTVERSIONPREFIX= v DISTVERSION= 3.5.0 +PORTREVISION= 1 CATEGORIES= science # physics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}