svn commit: r476922 - in branches/2018Q3/sysutils/vm-bhyve: . files
Martin Wilke
miwi at FreeBSD.org
Sat Aug 11 14:30:55 UTC 2018
Author: miwi
Date: Sat Aug 11 14:30:53 2018
New Revision: 476922
URL: https://svnweb.freebsd.org/changeset/ports/476922
Log:
MFH: r474004 r476918
- Update to 1.2.2
PR: 229515
Submitted by: maintainer
- Update to 1.2.3
PR: 230500
Submitted by: maintainer
Sponsored by: iXsystems Inc.
Approved by: ports-secteam (miwi)
Deleted:
branches/2018Q3/sysutils/vm-bhyve/files/
Modified:
branches/2018Q3/sysutils/vm-bhyve/Makefile
branches/2018Q3/sysutils/vm-bhyve/distinfo
branches/2018Q3/sysutils/vm-bhyve/pkg-message
branches/2018Q3/sysutils/vm-bhyve/pkg-plist
Directory Properties:
branches/2018Q3/ (props changed)
Modified: branches/2018Q3/sysutils/vm-bhyve/Makefile
==============================================================================
--- branches/2018Q3/sysutils/vm-bhyve/Makefile Sat Aug 11 14:28:16 2018 (r476921)
+++ branches/2018Q3/sysutils/vm-bhyve/Makefile Sat Aug 11 14:30:53 2018 (r476922)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= vm-bhyve
-PORTVERSION= 1.1.8
-PORTREVISION= 2
+PORTVERSION= 1.2.3
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
Modified: branches/2018Q3/sysutils/vm-bhyve/distinfo
==============================================================================
--- branches/2018Q3/sysutils/vm-bhyve/distinfo Sat Aug 11 14:28:16 2018 (r476921)
+++ branches/2018Q3/sysutils/vm-bhyve/distinfo Sat Aug 11 14:30:53 2018 (r476922)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496917755
-SHA256 (churchers-vm-bhyve-v1.1.8_GH0.tar.gz) = 2c716a03a4d94d0867fd081d5dc0abc342d66a23208b606e659d10eed56c3114
-SIZE (churchers-vm-bhyve-v1.1.8_GH0.tar.gz) = 54985
+TIMESTAMP = 1533896629
+SHA256 (churchers-vm-bhyve-v1.2.3_GH0.tar.gz) = a29020702e2c5940c0c9d5660137f3e3012ade77b2b666342cdd2c5fc4fc1d2b
+SIZE (churchers-vm-bhyve-v1.2.3_GH0.tar.gz) = 65196
Modified: branches/2018Q3/sysutils/vm-bhyve/pkg-message
==============================================================================
--- branches/2018Q3/sysutils/vm-bhyve/pkg-message Sat Aug 11 14:28:16 2018 (r476921)
+++ branches/2018Q3/sysutils/vm-bhyve/pkg-message Sat Aug 11 14:30:53 2018 (r476922)
@@ -1,4 +1,4 @@
-To enable vm-bhyve, please add the following lines to /etc/rc.conf,
+To enable vm-bhyve, please add the following lines to rc.conf,
depending on whether you are using ZFS storage or not. Please note
that the directory or dataset specified should already exist.
@@ -14,11 +14,7 @@ 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.
+Please note, if upgrading from version 1.1, it is advised to shutdown guests
+and restart the host in order to re-create all virtual switches using new identifiers.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Modified: branches/2018Q3/sysutils/vm-bhyve/pkg-plist
==============================================================================
--- branches/2018Q3/sysutils/vm-bhyve/pkg-plist Sat Aug 11 14:28:16 2018 (r476921)
+++ branches/2018Q3/sysutils/vm-bhyve/pkg-plist Sat Aug 11 14:30:53 2018 (r476922)
@@ -5,21 +5,31 @@ lib/vm-bhyve/vm-core
lib/vm-bhyve/vm-datastore
lib/vm-bhyve/vm-guest
lib/vm-bhyve/vm-info
+lib/vm-bhyve/vm-migration
lib/vm-bhyve/vm-rctl
lib/vm-bhyve/vm-run
lib/vm-bhyve/vm-switch
+lib/vm-bhyve/vm-switch-manual
+lib/vm-bhyve/vm-switch-standard
+lib/vm-bhyve/vm-switch-vale
+lib/vm-bhyve/vm-switch-vxlan
lib/vm-bhyve/vm-util
lib/vm-bhyve/vm-zfs
man/man8/vm.8.gz
sbin/vm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alpine.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arch.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos6.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/centos7.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.sample
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coreos.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debian.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/default.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dragonfly.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freebsd-zvol.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freepbx.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netbsd.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openbsd.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resflash.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ubuntu.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/windows.conf
More information about the svn-ports-branches
mailing list