From owner-svn-ports-head@freebsd.org Thu Dec 7 09:41:02 2017 Return-Path: Delivered-To: svn-ports-head@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 5E5B0E81B1C; Thu, 7 Dec 2017 09:41:02 +0000 (UTC) (envelope-from araujo@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 2957C7ED22; Thu, 7 Dec 2017 09:41:02 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB79f1FQ029120; Thu, 7 Dec 2017 09:41:01 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB79f16e029118; Thu, 7 Dec 2017 09:41:01 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201712070941.vB79f16e029118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Thu, 7 Dec 2017 09:41:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455701 - head/devel/libhyve-remote X-SVN-Group: ports-head X-SVN-Commit-Author: araujo X-SVN-Commit-Paths: head/devel/libhyve-remote X-SVN-Commit-Revision: 455701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 09:41:02 -0000 Author: araujo Date: Thu Dec 7 09:41:00 2017 New Revision: 455701 URL: https://svnweb.freebsd.org/changeset/ports/455701 Log: - Update to 0.1.4.1. Changelog: * Pass hostname to vnc_init_server and also free sc pointer. * Update bhyve patch to reflect the latest changes. Note: Previous release 0.1.4 has a bug and will never bind the vnc port. Update is highly recommended. Sponsored by: iXsystems, Inc. Modified: head/devel/libhyve-remote/Makefile head/devel/libhyve-remote/distinfo Modified: head/devel/libhyve-remote/Makefile ============================================================================== --- head/devel/libhyve-remote/Makefile Thu Dec 7 09:32:49 2017 (r455700) +++ head/devel/libhyve-remote/Makefile Thu Dec 7 09:41:00 2017 (r455701) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libhyve-remote -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.4.1 CATEGORIES= devel MAINTAINER= araujo@FreeBSD.org Modified: head/devel/libhyve-remote/distinfo ============================================================================== --- head/devel/libhyve-remote/distinfo Thu Dec 7 09:32:49 2017 (r455700) +++ head/devel/libhyve-remote/distinfo Thu Dec 7 09:41:00 2017 (r455701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512070234 -SHA256 (araujobsd-libhyve-remote-0.1.4_GH0.tar.gz) = 6b9e3d7f0faac5909717320474e29427987d920a065098ab4b0c9192bdbcb08e -SIZE (araujobsd-libhyve-remote-0.1.4_GH0.tar.gz) = 11739 +TIMESTAMP = 1512616485 +SHA256 (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = cf086f6a2c6f43730e74f98eac8cb8b009a6f0332c5344bfa8a0a12e4518d14b +SIZE (araujobsd-libhyve-remote-0.1.4.1_GH0.tar.gz) = 11581