From owner-svn-ports-head@freebsd.org Tue Nov 15 14:20:25 2016 Return-Path: Delivered-To: svn-ports-head@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 CC277C4259E; Tue, 15 Nov 2016 14:20:25 +0000 (UTC) (envelope-from lme@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 mx1.freebsd.org (Postfix) with ESMTPS id 9222010CC; Tue, 15 Nov 2016 14:20:25 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAFEKOPp093629; Tue, 15 Nov 2016 14:20:24 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAFEKOCS093628; Tue, 15 Nov 2016 14:20:24 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201611151420.uAFEKOCS093628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 15 Nov 2016 14:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426169 - head/sysutils/iohyve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 14:20:25 -0000 Author: lme Date: Tue Nov 15 14:20:24 2016 New Revision: 426169 URL: https://svnweb.freebsd.org/changeset/ports/426169 Log: - Add missing plist (again. I don't know where the one mat added went) - Bump PORTREVISION Reported by: Larry Baird Added: head/sysutils/iohyve/pkg-plist (contents, props changed) Modified: head/sysutils/iohyve/Makefile Modified: head/sysutils/iohyve/Makefile ============================================================================== --- head/sysutils/iohyve/Makefile Tue Nov 15 14:00:23 2016 (r426168) +++ head/sysutils/iohyve/Makefile Tue Nov 15 14:20:24 2016 (r426169) @@ -2,6 +2,7 @@ PORTNAME= iohyve PORTVERSION= 0.7.7 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lme@FreeBSD.org Added: head/sysutils/iohyve/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/iohyve/pkg-plist Tue Nov 15 14:20:24 2016 (r426169) @@ -0,0 +1,12 @@ +etc/rc.d/iohyve +lib/iohyve/ioh-cmd +lib/iohyve/ioh-console +lib/iohyve/ioh-disk +lib/iohyve/ioh-firmware +lib/iohyve/ioh-guest +lib/iohyve/ioh-iso +lib/iohyve/ioh-setup +lib/iohyve/ioh-tap +lib/iohyve/ioh-zfs +man/man8/iohyve.8.gz +sbin/iohyve