Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2017 19:57:59 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446996 - in head: devel/cloudabi sysutils/cloudabi-utils
Message-ID:  <201707311957.v6VJvxEN011102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Mon Jul 31 19:57:58 2017
New Revision: 446996
URL: https://svnweb.freebsd.org/changeset/ports/446996

Log:
  Upgrade cloudabi and cloudabi-utils to the latest upstream versions.
  
  This release of the CloudABI definitions contains some cleanups, such as
  the removal of socket addresses. Though structures like sockaddr are
  still defined by the C library, this information is no longer exposed by
  runtimes. The reasoning being that additional services for CloudABI,
  such as Flower, are going to facilitate this in the future:
  
  https://github.com/NuxiNL/flower
  
  Reviewed by:	bapt
  Differential Revision:	https://reviews.freebsd.org/D11734

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	Mon Jul 31 19:47:41 2017	(r446995)
+++ head/devel/cloudabi/Makefile	Mon Jul 31 19:57:58 2017	(r446996)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudabi
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 DISTVERSIONPREFIX=v
 CATEGORIES=	devel
 

Modified: head/devel/cloudabi/distinfo
==============================================================================
--- head/devel/cloudabi/distinfo	Mon Jul 31 19:47:41 2017	(r446995)
+++ head/devel/cloudabi/distinfo	Mon Jul 31 19:57:58 2017	(r446996)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490344099
-SHA256 (NuxiNL-cloudabi-v0.11_GH0.tar.gz) = f70d6b6e2e9dfd3f32015a18806bd625dbbad4480db65d4a771cb92abe961d13
-SIZE (NuxiNL-cloudabi-v0.11_GH0.tar.gz) = 110655
+TIMESTAMP = 1500995346
+SHA256 (NuxiNL-cloudabi-v0.12_GH0.tar.gz) = e3e9b4045ce9cdece50252107c0b9156c39ce723586cafba5ddb569aa34d2844
+SIZE (NuxiNL-cloudabi-v0.12_GH0.tar.gz) = 109352

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Mon Jul 31 19:47:41 2017	(r446995)
+++ head/sysutils/cloudabi-utils/Makefile	Mon Jul 31 19:57:58 2017	(r446996)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudabi-utils
-PORTVERSION=	0.25
+PORTVERSION=	0.26
 DISTVERSIONPREFIX=v
 CATEGORIES=	sysutils
 

Modified: head/sysutils/cloudabi-utils/distinfo
==============================================================================
--- head/sysutils/cloudabi-utils/distinfo	Mon Jul 31 19:47:41 2017	(r446995)
+++ head/sysutils/cloudabi-utils/distinfo	Mon Jul 31 19:57:58 2017	(r446996)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498107271
-SHA256 (NuxiNL-cloudabi-utils-v0.25_GH0.tar.gz) = 213f545ae4d899fa2387137ad45074f8ca15b08e5d5996d54ad61c1ab9474878
-SIZE (NuxiNL-cloudabi-utils-v0.25_GH0.tar.gz) = 227867
+TIMESTAMP = 1500995361
+SHA256 (NuxiNL-cloudabi-utils-v0.26_GH0.tar.gz) = b48449fa0623b71a25f365a2b7e7f938190d33825113c8948b19f0b9ceac350c
+SIZE (NuxiNL-cloudabi-utils-v0.26_GH0.tar.gz) = 227599



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707311957.v6VJvxEN011102>