diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-09 19:29:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-09 19:29:19 +0000 |
commit | 2ed08d752144c6033a9e2962fee1b322c2471bfd (patch) | |
tree | a5a2ff57d4a09bb0b5d89e4cf9d581bf256867c1 /science/code_saturne | |
parent | fc934dd2c90603279e28a54c0aae0b78d4f2d246 (diff) | |
download | freebsd-ports-2ed08d752144c6033a9e2962fee1b322c2471bfd.zip |
Modify cad/scotch to support int64.
Bump PORTREVISION of consumers because this changes the ABI.
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 1ec74fdd4624..9a2386ba7c5a 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -4,7 +4,7 @@ PORTNAME= code_saturne PORTVERSION= 6.1.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science parallel MAINTAINER= thierry@FreeBSD.org |