Date: Tue, 23 Jul 2024 13:35:01 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aa0e4a1b6b52 - main - net/openmpi: update 5.0.4 =?utf-8?Q?=E2=86=92?= 5.0.5 Message-ID: <202407231335.46NDZ16t037495@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa0e4a1b6b520e98227520192db36933fad3fdd6 commit aa0e4a1b6b520e98227520192db36933fad3fdd6 Author: Laurent Chardon <laurent.chardon@gmail.com> AuthorDate: 2024-07-23 13:34:05 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-23 13:34:05 +0000 net/openmpi: update 5.0.4 → 5.0.5 Upstream fix of a typo that prevents compilation on aarch64 Changelog: https://docs.open-mpi.org/en/v5.0.x/release-notes/changelog/v5.0.x.html#open-mpi-version-v5-0-5 PR: 280416 --- net/openmpi/Makefile | 2 +- net/openmpi/distinfo | 6 +++--- net/openmpi/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index b9aa9d2569c0..eef31aca20a2 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -1,5 +1,5 @@ PORTNAME= openmpi -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= net parallel MASTER_SITES= https://download.open-mpi.org/release/open-mpi/v${PORTVERSION:R}/ diff --git a/net/openmpi/distinfo b/net/openmpi/distinfo index 226122f31186..c8e802f6d757 100644 --- a/net/openmpi/distinfo +++ b/net/openmpi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721394717 -SHA256 (openmpi-5.0.4.tar.bz2) = 64526852cdd88b2d30e022087c16ab3e03806c451b10cd691d5c1ac887d8ef9d -SIZE (openmpi-5.0.4.tar.bz2) = 29992422 +TIMESTAMP = 1721737674 +SHA256 (openmpi-5.0.5.tar.bz2) = 6588d57c0a4bd299a24103f4e196051b29e8b55fbda49e11d5b3d32030a32776 +SIZE (openmpi-5.0.5.tar.bz2) = 30000495 diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index bf577f40a47f..0567d87f00b0 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -274,7 +274,7 @@ libdata/pkgconfig/pmix.pc %%MPIDIR%%/lib/libmpi.la %%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.40 -%%MPIDIR%%/lib/libmpi.so.40.40.4 +%%MPIDIR%%/lib/libmpi.so.40.40.5 %%MPIDIR%%/lib/libmpi_mpifh.la %%MPIDIR%%/lib/libmpi_mpifh.so %%MPIDIR%%/lib/libmpi_mpifh.so.40
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407231335.46NDZ16t037495>