Date: Wed, 29 Jul 2015 16:48:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393183 - branches/2015Q3/net/openvswitch Message-ID: <201507291648.t6TGmAtK031862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507291648.t6TGmAtK031862>