From owner-svn-ports-head@freebsd.org Sun Jul 10 17:13:45 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 A9FE4B850F2; Sun, 10 Jul 2016 17:13:45 +0000 (UTC) (envelope-from jbeich@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 87AE81F15; Sun, 10 Jul 2016 17:13:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6AHDir5050835; Sun, 10 Jul 2016 17:13:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6AHDiSP050831; Sun, 10 Jul 2016 17:13:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201607101713.u6AHDiSP050831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Jul 2016 17:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418332 - head/sysutils/vm-bhyve 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.22 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: Sun, 10 Jul 2016 17:13:45 -0000 Author: jbeich Date: Sun Jul 10 17:13:44 2016 New Revision: 418332 URL: https://svnweb.freebsd.org/changeset/ports/418332 Log: sysutils/vm-bhyve: update to 1.1.1 Changes: https://github.com/churchers/vm-bhyve/releases PR: 210923 Submitted by: churchers@gmail.com Added: head/sysutils/vm-bhyve/pkg-message (contents, props changed) Modified: head/sysutils/vm-bhyve/Makefile (contents, props changed) head/sysutils/vm-bhyve/distinfo (contents, props changed) head/sysutils/vm-bhyve/pkg-plist (contents, props changed) Modified: head/sysutils/vm-bhyve/Makefile ============================================================================== --- head/sysutils/vm-bhyve/Makefile Sun Jul 10 16:54:32 2016 (r418331) +++ head/sysutils/vm-bhyve/Makefile Sun Jul 10 17:13:44 2016 (r418332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vm-bhyve -PORTVERSION= 1.0.4 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/vm-bhyve/distinfo ============================================================================== --- head/sysutils/vm-bhyve/distinfo Sun Jul 10 16:54:32 2016 (r418331) +++ head/sysutils/vm-bhyve/distinfo Sun Jul 10 17:13:44 2016 (r418332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465376920 -SHA256 (churchers-vm-bhyve-v1.0.4_GH0.tar.gz) = f63e0d77ecbb7a9755e3d149b68a966dccb0b63682f5590023187a55b9436393 -SIZE (churchers-vm-bhyve-v1.0.4_GH0.tar.gz) = 48953 +TIMESTAMP = 1467982975 +SHA256 (churchers-vm-bhyve-v1.1.1_GH0.tar.gz) = 84a99091a749d9e70fdc88074c926487920e98b7f127b5056d52f74aa938a0ce +SIZE (churchers-vm-bhyve-v1.1.1_GH0.tar.gz) = 54388 Added: head/sysutils/vm-bhyve/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/vm-bhyve/pkg-message Sun Jul 10 17:13:44 2016 (r418332) @@ -0,0 +1,24 @@ +To enable vm-bhyve, please add the following lines to /etc/rc.conf, +depending on whether you are using ZFS storage or not. Please note +that the directory or dataset specified should already exist. + + vm_enable="YES" + vm_dir="zfs:pool/dataset" + +OR + + vm_enable="YES" + vm_dir="/directory/path" + +Then run 'vm init'. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +If upgrading from 1.0 or earlier, please note that the 'guest' +configuration option is no longer used. + +Guests that are not using UEFI boot will need either loader="grub" +or loader="bhyveload" in their configuration in order to make sure +the correct loader is used. + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Modified: head/sysutils/vm-bhyve/pkg-plist ============================================================================== --- head/sysutils/vm-bhyve/pkg-plist Sun Jul 10 16:54:32 2016 (r418331) +++ head/sysutils/vm-bhyve/pkg-plist Sun Jul 10 17:13:44 2016 (r418332) @@ -1,19 +1,20 @@ etc/rc.d/vm lib/vm-bhyve/vm-cmd -lib/vm-bhyve/vm-common lib/vm-bhyve/vm-config lib/vm-bhyve/vm-core +lib/vm-bhyve/vm-datastore lib/vm-bhyve/vm-guest lib/vm-bhyve/vm-info lib/vm-bhyve/vm-rctl lib/vm-bhyve/vm-run lib/vm-bhyve/vm-switch -lib/vm-bhyve/vm-sysrc +lib/vm-bhyve/vm-util lib/vm-bhyve/vm-zfs man/man8/vm.8.gz sbin/vm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample %%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf