svn commit: r418332 - head/sysutils/vm-bhyve

Jan Beich jbeich at FreeBSD.org
Sun Jul 10 17:13:45 UTC 2016


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 at 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


More information about the svn-ports-all mailing list