diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-06-18 10:59:18 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-06-18 11:01:02 +0200 |
commit | 6d2cccaaf89f2eae5b593369e8862097cd2a028a (patch) | |
tree | 3f33841e9ab885b125d50eaca526145a715d62a9 | |
parent | b9997085990277f7409d4d3c792817a099ab47a0 (diff) | |
download | freebsd-ports-6d2cccaaf89f2eae5b593369e8862097cd2a028a.zip |
*/*: bump PORTREVISION to chase the upgrade of CGNS
-rw-r--r-- | cad/gmsh/Makefile | 1 | ||||
-rw-r--r-- | french/aster/Makefile | 2 | ||||
-rw-r--r-- | science/code_saturne/Makefile | 2 | ||||
-rw-r--r-- | science/paraview/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index d7757e7f1275..4ad697fe674c 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -1,5 +1,6 @@ PORTNAME= gmsh DISTVERSION= 4.11.1 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/french/aster/Makefile b/french/aster/Makefile index b4ae79c84c4e..0b03f07bc364 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -1,6 +1,6 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index bde72992504a..b28e0feff984 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -1,7 +1,7 @@ PORTNAME= code_saturne PORTVERSION= 7.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org diff --git a/science/paraview/Makefile b/science/paraview/Makefile index d50a9f75e166..746f1f1beba5 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -1,6 +1,6 @@ PORTNAME= paraview DISTVERSION= ${PARAVIEW_VER}.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${PARAVIEW_VER}/ DISTNAME= ParaView-v${PORTVERSION} |