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 /science | |
parent | b9997085990277f7409d4d3c792817a099ab47a0 (diff) | |
download | freebsd-ports-6d2cccaaf89f2eae5b593369e8862097cd2a028a.zip |
*/*: bump PORTREVISION to chase the upgrade of CGNS
Diffstat (limited to 'science')
-rw-r--r-- | science/code_saturne/Makefile | 2 | ||||
-rw-r--r-- | science/paraview/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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} |