svn commit: r472988 - head/net/openvswitch

Steve Wills swills at FreeBSD.org
Thu Jun 21 17:38:31 UTC 2018


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 at 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


More information about the svn-ports-all mailing list