svn commit: r393183 - branches/2015Q3/net/openvswitch

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 29 16:48:11 UTC 2015


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
+ at dir /var/db/openvswitch
 @dir /var/lib/openvswitch/pki
 @dir /var/lib/openvswitch
 @dir /var/lib


More information about the svn-ports-all mailing list