Date: Thu, 21 Jun 2018 17:38:29 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472988 - head/net/openvswitch Message-ID: <201806211738.w5LHcT1d043390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Jun 21 17:38:29 2018 New Revision: 472988 URL: https://svnweb.freebsd.org/changeset/ports/472988 Log: net/openvswitch: update to 2.9.2 PR: 229197 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Modified: head/net/openvswitch/Makefile (contents, props changed) head/net/openvswitch/distinfo (contents, props changed) head/net/openvswitch/pkg-plist (contents, props changed) Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Thu Jun 21 17:26:10 2018 (r472987) +++ head/net/openvswitch/Makefile Thu Jun 21 17:38:29 2018 (r472988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openvswitch -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.2 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ Modified: head/net/openvswitch/distinfo ============================================================================== --- head/net/openvswitch/distinfo Thu Jun 21 17:26:10 2018 (r472987) +++ head/net/openvswitch/distinfo Thu Jun 21 17:38:29 2018 (r472988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522945468 -SHA256 (openvswitch-2.9.0.tar.gz) = 3699ce579acd346e9aa2fba89514cdcc79b231f6227659eea6714917b398419d -SIZE (openvswitch-2.9.0.tar.gz) = 6933057 +TIMESTAMP = 1529508992 +SHA256 (openvswitch-2.9.2.tar.gz) = 90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113 +SIZE (openvswitch-2.9.2.tar.gz) = 7105444 Modified: head/net/openvswitch/pkg-plist ============================================================================== --- head/net/openvswitch/pkg-plist Thu Jun 21 17:26:10 2018 (r472987) +++ head/net/openvswitch/pkg-plist Thu Jun 21 17:38:29 2018 (r472988) @@ -77,27 +77,27 @@ include/ovn/actions.h include/ovn/expr.h include/ovn/lex.h lib/libofproto-2.9.so.0 -lib/libofproto-2.9.so.0.0.0 +lib/libofproto-2.9.so.0.0.2 lib/libofproto.a lib/libofproto.so lib/libopenvswitch-2.9.so.0 -lib/libopenvswitch-2.9.so.0.0.0 +lib/libopenvswitch-2.9.so.0.0.2 lib/libopenvswitch.a lib/libopenvswitch.so lib/libovn-2.9.so.0 -lib/libovn-2.9.so.0.0.0 +lib/libovn-2.9.so.0.0.2 lib/libovn.a lib/libovn.so lib/libovsdb-2.9.so.0 -lib/libovsdb-2.9.so.0.0.0 +lib/libovsdb-2.9.so.0.0.2 lib/libovsdb.a lib/libovsdb.so lib/libsflow-2.9.so.0 -lib/libsflow-2.9.so.0.0.0 +lib/libsflow-2.9.so.0.0.2 lib/libsflow.a lib/libsflow.so lib/libvtep-2.9.so.0 -lib/libvtep-2.9.so.0.0.0 +lib/libvtep-2.9.so.0.0.2 lib/libvtep.a lib/libvtep.so libdata/pkgconfig/libofproto.pc @@ -113,6 +113,7 @@ man/man1/ovsdb-tool.1.gz man/man5/ovn-nb.5.gz man/man5/ovn-sb.5.gz man/man5/ovs-vswitchd.conf.db.5.gz +man/man5/ovsdb-server.5.gz man/man5/vtep.5.gz man/man7/ovn-architecture.7.gz man/man7/ovs-fields.7.gz @@ -150,8 +151,14 @@ sbin/ovsdb-server %%DATADIR%%/ovn-nb.ovsschema %%DATADIR%%/ovn-sb.ovsschema %%DATADIR%%/python/ovs/__init__.py +%%DATADIR%%/python/ovs/compat/__init__.py +%%DATADIR%%/python/ovs/compat/sortedcontainers/__init__.py +%%DATADIR%%/python/ovs/compat/sortedcontainers/sorteddict.py +%%DATADIR%%/python/ovs/compat/sortedcontainers/sortedlist.py +%%DATADIR%%/python/ovs/compat/sortedcontainers/sortedset.py %%DATADIR%%/python/ovs/daemon.py %%DATADIR%%/python/ovs/db/__init__.py +%%DATADIR%%/python/ovs/db/custom_index.py %%DATADIR%%/python/ovs/db/data.py %%DATADIR%%/python/ovs/db/error.py %%DATADIR%%/python/ovs/db/idl.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806211738.w5LHcT1d043390>