From owner-svn-ports-all@freebsd.org Wed Jun 8 17:10:34 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 115DCB6F8D9; Wed, 8 Jun 2016 17:10:34 +0000 (UTC) (envelope-from robak@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 BDF2510DD; Wed, 8 Jun 2016 17:10:33 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u58HAW1S019907; Wed, 8 Jun 2016 17:10:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u58HAWgQ019904; Wed, 8 Jun 2016 17:10:32 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201606081710.u58HAWgQ019904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 8 Jun 2016 17:10:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416547 - 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, 08 Jun 2016 17:10:34 -0000 Author: robak Date: Wed Jun 8 17:10:32 2016 New Revision: 416547 URL: https://svnweb.freebsd.org/changeset/ports/416547 Log: sysutils/vm-bhyve: update 1.0.2 -> 1.0.4 - Bugfix release PR: 210128 Submitted by: (maintainer) MFH: 2016Q2 Modified: head/sysutils/vm-bhyve/Makefile head/sysutils/vm-bhyve/distinfo head/sysutils/vm-bhyve/pkg-descr Modified: head/sysutils/vm-bhyve/Makefile ============================================================================== --- head/sysutils/vm-bhyve/Makefile Wed Jun 8 16:17:25 2016 (r416546) +++ head/sysutils/vm-bhyve/Makefile Wed Jun 8 17:10:32 2016 (r416547) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vm-bhyve -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/vm-bhyve/distinfo ============================================================================== --- head/sysutils/vm-bhyve/distinfo Wed Jun 8 16:17:25 2016 (r416546) +++ head/sysutils/vm-bhyve/distinfo Wed Jun 8 17:10:32 2016 (r416547) @@ -1,2 +1,3 @@ -SHA256 (churchers-vm-bhyve-v1.0.2_GH0.tar.gz) = b3c59628ea15864bea20895dba36baa6d97f2230b3721fe5e4ae1259376fb4d0 -SIZE (churchers-vm-bhyve-v1.0.2_GH0.tar.gz) = 48994 +TIMESTAMP = 1465376920 +SHA256 (churchers-vm-bhyve-v1.0.4_GH0.tar.gz) = f63e0d77ecbb7a9755e3d149b68a966dccb0b63682f5590023187a55b9436393 +SIZE (churchers-vm-bhyve-v1.0.4_GH0.tar.gz) = 48953 Modified: head/sysutils/vm-bhyve/pkg-descr ============================================================================== --- head/sysutils/vm-bhyve/pkg-descr Wed Jun 8 16:17:25 2016 (r416546) +++ head/sysutils/vm-bhyve/pkg-descr Wed Jun 8 17:10:32 2016 (r416547) @@ -1,6 +1,6 @@ A frontend for bhyve which provides the 'vm' command Create/start/stop virtual machines easily Bridged/NAT networking -BSD/Linux guest support +BSD/Linux/Windows guest support WWW: https://github.com/churchers/vm-bhyve