diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-02-16 18:31:18 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-02-16 18:31:18 +0000 |
commit | d13ad342a286986825f6d59bb138ef6768fe7630 (patch) | |
tree | 6c446df86e923b3cf503d46b04e94d8258653ea3 | |
parent | Mark BROKEN on FreeBSD 13 and 14 (diff) |
net/openvswitch: Update to 2.15.0
Changes: https://www.openvswitch.org/releases/NEWS-2.15.0.txt
Notes
Notes:
svn path=/head/; revision=565438
-rw-r--r-- | net/openvswitch/Makefile | 2 | ||||
-rw-r--r-- | net/openvswitch/distinfo | 6 | ||||
-rw-r--r-- | net/openvswitch/pkg-plist | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index eb702b7e5bad..e10470835773 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvswitch -DISTVERSION= 2.14.2 +DISTVERSION= 2.15.0 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ diff --git a/net/openvswitch/distinfo b/net/openvswitch/distinfo index 4837884003a0..876de85cf27f 100644 --- a/net/openvswitch/distinfo +++ b/net/openvswitch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613103538 -SHA256 (openvswitch-2.14.2.tar.gz) = 65f420f954e250d895fb2db22a132e1cb560bc5e2b9051e834511348108e597a -SIZE (openvswitch-2.14.2.tar.gz) = 7394648 +TIMESTAMP = 1613500095 +SHA256 (openvswitch-2.15.0.tar.gz) = 7d5797f2bf2449c6a266149e88f72123540f7fe7f31ad52902057ae8d8f88c38 +SIZE (openvswitch-2.15.0.tar.gz) = 7434380 diff --git a/net/openvswitch/pkg-plist b/net/openvswitch/pkg-plist index 45cbcc2f343a..608e3b8b29c9 100644 --- a/net/openvswitch/pkg-plist +++ b/net/openvswitch/pkg-plist @@ -79,19 +79,19 @@ include/openvswitch/vconn.h include/openvswitch/version.h include/openvswitch/vlog.h lib/libofproto-%%SHLIB_VER%%.so.0 -lib/libofproto-%%SHLIB_VER%%.so.0.0.2 +lib/libofproto-%%SHLIB_VER%%.so.0.0.0 lib/libofproto.so lib/libopenvswitch-%%SHLIB_VER%%.so.0 -lib/libopenvswitch-%%SHLIB_VER%%.so.0.0.2 +lib/libopenvswitch-%%SHLIB_VER%%.so.0.0.0 lib/libopenvswitch.so lib/libovsdb-%%SHLIB_VER%%.so.0 -lib/libovsdb-%%SHLIB_VER%%.so.0.0.2 +lib/libovsdb-%%SHLIB_VER%%.so.0.0.0 lib/libovsdb.so lib/libsflow-%%SHLIB_VER%%.so.0 -lib/libsflow-%%SHLIB_VER%%.so.0.0.2 +lib/libsflow-%%SHLIB_VER%%.so.0.0.0 lib/libsflow.so lib/libvtep-%%SHLIB_VER%%.so.0 -lib/libvtep-%%SHLIB_VER%%.so.0.0.2 +lib/libvtep-%%SHLIB_VER%%.so.0.0.0 lib/libvtep.so libdata/pkgconfig/libofproto.pc libdata/pkgconfig/libopenvswitch.pc |