diff options
author | ed <ed@FreeBSD.org> | 2017-11-13 06:13:47 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2017-11-13 06:13:47 +0800 |
commit | 44b07af255c358bbea9007e336ecc076c1f2c52b (patch) | |
tree | 8bc622b32785ad6c972171a6facee1e56c91f7ad /devel | |
parent | f92ef72b217add3a5007c70c2a948d1553898d01 (diff) | |
download | freebsd-ports-gnome-44b07af255c358bbea9007e336ecc076c1f2c52b.tar.gz freebsd-ports-gnome-44b07af255c358bbea9007e336ecc076c1f2c52b.tar.zst freebsd-ports-gnome-44b07af255c358bbea9007e336ecc076c1f2c52b.zip |
devel/cloudabi and sysutils/cloudabi-utils: Upgrade to v0.17 and v0.35.
In CloudABI v0.17, we've removed some more unused bits from the polling
framework. Processes have also gained process IDs in the form of
UUIDv4s, which means they should never recycle and are globally unique.
cloudabi-utils has been patched to catch up with the ABI changes. While
there, some cleanups/bugfixes have been made to the emulator.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D13052
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cloudabi/Makefile | 2 | ||||
-rw-r--r-- | devel/cloudabi/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cloudabi/Makefile b/devel/cloudabi/Makefile index 67b5427ac99e..b98a37cd8d40 100644 --- a/devel/cloudabi/Makefile +++ b/devel/cloudabi/Makefile @@ -3,7 +3,7 @@ PORTNAME= cloudabi DISTVERSIONPREFIX= v -DISTVERSION= 0.16 +DISTVERSION= 0.17 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org diff --git a/devel/cloudabi/distinfo b/devel/cloudabi/distinfo index fc14f09b0730..4f005f82cef5 100644 --- a/devel/cloudabi/distinfo +++ b/devel/cloudabi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1508612977 -SHA256 (NuxiNL-cloudabi-v0.16_GH0.tar.gz) = a1eebcc716019178e04d206f854a01335ed1aab75f8da1a8ca02aebca7f125ad -SIZE (NuxiNL-cloudabi-v0.16_GH0.tar.gz) = 101908 +TIMESTAMP = 1510440737 +SHA256 (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = bf89c61ca22fcf36db3b2373bc4e0618540362795bffacf29e88c7f4e3ef267a +SIZE (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = 101679 |