From owner-svn-ports-head@freebsd.org Fri Jul 15 07:39:51 2016 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 4840AB997DE; Fri, 15 Jul 2016 07:39:51 +0000 (UTC) (envelope-from ed@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 152A71EC2; Fri, 15 Jul 2016 07:39:51 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6F7doak024401; Fri, 15 Jul 2016 07:39:50 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6F7doLs024399; Fri, 15 Jul 2016 07:39:50 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201607150739.u6F7doLs024399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Fri, 15 Jul 2016 07:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418573 - head/sysutils/cloudabi-utils X-SVN-Group: ports-head 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.22 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: Fri, 15 Jul 2016 07:39:51 -0000 Author: ed (src committer) Date: Fri Jul 15 07:39:50 2016 New Revision: 418573 URL: https://svnweb.freebsd.org/changeset/ports/418573 Log: Update cloudabi-utils to the latest upstream version: 0.12. This version only includes a couple of changes to the userspace emulator (which isn't needed on FreeBSD >= 11.0): - Support for sleeping on condition variables with monotonic clocks. - More reliable emulation/handling of process descriptors (pdfork()). Modified: head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Fri Jul 15 07:23:15 2016 (r418572) +++ head/sysutils/cloudabi-utils/Makefile Fri Jul 15 07:39:50 2016 (r418573) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.11 +PORTVERSION= 0.12 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Fri Jul 15 07:23:15 2016 (r418572) +++ head/sysutils/cloudabi-utils/distinfo Fri Jul 15 07:39:50 2016 (r418573) @@ -1,2 +1,3 @@ -SHA256 (NuxiNL-cloudabi-utils-v0.11_GH0.tar.gz) = 7f52764977a1e772c7ecf9011e1d0f946fedcd9e1fe4d791dfd23bd40f77cd20 -SIZE (NuxiNL-cloudabi-utils-v0.11_GH0.tar.gz) = 136434 +TIMESTAMP = 1468568210 +SHA256 (NuxiNL-cloudabi-utils-v0.12_GH0.tar.gz) = 18388414424d1f01f0f68f08a6f2afbdc110bc9c700e69c4e8227fb0a0a14c7a +SIZE (NuxiNL-cloudabi-utils-v0.12_GH0.tar.gz) = 140194