Date: Thu, 7 Dec 2017 09:41:01 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455701 - head/devel/libhyve-remote Message-ID: <201712070941.vB79f16e029118@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712070941.vB79f16e029118>