Index: head/sysutils/cloudabi-utils/Makefile =================================================================== --- head/sysutils/cloudabi-utils/Makefile (revision 401881) +++ head/sysutils/cloudabi-utils/Makefile (revision 401882) @@ -1,47 +1,30 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= sysutils MASTER_SITES= https://nuxi.nl/distfiles/cloudabi-utils/ MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs LICENSE= BSD2CLAUSE LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures -USES= compiler:c11 tar:xz +USES= cmake compiler:c11 pkgconfig tar:xz +USE_LDCONFIG= yes -PLIST_FILES= bin/cloudabi-run \ - libexec/cloudabi-reexec \ - man/man1/cloudabi-run.1.gz - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -do-build: - @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} \ - PREFIX=${PREFIX} \ - ${SH} build - -do-install: - @cd ${WRKSRC} && \ - ARCH=${ARCH:S/amd64/x86_64/} \ - DESTDIR=${STAGEDIR} \ - PREFIX=${PREFIX} \ - ${SH} install +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man .include .if ${OSVERSION} < 1000100 IGNORE= CloudABI will never support this version of FreeBSD .endif .include Index: head/sysutils/cloudabi-utils/distinfo =================================================================== --- head/sysutils/cloudabi-utils/distinfo (revision 401881) +++ head/sysutils/cloudabi-utils/distinfo (revision 401882) @@ -1,2 +1,2 @@ -SHA256 (cloudabi-utils-0.6.tar.xz) = 5020440d0ad15c8b0db55ec55444e9d44c056b0f7655c41dde85f0ba1d5045c2 -SIZE (cloudabi-utils-0.6.tar.xz) = 21928 +SHA256 (cloudabi-utils-0.7.tar.xz) = 193b115ca195ec56c24679916d7b38f8566a0a49b26b057e1567f1bbfb9ae5a2 +SIZE (cloudabi-utils-0.7.tar.xz) = 24496 Index: head/sysutils/cloudabi-utils/pkg-plist =================================================================== --- head/sysutils/cloudabi-utils/pkg-plist (nonexistent) +++ head/sysutils/cloudabi-utils/pkg-plist (revision 401882) @@ -0,0 +1,7 @@ +bin/cloudabi-run +include/cloudabi/argdata.h +include/cloudabi/program.h +lib/libcloudabi.so +lib/libcloudabi.so.0 +libexec/cloudabi-reexec +man/man1/cloudabi-run.1.gz Property changes on: head/sysutils/cloudabi-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property