diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-02 13:30:40 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-02 13:30:40 +0000 |
commit | f18538b989095df1895337d776faf103f4057d83 (patch) | |
tree | e12f88296b60e412fef69c80307407d6d19ae370 /net/openmpi2 | |
parent | sysutils/potnet: Update to 0.3.0 (diff) |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
Diffstat (limited to 'net/openmpi2')
-rw-r--r-- | net/openmpi2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index eaf071a94b26..c7a3782ef668 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 |