From owner-svn-ports-head@freebsd.org Thu Oct 22 13:35:24 2015 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 BCE5EA1AA22; Thu, 22 Oct 2015 13:35:24 +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 692AF1AFA; Thu, 22 Oct 2015 13:35:24 +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 t9MDZNIf099678; Thu, 22 Oct 2015 13:35:23 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9MDZNkg099676; Thu, 22 Oct 2015 13:35:23 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201510221335.t9MDZNkg099676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Thu, 22 Oct 2015 13:35:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399975 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 22 Oct 2015 13:35:24 -0000 Author: ed (src committer) Date: Thu Oct 22 13:35:23 2015 New Revision: 399975 URL: https://svnweb.freebsd.org/changeset/ports/399975 Log: Update cloudabi-utils to 0.6. Compared to version 0.5, this package is identical, except that it now provides support for aarch64. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D3976 Modified: head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Thu Oct 22 13:30:32 2015 (r399974) +++ head/sysutils/cloudabi-utils/Makefile Thu Oct 22 13:35:23 2015 (r399975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= sysutils MASTER_SITES= https://nuxi.nl/distfiles/cloudabi-utils/ @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures USES= compiler:c11 tar:xz @@ -28,12 +28,12 @@ LDFLAGS+= -L${LOCALBASE}/lib do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} \ - PREBUILT_ARCH=x86_64 \ PREFIX=${PREFIX} \ ${SH} build do-install: @cd ${WRKSRC} && \ + ARCH=${ARCH:S/amd64/x86_64/} \ DESTDIR=${STAGEDIR} \ PREFIX=${PREFIX} \ ${SH} install Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Thu Oct 22 13:30:32 2015 (r399974) +++ head/sysutils/cloudabi-utils/distinfo Thu Oct 22 13:35:23 2015 (r399975) @@ -1,2 +1,2 @@ -SHA256 (cloudabi-utils-0.5.tar.xz) = 3d777f5c669a91f987151346f6ce8887f30865360ede4a844fa945d4877b2168 -SIZE (cloudabi-utils-0.5.tar.xz) = 18144 +SHA256 (cloudabi-utils-0.6.tar.xz) = 5020440d0ad15c8b0db55ec55444e9d44c056b0f7655c41dde85f0ba1d5045c2 +SIZE (cloudabi-utils-0.6.tar.xz) = 21928