From owner-svn-ports-branches@freebsd.org Wed Jul 29 16:48:10 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E319F9AC853; Wed, 29 Jul 2015 16:48:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CECA735C; Wed, 29 Jul 2015 16:48:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6TGmAVt031864; Wed, 29 Jul 2015 16:48:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6TGmAtK031862; Wed, 29 Jul 2015 16:48:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507291648.t6TGmAtK031862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Jul 2015 16:48:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393183 - branches/2015Q3/net/openvswitch X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 16:48:11 -0000 Author: amdmi3 Date: Wed Jul 29 16:48:09 2015 New Revision: 393183 URL: https://svnweb.freebsd.org/changeset/ports/393183 Log: MFH: r393180 - Fix shebangs - Add missing directory to plist Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/net/openvswitch/Makefile branches/2015Q3/net/openvswitch/pkg-plist Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/net/openvswitch/Makefile ============================================================================== --- branches/2015Q3/net/openvswitch/Makefile Wed Jul 29 16:43:33 2015 (r393182) +++ branches/2015Q3/net/openvswitch/Makefile Wed Jul 29 16:48:09 2015 (r393183) @@ -3,6 +3,7 @@ PORTNAME= openvswitch PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -11,7 +12,8 @@ COMMENT= Production quality, multilayer LICENSE= APACHE20 -USES= cpe gmake libtool perl5 pkgconfig python +USES= cpe gmake libtool perl5 pkgconfig python shebangfix +SHEBANG_FILES= vtep/ovs-vtep USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: branches/2015Q3/net/openvswitch/pkg-plist ============================================================================== --- branches/2015Q3/net/openvswitch/pkg-plist Wed Jul 29 16:43:33 2015 (r393182) +++ branches/2015Q3/net/openvswitch/pkg-plist Wed Jul 29 16:48:09 2015 (r393183) @@ -112,6 +112,7 @@ sbin/ovsdb-server %%DATADIR%%/scripts/ovs-vtep %%DATADIR%%/vswitch.ovsschema %%DATADIR%%/vtep.ovsschema +@dir /var/db/openvswitch @dir /var/lib/openvswitch/pki @dir /var/lib/openvswitch @dir /var/lib