aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cloudabi-utils
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2015-10-22 13:35:23 +0000
committerEd Schouten <ed@FreeBSD.org>2015-10-22 13:35:23 +0000
commitfe5ae893f0850d3143fc5395bc908ee87a82fb64 (patch)
tree042d80d648ad079afdad93d305d447169e80cdac /sysutils/cloudabi-utils
parent5ac9cf8793e0ced6ddb39db8cf0d4b29c50d2623 (diff)
downloadports-fe5ae893f0850d3143fc5395bc908ee87a82fb64.tar.gz
ports-fe5ae893f0850d3143fc5395bc908ee87a82fb64.zip
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
Notes
Notes: svn path=/head/; revision=399975
Diffstat (limited to 'sysutils/cloudabi-utils')
-rw-r--r--sysutils/cloudabi-utils/Makefile6
-rw-r--r--sysutils/cloudabi-utils/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile
index c63b8738f8c7..1f4df19207f0 100644
--- a/sysutils/cloudabi-utils/Makefile
+++ b/sysutils/cloudabi-utils/Makefile
@@ -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
diff --git a/sysutils/cloudabi-utils/distinfo b/sysutils/cloudabi-utils/distinfo
index 4bfdd0fe3407..2a58479ca4d6 100644
--- a/sysutils/cloudabi-utils/distinfo
+++ b/sysutils/cloudabi-utils/distinfo
@@ -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