git: a6a476beb226 - main - net/openmpi4: fix PKGNAMESUFFIX, bump PORTREVISION instead
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Jul 2024 19:47:39 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a6a476beb226c93150f14d5c1378178aa6618111 commit a6a476beb226c93150f14d5c1378178aa6618111 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-02 19:45:59 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-02 19:47:27 +0000 net/openmpi4: fix PKGNAMESUFFIX, bump PORTREVISION instead Reported by: antoine Fixes: ab5417be12a3 - main - net/openmpi4: remove optional support for expired graphics/torque --- net/openmpi4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/openmpi4/Makefile b/net/openmpi4/Makefile index 6c3318406301..0d3b02a571e7 100644 --- a/net/openmpi4/Makefile +++ b/net/openmpi4/Makefile @@ -1,8 +1,9 @@ PORTNAME= openmpi PORTVERSION= 4.1.6 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${PORTVERSION:R}/ -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 4 MAINTAINER= ports@FreeBSD.org COMMENT= High Performance Message Passing Library