From owner-svn-ports-all@freebsd.org Sat Feb 25 14:10:10 2017 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 5579DCED0CE; Sat, 25 Feb 2017 14:10:10 +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 09A05BAD; Sat, 25 Feb 2017 14:10:09 +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 v1PEA96S072853; Sat, 25 Feb 2017 14:10:09 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1PEA8C7072850; Sat, 25 Feb 2017 14:10:08 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201702251410.v1PEA8C7072850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sat, 25 Feb 2017 14:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434811 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 25 Feb 2017 14:10:10 -0000 Author: ed (src committer) Date: Sat Feb 25 14:10:08 2017 New Revision: 434811 URL: https://svnweb.freebsd.org/changeset/ports/434811 Log: Upgrade cloudabi-utils to the latest upstream version. This version now no longer includes a copy of Argdata, the serialization library used by cloudabi-run. It is now provided by a separate package, so adjust the dependencies and pkg-plist to take that into account. Modified: head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo head/sysutils/cloudabi-utils/pkg-plist Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Sat Feb 25 14:05:25 2017 (r434810) +++ head/sysutils/cloudabi-utils/Makefile Sat Feb 25 14:10:08 2017 (r434811) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.21 +PORTVERSION= 0.22 PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -13,7 +13,8 @@ COMMENT= Utilities for running CloudABI LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi -LIB_DEPENDS= libyaml.so:textproc/libyaml +LIB_DEPENDS= libargdata.so:devel/argdata \ + libyaml.so:textproc/libyaml USE_GITHUB= yes GH_ACCOUNT= NuxiNL Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Sat Feb 25 14:05:25 2017 (r434810) +++ head/sysutils/cloudabi-utils/distinfo Sat Feb 25 14:10:08 2017 (r434811) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486554643 -SHA256 (NuxiNL-cloudabi-utils-v0.21_GH0.tar.gz) = e1a8f2b5d7677c1f39d96ee2b8f7750b950cd66e8e39cf18ef33a3d534df7265 -SIZE (NuxiNL-cloudabi-utils-v0.21_GH0.tar.gz) = 234870 +TIMESTAMP = 1488031655 +SHA256 (NuxiNL-cloudabi-utils-v0.22_GH0.tar.gz) = 401b790ff473365a6f255c7193a51a85eb82cda94cd771a1665dfe5208162609 +SIZE (NuxiNL-cloudabi-utils-v0.22_GH0.tar.gz) = 225397 Modified: head/sysutils/cloudabi-utils/pkg-plist ============================================================================== --- head/sysutils/cloudabi-utils/pkg-plist Sat Feb 25 14:05:25 2017 (r434810) +++ head/sysutils/cloudabi-utils/pkg-plist Sat Feb 25 14:10:08 2017 (r434811) @@ -1,5 +1,4 @@ bin/cloudabi-run -include/cloudabi/argdata.h include/cloudabi/program.h lib/libcloudabi.so lib/libcloudabi.so.1