git: ab26d9d01fc9 - main - sysutils/ocijail: use consistent capitalization
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 15:15:24 UTC
The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab26d9d01fc9240fca3c0c91f2f3e0c3f73aee3c commit ab26d9d01fc9240fca3c0c91f2f3e0c3f73aee3c Author: Doug Rabson <dfr@FreeBSD.org> AuthorDate: 2023-12-16 08:35:33 +0000 Commit: Doug Rabson <dfr@FreeBSD.org> CommitDate: 2024-01-11 15:14:53 +0000 sysutils/ocijail: use consistent capitalization Buildah and Podman should be capitalized, following upstream policy. --- sysutils/ocijail/Makefile | 1 + sysutils/ocijail/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/ocijail/Makefile b/sysutils/ocijail/Makefile index f1a5b730733d..7508052598cc 100644 --- a/sysutils/ocijail/Makefile +++ b/sysutils/ocijail/Makefile @@ -1,6 +1,7 @@ PORTNAME= ocijail DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org 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