diff --git a/sysutils/podman-suite/Makefile b/sysutils/podman-suite/Makefile index 5cd24f1a4ba6..d003b52668e0 100644 --- a/sysutils/podman-suite/Makefile +++ b/sysutils/podman-suite/Makefile @@ -1,21 +1,21 @@ PORTNAME= podman-suite -PORTVERSION= 20231103 +PORTVERSION= 20240109 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org -COMMENT= Metaport of podman and buildah toolkit +COMMENT= Metaport of Podman and Buildah toolkit WWW= https://podman.io/ USES= metaport RUN_DEPENDS= buildah>=0:sysutils/buildah \ podman>=0:sysutils/podman \ skopeo>=0:sysutils/skopeo .include .if ${OPSYS} != FreeBSD IGNORE= not supported for this configuration .endif .include diff --git a/sysutils/podman-suite/pkg-descr b/sysutils/podman-suite/pkg-descr index cfd787b24345..6d2a4470548b 100644 --- a/sysutils/podman-suite/pkg-descr +++ b/sysutils/podman-suite/pkg-descr @@ -1,5 +1,5 @@ -buildah, podman and skopeo, comprise a modern container-based workflow +Buildah, Podman and Skopeo, comprise a modern container-based workflow toolkit, now available on FreeBSD. This meta-package doesn't preclude users from combining these separately, nor from installing a functional subset of components.