aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2024-02-18 09:29:31 +0000
committerThierry Thomas <thierry@FreeBSD.org>2024-02-18 09:29:31 +0000
commit9eba6162f8f63de2b89ae35eef90e7c296f2373a (patch)
tree68252121023ec69be910a2852ae48c3a4953f729
parenta62b21d98ac3a81da7047e4f6c3cc97b28c4a955 (diff)
downloadports-9eba6162f8f63de2b89ae35eef90e7c296f2373a.tar.gz
ports-9eba6162f8f63de2b89ae35eef90e7c296f2373a.zip
*/*: bump PORTREVISION after OpenMPI upgrade
-rw-r--r--biology/hhsuite/Makefile2
-rw-r--r--cad/freecad/Makefile2
-rw-r--r--math/cosma/Makefile2
-rw-r--r--math/dbcsr/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-spgrid/Makefile2
-rw-r--r--math/dune-typetree/Makefile2
-rw-r--r--math/dune-uggrid/Makefile2
-rw-r--r--math/dune-vtk/Makefile2
-rw-r--r--math/elemental/Makefile2
-rw-r--r--math/moab/Makefile2
-rw-r--r--math/parmgridgen/Makefile2
-rw-r--r--math/vtk8/Makefile2
-rw-r--r--math/vtk9/Makefile2
-rw-r--r--misc/adios2/Makefile1
-rw-r--r--misc/py-pytorch/Makefile1
-rw-r--r--misc/pytorch/Makefile1
-rw-r--r--misc/thrill/Makefile2
-rw-r--r--net/aluminum/Makefile1
-rw-r--r--net/py-mpi4py/Makefile1
-rw-r--r--science/ALPSCore/Makefile1
-rw-r--r--science/abinit/Makefile2
-rw-r--r--science/lammps/Makefile1
-rw-r--r--science/latte/Makefile2
-rw-r--r--science/ocean/Makefile2
-rw-r--r--science/pnetcdf/Makefile2
-rw-r--r--science/sparta/Makefile2
34 files changed, 34 insertions, 27 deletions
diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile
index 205283770d26..36bda4005cdb 100644
--- a/biology/hhsuite/Makefile
+++ b/biology/hhsuite/Makefile
@@ -1,7 +1,7 @@
PORTNAME= hhsuite
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= biology science
MAINTAINER= yuri@FreeBSD.org
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index bf196d736138..a0cfe9d9f10c 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,6 +1,6 @@
PORTNAME= FreeCAD
DISTVERSION= 0.21.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= cmt@FreeBSD.org
diff --git a/math/cosma/Makefile b/math/cosma/Makefile
index d52a8a9f877c..36cfcd392441 100644
--- a/math/cosma/Makefile
+++ b/math/cosma/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cosma
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile
index 3a233fda3f40..7bae1623868f 100644
--- a/math/dbcsr/Makefile
+++ b/math/dbcsr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dbcsr
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-alugrid/Makefile b/math/dune-alugrid/Makefile
index b40f2accee16..e39cc044399c 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= 8
+PORTREVISION= 9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile
index 2cf61422e2ee..b0d593b6087d 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= 11
+PORTREVISION= 12
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile
index 5a73263c31d1..87cc96538a68 100644
--- a/math/dune-fem/Makefile
+++ b/math/dune-fem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-fem
DISTVERSION= 2.8.0.5
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-geometry/Makefile b/math/dune-geometry/Makefile
index 5cfeae3b1718..c255eee34df3 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= 10
+PORTREVISION= 11
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid-glue/Makefile b/math/dune-grid-glue/Makefile
index a3f06da4417a..9d14e33311c2 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= 8
+PORTREVISION= 9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-grid/Makefile b/math/dune-grid/Makefile
index bfb6dd47b0f4..aa310f3b09bf 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= 10
+PORTREVISION= 11
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile
index 570049e50452..d4352ed0d9c8 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= 20
+PORTREVISION= 21
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-polygongrid/Makefile b/math/dune-polygongrid/Makefile
index 870c40fcc000..acf665a8a2d3 100644
--- a/math/dune-polygongrid/Makefile
+++ b/math/dune-polygongrid/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-polygongrid
DISTVERSION= 2.8.0
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-spgrid/Makefile b/math/dune-spgrid/Makefile
index f51f39ffaa4d..3bb65ffbb4f0 100644
--- a/math/dune-spgrid/Makefile
+++ b/math/dune-spgrid/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dune-spgrid
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-typetree/Makefile b/math/dune-typetree/Makefile
index b7d9854803ec..0b9a52552b7a 100644
--- a/math/dune-typetree/Makefile
+++ b/math/dune-typetree/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dune-typetree
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-uggrid/Makefile b/math/dune-uggrid/Makefile
index 01189785bde0..3cd633cba244 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= 10
+PORTREVISION= 11
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile
index d1c15e796e87..22b274590361 100644
--- a/math/dune-vtk/Makefile
+++ b/math/dune-vtk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dune-vtk
DISTVERSION= 2.8.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/elemental/Makefile b/math/elemental/Makefile
index 837d04bed8b3..106b82fe9a3d 100644
--- a/math/elemental/Makefile
+++ b/math/elemental/Makefile
@@ -1,7 +1,7 @@
PORTNAME= elemental
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/moab/Makefile b/math/moab/Makefile
index b742296d9b06..fd30b69bff6a 100644
--- a/math/moab/Makefile
+++ b/math/moab/Makefile
@@ -1,6 +1,6 @@
PORTNAME= moab
DISTVERSION= 5.3.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
diff --git a/math/parmgridgen/Makefile b/math/parmgridgen/Makefile
index bab6a59f12df..5b9aef338ada 100644
--- a/math/parmgridgen/Makefile
+++ b/math/parmgridgen/Makefile
@@ -1,6 +1,6 @@
PORTNAME= parmgridgen
PORTVERSION= 1.0
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= math science
MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \
http://www-users.cs.umn.edu/~moulitsa/download/ \
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
index 3ff6e25e6f50..5d92647e855e 100644
--- a/math/vtk8/Makefile
+++ b/math/vtk8/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vtk
DISTVERSION= 8.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 8
diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile
index 941f892f0bd5..69729940f2ee 100644
--- a/math/vtk9/Makefile
+++ b/math/vtk9/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vtk
DISTVERSION= 9.2.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= https://vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 9
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 3cada04bee85..dea34fcd3697 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index dec2a090df34..0ded3162b69d 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index c84c0418e7a7..f22c67830963 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pytorch
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/
DIST_SUBDIR= ${PORTNAME}
diff --git a/misc/thrill/Makefile b/misc/thrill/Makefile
index eb5df628dc6f..ca287b6aa632 100644
--- a/misc/thrill/Makefile
+++ b/misc/thrill/Makefile
@@ -1,6 +1,6 @@
PORTNAME= thrill
DISTVERSION= g20200406
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/aluminum/Makefile b/net/aluminum/Makefile
index c29450e041b6..9c0c051d224c 100644
--- a/net/aluminum/Makefile
+++ b/net/aluminum/Makefile
@@ -1,6 +1,7 @@
PORTNAME= Aluminum
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile
index d75debdfbd7c..e6492bfdedb5 100644
--- a/net/py-mpi4py/Makefile
+++ b/net/py-mpi4py/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mpi4py
DISTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= net parallel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile
index 44591c2ec50f..0462cae8a223 100644
--- a/science/ALPSCore/Makefile
+++ b/science/ALPSCore/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ALPSCore
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= science
MAINTAINER= ports@FreeBSD.org
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index 468fcbbefec1..788e36f4d73b 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= abinit
DISTVERSION= 9.10.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/lammps/Makefile b/science/lammps/Makefile
index 3a1ffeb10875..9b982856933e 100644
--- a/science/lammps/Makefile
+++ b/science/lammps/Makefile
@@ -1,5 +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
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/latte/Makefile b/science/latte/Makefile
index 9f0f2473b41e..99fc5ad5c795 100644
--- a/science/latte/Makefile
+++ b/science/latte/Makefile
@@ -1,7 +1,7 @@
PORTNAME= latte
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
diff --git a/science/ocean/Makefile b/science/ocean/Makefile
index 5decab202f49..70345b0311ab 100644
--- a/science/ocean/Makefile
+++ b/science/ocean/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ocean
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
PKGNAMESUFFIX= -spectroscopy-code
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 689427acbc1e..bc19e7e921e1 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pnetcdf
PORTVERSION= 1.12.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MASTER_SITES= https://parallel-netcdf.github.io/Release/ \
LOCAL/sunpoet
diff --git a/science/sparta/Makefile b/science/sparta/Makefile
index 2b4f5ad5c1a0..b03b16fa993e 100644
--- a/science/sparta/Makefile
+++ b/science/sparta/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sparta
PORTVERSION= ${GH_TAGNAME:C/([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\3.\2.\1/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/}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
PKGNAMESUFFIX= -dsmc # Direct Simulation Monte Carlo