From owner-svn-ports-head@freebsd.org Sat Jan 6 21:22:11 2018 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 51AECDF09F4; Sat, 6 Jan 2018 21:22:11 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DEA3804D4; Sat, 6 Jan 2018 21:22:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8679B17D5A; Sat, 6 Jan 2018 21:22:10 +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 w06LMAqv054746; Sat, 6 Jan 2018 21:22:10 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w06LMAWS054742; Sat, 6 Jan 2018 21:22:10 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201801062122.w06LMAWS054742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sat, 6 Jan 2018 21:22:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458292 - head/sysutils/cloudabi-utils X-SVN-Group: ports-head X-SVN-Commit-Author: ed X-SVN-Commit-Paths: head/sysutils/cloudabi-utils X-SVN-Commit-Revision: 458292 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: Sat, 06 Jan 2018 21:22:11 -0000 Author: ed (src committer) Date: Sat Jan 6 21:22:10 2018 New Revision: 458292 URL: https://svnweb.freebsd.org/changeset/ports/458292 Log: sysutils/cloudabi-utils: Upgrade to upstream version 0.36. This release adds support for sleeping on condition variables (and mutexes and rwlocks) with relative timeouts. This functionality is needed by the recently added pthread_cond_timedwait_relative_np() and some other functions. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D13786 Modified: head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Sat Jan 6 21:20:51 2018 (r458291) +++ head/sysutils/cloudabi-utils/Makefile Sat Jan 6 21:22:10 2018 (r458292) @@ -3,7 +3,7 @@ PORTNAME= cloudabi-utils DISTVERSIONPREFIX= v -DISTVERSION= 0.35 +DISTVERSION= 0.36 CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Sat Jan 6 21:20:51 2018 (r458291) +++ head/sysutils/cloudabi-utils/distinfo Sat Jan 6 21:22:10 2018 (r458292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510440751 -SHA256 (NuxiNL-cloudabi-utils-v0.35_GH0.tar.gz) = ab67e06e7c38a03bcc589c0c12e48eb4e3945c8ab369bf46002959b0036178d6 -SIZE (NuxiNL-cloudabi-utils-v0.35_GH0.tar.gz) = 218968 +TIMESTAMP = 1515271458 +SHA256 (NuxiNL-cloudabi-utils-v0.36_GH0.tar.gz) = 2bafcc66e48be7f0b11fc7e0438fa7141dcb8938adf9cbd6014e1695009851c6 +SIZE (NuxiNL-cloudabi-utils-v0.36_GH0.tar.gz) = 75358