diff --git a/sysutils/ocijail/Makefile b/sysutils/ocijail/Makefile index f1a5b730733d..7508052598cc 100644 --- a/sysutils/ocijail/Makefile +++ b/sysutils/ocijail/Makefile @@ -1,26 +1,27 @@ PORTNAME= ocijail DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org COMMENT= Experimental, proof-of-concept OCI-compatible runtime for jails WWW= https://github.com/dfr/ocijail LICENSE= BSD3CLAUSE BUILD_DEPENDS= bazel:devel/bazel5 bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= dfr PLIST_FILES= bin/ocijail # Build happens in the //:install rule NO_BUILD= yes BAZEL_OPTS= --batch --output_user_root=${WRKDIR}/bazel_out do-install: cd ${WRKSRC} && bazel ${BAZEL_OPTS} run --experimental_repository_disable_download //:install -- ${STAGEDIR}${PREFIX}/bin .include diff --git a/sysutils/ocijail/pkg-descr b/sysutils/ocijail/pkg-descr index b8350ccb485d..5d195dfd5c68 100644 --- a/sysutils/ocijail/pkg-descr +++ b/sysutils/ocijail/pkg-descr @@ -1,3 +1,3 @@ Experimental, proof-of-concept OCI-compatible runtime for jails. This -is used by container engines such as buildah or podman to manage the +is used by container engines such as Buildah or Podman to manage the container lifecycle