summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/kokkos/Makefile6
-rw-r--r--devel/kokkos/distinfo6
-rw-r--r--devel/kokkos/pkg-plist100
-rw-r--r--lang/lfortran/Makefile1
-rw-r--r--math/arborx/Makefile1
-rw-r--r--math/clad/Makefile1
-rw-r--r--science/lammps/Makefile2
-rw-r--r--science/nlcglib/Makefile2
8 files changed, 78 insertions, 41 deletions
diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile
index 98e93860c285..557a0275a1e1 100644
--- a/devel/kokkos/Makefile
+++ b/devel/kokkos/Makefile
@@ -1,5 +1,5 @@
PORTNAME= kokkos
-DISTVERSION= 4.1.00
+DISTVERSION= 4.3.00
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -19,10 +19,12 @@ USE_LDCONFIG= yes
SHEBANG_FILES= bin/nvcc_wrapper bin/kokkos_launch_compiler
CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_TESTING_ON= Kokkos_ENABLE_TESTS # 1 test fails, see https://github.com/kokkos/kokkos/issues/5400
+CMAKE_TESTING_ON= Kokkos_ENABLE_TESTS # 2 tests fail, see https://github.com/kokkos/kokkos/issues/5400
LDFLAGS+= -lexecinfo
+TEST_ENV= OMP_PROC_BIND=false
+
OPTIONS_DEFINE= OPENMP SERIAL
OPTIONS_DEFAULT= OPENMP SERIAL # both choices are assumed by science/nlcglib
diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo
index d78b4a9ed87d..89afa0e62911 100644
--- a/devel/kokkos/distinfo
+++ b/devel/kokkos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688925249
-SHA256 (kokkos-kokkos-4.1.00_GH0.tar.gz) = cf725ea34ba766fdaf29c884cfe2daacfdc6dc2d6af84042d1c78d0f16866275
-SIZE (kokkos-kokkos-4.1.00_GH0.tar.gz) = 2330580
+TIMESTAMP = 1713712607
+SHA256 (kokkos-kokkos-4.3.00_GH0.tar.gz) = 53cf30d3b44dade51d48efefdaee7a6cf109a091b702a443a2eda63992e5fe0d
+SIZE (kokkos-kokkos-4.3.00_GH0.tar.gz) = 2430505
diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist
index 4c05958ebe77..3b54a929adae 100644
--- a/devel/kokkos/pkg-plist
+++ b/devel/kokkos/pkg-plist
@@ -30,19 +30,27 @@ include/HIP/Kokkos_HIP_Abort.hpp
include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
include/HIP/Kokkos_HIP_DeepCopy.hpp
include/HIP/Kokkos_HIP_Error.hpp
+include/HIP/Kokkos_HIP_GraphNodeKernel.hpp
+include/HIP/Kokkos_HIP_GraphNode_Impl.hpp
+include/HIP/Kokkos_HIP_Graph_Impl.hpp
include/HIP/Kokkos_HIP_Half_Conversion.hpp
include/HIP/Kokkos_HIP_Half_Impl_Type.hpp
include/HIP/Kokkos_HIP_Instance.hpp
include/HIP/Kokkos_HIP_KernelLaunch.hpp
include/HIP/Kokkos_HIP_MDRangePolicy.hpp
-include/HIP/Kokkos_HIP_Parallel_MDRange.hpp
-include/HIP/Kokkos_HIP_Parallel_Range.hpp
-include/HIP/Kokkos_HIP_Parallel_Team.hpp
+include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp
+include/HIP/Kokkos_HIP_ParallelFor_Range.hpp
+include/HIP/Kokkos_HIP_ParallelFor_Team.hpp
+include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp
+include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp
+include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp
+include/HIP/Kokkos_HIP_ParallelScan_Range.hpp
include/HIP/Kokkos_HIP_ReduceScan.hpp
include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp
include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
include/HIP/Kokkos_HIP_Space.hpp
include/HIP/Kokkos_HIP_Team.hpp
+include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp
include/HIP/Kokkos_HIP_UniqueToken.hpp
include/HIP/Kokkos_HIP_Vectorization.hpp
include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
@@ -53,20 +61,22 @@ include/HPX/Kokkos_HPX_Task.hpp
include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
include/KokkosCore_Config_DeclareBackend.hpp
include/KokkosCore_Config_FwdBackend.hpp
-include/KokkosCore_Config_PostInclude.hpp
include/KokkosCore_Config_SetupBackend.hpp
include/KokkosCore_config.h
include/KokkosExp_InterOp.hpp
include/KokkosExp_MDRangePolicy.hpp
+include/Kokkos_Abort.hpp
include/Kokkos_AcquireUniqueTokenImpl.hpp
include/Kokkos_AnonymousSpace.hpp
include/Kokkos_Array.hpp
+include/Kokkos_Assert.hpp
include/Kokkos_Atomic.hpp
include/Kokkos_Atomics_Desul_Config.hpp
include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp
include/Kokkos_Atomics_Desul_Wrapper.hpp
include/Kokkos_BitManipulation.hpp
include/Kokkos_Bitset.hpp
+include/Kokkos_Clamp.hpp
include/Kokkos_Complex.hpp
include/Kokkos_Concepts.hpp
include/Kokkos_CopyViews.hpp
@@ -85,19 +95,16 @@ include/Kokkos_Future.hpp
include/Kokkos_Graph.hpp
include/Kokkos_GraphNode.hpp
include/Kokkos_Graph_fwd.hpp
-include/Kokkos_HBWSpace.hpp
include/Kokkos_Half.hpp
include/Kokkos_HostSpace.hpp
include/Kokkos_Layout.hpp
-include/Kokkos_LogicalSpaces.hpp
include/Kokkos_Macros.hpp
-include/Kokkos_MasterLock.hpp
include/Kokkos_MathematicalConstants.hpp
include/Kokkos_MathematicalFunctions.hpp
include/Kokkos_MathematicalSpecialFunctions.hpp
include/Kokkos_MemoryPool.hpp
include/Kokkos_MemoryTraits.hpp
-include/Kokkos_MinMaxClamp.hpp
+include/Kokkos_MinMax.hpp
include/Kokkos_NestedSort.hpp
include/Kokkos_NumericTraits.hpp
include/Kokkos_OffsetView.hpp
@@ -105,6 +112,7 @@ include/Kokkos_Pair.hpp
include/Kokkos_Parallel.hpp
include/Kokkos_Parallel_Reduce.hpp
include/Kokkos_PointerOwnership.hpp
+include/Kokkos_Printf.hpp
include/Kokkos_Profiling_ProfileSection.hpp
include/Kokkos_Profiling_ScopedRegion.hpp
include/Kokkos_Random.hpp
@@ -114,6 +122,7 @@ include/Kokkos_SIMD.hpp
include/Kokkos_SIMD_AVX2.hpp
include/Kokkos_SIMD_AVX512.hpp
include/Kokkos_SIMD_Common.hpp
+include/Kokkos_SIMD_Common_Math.hpp
include/Kokkos_SIMD_NEON.hpp
include/Kokkos_SIMD_Scalar.hpp
include/Kokkos_ScatterView.hpp
@@ -121,6 +130,7 @@ include/Kokkos_ScratchSpace.hpp
include/Kokkos_Sort.hpp
include/Kokkos_StaticCrsGraph.hpp
include/Kokkos_StdAlgorithms.hpp
+include/Kokkos_Swap.hpp
include/Kokkos_TaskScheduler.hpp
include/Kokkos_TaskScheduler_fwd.hpp
include/Kokkos_Timer.hpp
@@ -153,7 +163,9 @@ include/OpenACC/Kokkos_OpenACC_Traits.hpp
include/OpenMP/Kokkos_OpenMP.hpp
include/OpenMP/Kokkos_OpenMP_Instance.hpp
include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp
-include/OpenMP/Kokkos_OpenMP_Parallel.hpp
+include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp
+include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
+include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp
include/OpenMP/Kokkos_OpenMP_Task.hpp
include/OpenMP/Kokkos_OpenMP_Team.hpp
include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp
@@ -164,6 +176,7 @@ include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp
+include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp
include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp
@@ -183,13 +196,18 @@ include/SYCL/Kokkos_SYCL_Half_Conversion.hpp
include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp
include/SYCL/Kokkos_SYCL_Instance.hpp
include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp
-include/SYCL/Kokkos_SYCL_Parallel_Range.hpp
-include/SYCL/Kokkos_SYCL_Parallel_Reduce.hpp
-include/SYCL/Kokkos_SYCL_Parallel_Scan.hpp
-include/SYCL/Kokkos_SYCL_Parallel_Team.hpp
+include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp
+include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp
+include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp
+include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp
+include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp
+include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp
+include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp
include/SYCL/Kokkos_SYCL_Space.hpp
include/SYCL/Kokkos_SYCL_Team.hpp
+include/SYCL/Kokkos_SYCL_TeamPolicy.hpp
include/SYCL/Kokkos_SYCL_UniqueToken.hpp
+include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp
include/SYCL/Kokkos_SYCL_ZeroMemset.hpp
include/Serial/Kokkos_Serial.hpp
include/Serial/Kokkos_Serial_MDRangePolicy.hpp
@@ -201,19 +219,24 @@ include/Serial/Kokkos_Serial_UniqueToken.hpp
include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp
include/Serial/Kokkos_Serial_ZeroMemset.hpp
include/Threads/Kokkos_Threads.hpp
-include/Threads/Kokkos_ThreadsExec.hpp
-include/Threads/Kokkos_ThreadsTeam.hpp
+include/Threads/Kokkos_Threads_Instance.hpp
include/Threads/Kokkos_Threads_MDRangePolicy.hpp
-include/Threads/Kokkos_Threads_Parallel_MDRange.hpp
-include/Threads/Kokkos_Threads_Parallel_Range.hpp
-include/Threads/Kokkos_Threads_Parallel_Team.hpp
+include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp
+include/Threads/Kokkos_Threads_ParallelFor_Range.hpp
+include/Threads/Kokkos_Threads_ParallelFor_Team.hpp
+include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp
+include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp
+include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp
+include/Threads/Kokkos_Threads_ParallelScan_Range.hpp
+include/Threads/Kokkos_Threads_Spinwait.hpp
+include/Threads/Kokkos_Threads_State.hpp
+include/Threads/Kokkos_Threads_Team.hpp
include/Threads/Kokkos_Threads_UniqueToken.hpp
include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
include/View/Hooks/Kokkos_ViewHooks.hpp
include/View/MDSpan/Kokkos_MDSpan_Extents.hpp
include/View/MDSpan/Kokkos_MDSpan_Header.hpp
include/decl/Kokkos_Declare_CUDA.hpp
-include/decl/Kokkos_Declare_HBWSpace.hpp
include/decl/Kokkos_Declare_HIP.hpp
include/decl/Kokkos_Declare_HPX.hpp
include/decl/Kokkos_Declare_OPENACC.hpp
@@ -233,6 +256,7 @@ include/desul/atomics/Compare_Exchange_CUDA.hpp
include/desul/atomics/Compare_Exchange_GCC.hpp
include/desul/atomics/Compare_Exchange_HIP.hpp
include/desul/atomics/Compare_Exchange_MSVC.hpp
+include/desul/atomics/Compare_Exchange_OpenACC.hpp
include/desul/atomics/Compare_Exchange_OpenMP.hpp
include/desul/atomics/Compare_Exchange_SYCL.hpp
include/desul/atomics/Compare_Exchange_ScopeCaller.hpp
@@ -242,6 +266,7 @@ include/desul/atomics/Fetch_Op_CUDA.hpp
include/desul/atomics/Fetch_Op_GCC.hpp
include/desul/atomics/Fetch_Op_Generic.hpp
include/desul/atomics/Fetch_Op_HIP.hpp
+include/desul/atomics/Fetch_Op_OpenACC.hpp
include/desul/atomics/Fetch_Op_OpenMP.hpp
include/desul/atomics/Fetch_Op_SYCL.hpp
include/desul/atomics/Fetch_Op_ScopeCaller.hpp
@@ -254,6 +279,7 @@ include/desul/atomics/Lock_Based_Fetch_Op.hpp
include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp
include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp
include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp
+include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp
include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp
include/desul/atomics/Lock_Free_Fetch_Op.hpp
include/desul/atomics/Macros.hpp
@@ -263,6 +289,7 @@ include/desul/atomics/Thread_Fence_CUDA.hpp
include/desul/atomics/Thread_Fence_GCC.hpp
include/desul/atomics/Thread_Fence_HIP.hpp
include/desul/atomics/Thread_Fence_MSVC.hpp
+include/desul/atomics/Thread_Fence_OpenACC.hpp
include/desul/atomics/Thread_Fence_OpenMP.hpp
include/desul/atomics/Thread_Fence_SYCL.hpp
include/desul/atomics/Thread_Fence_ScopeCaller.hpp
@@ -270,13 +297,9 @@ include/desul/atomics/cuda/CUDA_asm.hpp
include/desul/atomics/cuda/CUDA_asm_exchange.hpp
include/desul/atomics/cuda/cuda_cc7_asm.inc
include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc
-include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_forceglobal
-include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_generic
include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal
include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate
include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc
-include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_forceglobal
-include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_generic
include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal
include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate
include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc
@@ -286,7 +309,6 @@ include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc
include/desul/atomics/openmp/OpenMP_40.hpp
include/desul/atomics/openmp/OpenMP_40_op.inc
include/fwd/Kokkos_Fwd_CUDA.hpp
-include/fwd/Kokkos_Fwd_HBWSpace.hpp
include/fwd/Kokkos_Fwd_HIP.hpp
include/fwd/Kokkos_Fwd_HPX.hpp
include/fwd/Kokkos_Fwd_OPENACC.hpp
@@ -304,6 +326,7 @@ include/impl/Kokkos_BitOps.hpp
include/impl/Kokkos_Bitset_impl.hpp
include/impl/Kokkos_CPUDiscovery.hpp
include/impl/Kokkos_ChaseLev.hpp
+include/impl/Kokkos_CheckedIntegerOps.hpp
include/impl/Kokkos_ClockTic.hpp
include/impl/Kokkos_Combined_Reducer.hpp
include/impl/Kokkos_Command_Line_Parsing.hpp
@@ -325,6 +348,7 @@ include/impl/Kokkos_GraphImpl_fwd.hpp
include/impl/Kokkos_GraphNodeCustomization.hpp
include/impl/Kokkos_GraphNodeImpl.hpp
include/impl/Kokkos_Half_FloatingPointWrapper.hpp
+include/impl/Kokkos_Half_MathematicalFunctions.hpp
include/impl/Kokkos_Half_NumericTraits.hpp
include/impl/Kokkos_HostBarrier.hpp
include/impl/Kokkos_HostSharedPtr.hpp
@@ -335,8 +359,6 @@ include/impl/Kokkos_InitializationSettings.hpp
include/impl/Kokkos_LIFO.hpp
include/impl/Kokkos_LinkedListNode.hpp
include/impl/Kokkos_MemoryPoolAllocator.hpp
-include/impl/Kokkos_MemorySpace.hpp
-include/impl/Kokkos_Memory_Fence.hpp
include/impl/Kokkos_MultipleTaskQueue.hpp
include/impl/Kokkos_NvidiaGpuArchitectures.hpp
include/impl/Kokkos_OptionalRef.hpp
@@ -350,7 +372,6 @@ include/impl/Kokkos_SharedAlloc.hpp
include/impl/Kokkos_SharedAlloc_timpl.hpp
include/impl/Kokkos_SimpleTaskScheduler.hpp
include/impl/Kokkos_SingleTaskQueue.hpp
-include/impl/Kokkos_Spinwait.hpp
include/impl/Kokkos_Stacktrace.hpp
include/impl/Kokkos_StaticCrsGraph_factory.hpp
include/impl/Kokkos_StringManipulation.hpp
@@ -374,6 +395,7 @@ include/impl/Kokkos_Utilities.hpp
include/impl/Kokkos_VLAEmulation.hpp
include/impl/Kokkos_ViewArray.hpp
include/impl/Kokkos_ViewCtor.hpp
+include/impl/Kokkos_ViewDataAnalysis.hpp
include/impl/Kokkos_ViewLayoutTiled.hpp
include/impl/Kokkos_ViewMapping.hpp
include/impl/Kokkos_ViewTracker.hpp
@@ -383,6 +405,15 @@ include/impl/Kokkos_ZeroMemset_fwd.hpp
include/setup/Kokkos_Setup_Cuda.hpp
include/setup/Kokkos_Setup_HIP.hpp
include/setup/Kokkos_Setup_SYCL.hpp
+include/sorting/Kokkos_BinOpsPublicAPI.hpp
+include/sorting/Kokkos_BinSortPublicAPI.hpp
+include/sorting/Kokkos_NestedSortPublicAPI.hpp
+include/sorting/Kokkos_SortByKeyPublicAPI.hpp
+include/sorting/Kokkos_SortPublicAPI.hpp
+include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp
+include/sorting/impl/Kokkos_NestedSortImpl.hpp
+include/sorting/impl/Kokkos_SortByKeyImpl.hpp
+include/sorting/impl/Kokkos_SortImpl.hpp
include/std_algorithms/Kokkos_AdjacentDifference.hpp
include/std_algorithms/Kokkos_AdjacentFind.hpp
include/std_algorithms/Kokkos_AllOf.hpp
@@ -440,7 +471,6 @@ include/std_algorithms/Kokkos_Search.hpp
include/std_algorithms/Kokkos_SearchN.hpp
include/std_algorithms/Kokkos_ShiftLeft.hpp
include/std_algorithms/Kokkos_ShiftRight.hpp
-include/std_algorithms/Kokkos_Swap.hpp
include/std_algorithms/Kokkos_SwapRanges.hpp
include/std_algorithms/Kokkos_Transform.hpp
include/std_algorithms/Kokkos_TransformExclusiveScan.hpp
@@ -463,6 +493,7 @@ include/std_algorithms/impl/Kokkos_FindEnd.hpp
include/std_algorithms/impl/Kokkos_FindFirstOf.hpp
include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp
include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
+include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp
include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp
include/std_algorithms/impl/Kokkos_HelperPredicates.hpp
include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp
@@ -475,6 +506,7 @@ include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp
include/std_algorithms/impl/Kokkos_Mismatch.hpp
include/std_algorithms/impl/Kokkos_Move.hpp
include/std_algorithms/impl/Kokkos_MoveBackward.hpp
+include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp
include/std_algorithms/impl/Kokkos_PartitionCopy.hpp
include/std_algorithms/impl/Kokkos_PartitionPoint.hpp
include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp
@@ -519,11 +551,11 @@ lib/cmake/Kokkos/KokkosConfigVersion.cmake
lib/cmake/Kokkos/KokkosTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Kokkos/KokkosTargets.cmake
lib/libkokkoscontainers.so
-lib/libkokkoscontainers.so.4.1
-lib/libkokkoscontainers.so.4.1.00
+lib/libkokkoscontainers.so.4.3
+lib/libkokkoscontainers.so.4.3.0
lib/libkokkoscore.so
-lib/libkokkoscore.so.4.1
-lib/libkokkoscore.so.4.1.00
+lib/libkokkoscore.so.4.3
+lib/libkokkoscore.so.4.3.0
lib/libkokkossimd.so
-lib/libkokkossimd.so.4.1
-lib/libkokkossimd.so.4.1.00
+lib/libkokkossimd.so.4.3
+lib/libkokkossimd.so.4.3.0
diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile
index 80d13dfda11f..619068b21422 100644
--- a/lang/lfortran/Makefile
+++ b/lang/lfortran/Makefile
@@ -1,6 +1,7 @@
PORTNAME= lfortran
DISTVERSIONPREFIX= v
DISTVERSION= 0.34.0
+PORTREVISION= 1
CATEGORIES= lang
MAINTAINER= fortran@FreeBSD.org
diff --git a/math/arborx/Makefile b/math/arborx/Makefile
index bf26887e3cfe..e1432f563d88 100644
--- a/math/arborx/Makefile
+++ b/math/arborx/Makefile
@@ -1,6 +1,7 @@
PORTNAME= arborx
DISTVERSIONPREFIX= v
DISTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/clad/Makefile b/math/clad/Makefile
index c41bfd0634f8..1124df4daad1 100644
--- a/math/clad/Makefile
+++ b/math/clad/Makefile
@@ -1,6 +1,7 @@
PORTNAME= clad
DISTVERSIONPREFIX= v
DISTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/lammps/Makefile b/science/lammps/Makefile
index 9b982856933e..f5ba7266778e 100644
--- a/science/lammps/Makefile
+++ b/science/lammps/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lammps
PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/S/_update/./:C/\.([1-9])$/.0\1/}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/nlcglib/Makefile b/science/nlcglib/Makefile
index 634da8121a4a..308580caf02a 100644
--- a/science/nlcglib/Makefile
+++ b/science/nlcglib/Makefile
@@ -1,7 +1,7 @@
PORTNAME= nlcglib
DISTVERSIONPREFIX= v
DISTVERSION= 1.0b-20230622
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= -gac293eb
CATEGORIES= science