From owner-svn-ports-all@freebsd.org Mon Mar 18 12:32:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7F6B153DE99; Mon, 18 Mar 2019 12:32:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46EB1875D7; Mon, 18 Mar 2019 12:32:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 226CA216A9; Mon, 18 Mar 2019 12:32:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2ICWoxI003026; Mon, 18 Mar 2019 12:32:50 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2ICWnpg003023; Mon, 18 Mar 2019 12:32:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201903181232.x2ICWnpg003023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 18 Mar 2019 12:32:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496140 - head/net/openvswitch X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/openvswitch X-SVN-Commit-Revision: 496140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 46EB1875D7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 12:32:50 -0000 Author: swills Date: Mon Mar 18 12:32:49 2019 New Revision: 496140 URL: https://svnweb.freebsd.org/changeset/ports/496140 Log: net/openvswitch: update to 2.11.0 PR: 236550 Submitted by: Nikola Kolev (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 Mon Mar 18 11:59:47 2019 (r496139) +++ head/net/openvswitch/Makefile Mon Mar 18 12:32:49 2019 (r496140) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openvswitch -DISTVERSION= 2.10.1 -PORTREVISION= 1 +DISTVERSION= 2.11.0 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -31,6 +30,9 @@ CONFIGURE_ARGS= --enable-shared --disable-static --loc USE_RC_SUBR= ovs-vswitchd ovsdb-server LDFLAGS+= -lpthread INSTALL_TARGET=install-strip + +SHLIB_VER= ${DISTVERSION:C/\.[0-9]*$//} +PLIST_SUB= SHLIB_VER=${SHLIB_VER} post-install: @${MKDIR} ${STAGEDIR}/var/run/openvswitch Modified: head/net/openvswitch/distinfo ============================================================================== --- head/net/openvswitch/distinfo Mon Mar 18 11:59:47 2019 (r496139) +++ head/net/openvswitch/distinfo Mon Mar 18 12:32:49 2019 (r496140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540384255 -SHA256 (openvswitch-2.10.1.tar.gz) = 4f93c764295952848a924271250d7c6a6a53747d0019ef6ff880aa8ea6897c80 -SIZE (openvswitch-2.10.1.tar.gz) = 7522058 +TIMESTAMP = 1552645245 +SHA256 (openvswitch-2.11.0.tar.gz) = f4b01d7376d7298bc6e7fa7a6067229ca7c7e299394e5ea9aff651d52edfdbee +SIZE (openvswitch-2.11.0.tar.gz) = 7680146 Modified: head/net/openvswitch/pkg-plist ============================================================================== --- head/net/openvswitch/pkg-plist Mon Mar 18 11:59:47 2019 (r496139) +++ head/net/openvswitch/pkg-plist Mon Mar 18 12:32:49 2019 (r496140) @@ -91,23 +91,23 @@ include/openvswitch/vlog.h include/ovn/actions.h include/ovn/expr.h include/ovn/lex.h -lib/libofproto-2.10.so.0 -lib/libofproto-2.10.so.0.0.1 +lib/libofproto-%%SHLIB_VER%%.so.0 +lib/libofproto-%%SHLIB_VER%%.so.0.0.0 lib/libofproto.so -lib/libopenvswitch-2.10.so.0 -lib/libopenvswitch-2.10.so.0.0.1 +lib/libopenvswitch-%%SHLIB_VER%%.so.0 +lib/libopenvswitch-%%SHLIB_VER%%.so.0.0.0 lib/libopenvswitch.so -lib/libovn-2.10.so.0 -lib/libovn-2.10.so.0.0.1 +lib/libovn-%%SHLIB_VER%%.so.0 +lib/libovn-%%SHLIB_VER%%.so.0.0.0 lib/libovn.so -lib/libovsdb-2.10.so.0 -lib/libovsdb-2.10.so.0.0.1 +lib/libovsdb-%%SHLIB_VER%%.so.0 +lib/libovsdb-%%SHLIB_VER%%.so.0.0.0 lib/libovsdb.so -lib/libsflow-2.10.so.0 -lib/libsflow-2.10.so.0.0.1 +lib/libsflow-%%SHLIB_VER%%.so.0 +lib/libsflow-%%SHLIB_VER%%.so.0.0.0 lib/libsflow.so -lib/libvtep-2.10.so.0 -lib/libvtep-2.10.so.0.0.1 +lib/libvtep-%%SHLIB_VER%%.so.0 +lib/libvtep-%%SHLIB_VER%%.so.0.0.0 lib/libvtep.so libdata/pkgconfig/libofproto.pc libdata/pkgconfig/libopenvswitch.pc @@ -124,6 +124,7 @@ 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/ovs-actions.7.gz man/man7/ovn-architecture.7.gz man/man7/ovs-fields.7.gz man/man8/ovs-appctl.8.gz @@ -220,6 +221,7 @@ sbin/ovsdb-server %%DATADIR%%/scripts/ovs-ctl %%DATADIR%%/scripts/ovs-kmod-ctl %%DATADIR%%/scripts/ovs-lib +%%DATADIR%%/scripts/ovs-monitor-ipsec %%DATADIR%%/scripts/ovs-save %%DATADIR%%/scripts/ovs-vtep %%DATADIR%%/vswitch.ovsschema