From owner-svn-ports-all@freebsd.org Wed Aug 17 11:49:10 2016 Return-Path: Delivered-To: svn-ports-all@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 1D668BBC7BA; Wed, 17 Aug 2016 11:49:10 +0000 (UTC) (envelope-from amdmi3@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 DA8FA1D7D; Wed, 17 Aug 2016 11:49:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7HBn91H006166; Wed, 17 Aug 2016 11:49:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7HBn8kW006164; Wed, 17 Aug 2016 11:49:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608171149.u7HBn8kW006164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Aug 2016 11:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420337 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 11:49:10 -0000 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