Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 11:49:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420337 - head/sysutils/vm-bhyve
Message-ID:  <201608171149.u7HBn8kW006164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 17 11:49:08 2016
New Revision: 420337
URL: https://svnweb.freebsd.org/changeset/ports/420337

Log:
  - Update to 1.1.4
  
  Maintenance release
  
  * Some switch functions weren't picking up runtime config changes
  * On shutdown, only try to destroy vmm device if it exists
  * Ignore white-space at the end of config lines
  
  PR:		211869
  Submitted by:	churchers@gmail.com (maintainer)

Modified:
  head/sysutils/vm-bhyve/Makefile
  head/sysutils/vm-bhyve/distinfo

Modified: head/sysutils/vm-bhyve/Makefile
==============================================================================
--- head/sysutils/vm-bhyve/Makefile	Wed Aug 17 11:47:43 2016	(r420336)
+++ head/sysutils/vm-bhyve/Makefile	Wed Aug 17 11:49:08 2016	(r420337)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	vm-bhyve
-PORTVERSION=	1.1.3
+PORTVERSION=	1.1.4
 DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
 

Modified: head/sysutils/vm-bhyve/distinfo
==============================================================================
--- head/sysutils/vm-bhyve/distinfo	Wed Aug 17 11:47:43 2016	(r420336)
+++ head/sysutils/vm-bhyve/distinfo	Wed Aug 17 11:49:08 2016	(r420337)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468420286
-SHA256 (churchers-vm-bhyve-v1.1.3_GH0.tar.gz) = 10170de27378f2291930c43223666aa34b84151d4cfd40b61ae6417c93ec8532
-SIZE (churchers-vm-bhyve-v1.1.3_GH0.tar.gz) = 54379
+TIMESTAMP = 1471264175
+SHA256 (churchers-vm-bhyve-v1.1.4_GH0.tar.gz) = 4df9b2723da1f04c4a45627b18ebd67a9e8fac212e957a3655a2c1ae3eee3566
+SIZE (churchers-vm-bhyve-v1.1.4_GH0.tar.gz) = 54434



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608171149.u7HBn8kW006164>