From owner-svn-ports-all@freebsd.org Wed Aug 17 06:48:20 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 518E1BBDA70; Wed, 17 Aug 2016 06:48:20 +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 10DD91547; Wed, 17 Aug 2016 06:48:19 +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 u7H6mJxk092599; Wed, 17 Aug 2016 06:48:19 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7H6mITS092595; Wed, 17 Aug 2016 06:48:18 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201608170648.u7H6mITS092595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Wed, 17 Aug 2016 06:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420320 - in head: devel/cloudabi 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-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, 17 Aug 2016 06:48:20 -0000 Author: ed (src committer) Date: Wed Aug 17 06:48:18 2016 New Revision: 420320 URL: https://svnweb.freebsd.org/changeset/ports/420320 Log: Upgrade cloudabi and cloudabi-utils to the latest upstream versions. The most important change in these releases is that these versions now provide very rudamentary support for i386. Modified: head/devel/cloudabi/Makefile head/devel/cloudabi/distinfo head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/devel/cloudabi/Makefile ============================================================================== --- head/devel/cloudabi/Makefile Wed Aug 17 05:55:00 2016 (r420319) +++ head/devel/cloudabi/Makefile Wed Aug 17 06:48:18 2016 (r420320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi -PORTVERSION= 0.7 +PORTVERSION= 0.8 DISTVERSIONPREFIX=v CATEGORIES= devel Modified: head/devel/cloudabi/distinfo ============================================================================== --- head/devel/cloudabi/distinfo Wed Aug 17 05:55:00 2016 (r420319) +++ head/devel/cloudabi/distinfo Wed Aug 17 06:48:18 2016 (r420320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470676531 -SHA256 (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = a6e9fc8aa8c9ca70be5842e8097b4f260461ad2d00c683d84df88c6eb54caa52 -SIZE (NuxiNL-cloudabi-v0.7_GH0.tar.gz) = 109870 +TIMESTAMP = 1471416114 +SHA256 (NuxiNL-cloudabi-v0.8_GH0.tar.gz) = dcde2eefad9ba3a56063e0c8af369f806ff16671a1a54d6a7d1d506031263ac8 +SIZE (NuxiNL-cloudabi-v0.8_GH0.tar.gz) = 110731 Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Wed Aug 17 05:55:00 2016 (r420319) +++ head/sysutils/cloudabi-utils/Makefile Wed Aug 17 06:48:18 2016 (r420320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.15 +PORTVERSION= 0.16 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -17,7 +17,7 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml USE_GITHUB= yes GH_ACCOUNT= NuxiNL -ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures USES= cmake compiler:c11 pkgconfig tar:xz Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Wed Aug 17 05:55:00 2016 (r420319) +++ head/sysutils/cloudabi-utils/distinfo Wed Aug 17 06:48:18 2016 (r420320) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470864037 -SHA256 (NuxiNL-cloudabi-utils-v0.15_GH0.tar.gz) = dd365421502538243b76935ba5ebdfc899696c0afe538839bf5d0adf0e1eee42 -SIZE (NuxiNL-cloudabi-utils-v0.15_GH0.tar.gz) = 146174 +TIMESTAMP = 1471416146 +SHA256 (NuxiNL-cloudabi-utils-v0.16_GH0.tar.gz) = b48f0731d836343f26cc39cfc957db39beacfe21b2a2e245faf7b0dade8d915a +SIZE (NuxiNL-cloudabi-utils-v0.16_GH0.tar.gz) = 188796