git: b39cab6a9e6f - main - sysutils/podman: update to 4.7.1

From: Doug Rabson <dfr_at_FreeBSD.org>
Date: Thu, 09 Nov 2023 13:14:40 UTC
The branch main has been updated by dfr:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b39cab6a9e6f0a418118ecf36762c53a6b9e5bf4

commit b39cab6a9e6f0a418118ecf36762c53a6b9e5bf4
Author:     Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2023-11-04 08:43:43 +0000
Commit:     Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2023-11-09 13:12:01 +0000

    sysutils/podman: update to 4.7.1
---
 sysutils/podman/Makefile    |  3 +--
 sysutils/podman/distinfo    |  6 +++---
 sysutils/podman/pkg-message | 23 +++++++++++++++++++++++
 sysutils/podman/pkg-plist   |  6 ++++++
 4 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile
index 565abc56d069..cdfa673e7c9c 100644
--- a/sysutils/podman/Makefile
+++ b/sysutils/podman/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	podman
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.6.1
-PORTREVISION=	1
+DISTVERSION=	4.7.2
 CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
diff --git a/sysutils/podman/distinfo b/sysutils/podman/distinfo
index ca02879e1b06..1c9f0a2685a4 100644
--- a/sysutils/podman/distinfo
+++ b/sysutils/podman/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1692268708
-SHA256 (containers-podman-v4.6.1_GH0.tar.gz) = 6b3bfdc5ea9ca91f19b569d5a0763403823bde64be895060ec81dde4df692745
-SIZE (containers-podman-v4.6.1_GH0.tar.gz) = 17643650
+TIMESTAMP = 1699000346
+SHA256 (containers-podman-v4.7.2_GH0.tar.gz) = 10346c5603546427bd809b4d855d1e39b660183232309128ad17a64969a0193d
+SIZE (containers-podman-v4.7.2_GH0.tar.gz) = 20554551
diff --git a/sysutils/podman/pkg-message b/sysutils/podman/pkg-message
index 15ff22867c14..283d379aeb6b 100644
--- a/sysutils/podman/pkg-message
+++ b/sysutils/podman/pkg-message
@@ -1,3 +1,7 @@
+[
+{
+  type: install
+  message: <<EOM
 The FreeBSD port of the podman container engine is experimental and should be
 used for evaluation and testing purposes only.
 
@@ -10,3 +14,22 @@ $ sudo sysrc podman_enable=YES
 and start the container with a restart policy:
 
 $ sudo podman run -d --restart=always myimage
+
+It is possible to run many Linux container images using FreeBSD's Linux emulation:
+
+$ sudo sysrc linux_enable=YES
+$ sudo service linux start
+$ sudo podman run --rm --os=linux alpine cat /etc/os-release | head -1
+NAME="Alpine Linux"
+EOM
+}
+{
+  type: upgrade
+  maximum_version: 4.7.1
+  message: <<EOM
+In podman-4.7.0 and later, registry authentication creds moved from
+/run/containers/0/auth.json to /root/.config/containers/auth.json. Either move
+the file to the new location or just re-authenticate to the required registries.
+EOM
+}
+]
diff --git a/sysutils/podman/pkg-plist b/sysutils/podman/pkg-plist
index 34d9e1ff46ff..42ccf77bfde4 100644
--- a/sysutils/podman/pkg-plist
+++ b/sysutils/podman/pkg-plist
@@ -11,6 +11,7 @@ share/man/man1/podman-auto-update.1.gz
 share/man/man1/podman-build.1.gz
 share/man/man1/podman-commit.1.gz
 share/man/man1/podman-completion.1.gz
+share/man/man1/podman-compose.1.gz
 share/man/man1/podman-container-attach.1.gz
 share/man/man1/podman-container-checkpoint.1.gz
 share/man/man1/podman-container-cleanup.1.gz
@@ -55,6 +56,11 @@ share/man/man1/podman-diff.1.gz
 share/man/man1/podman-events.1.gz
 share/man/man1/podman-exec.1.gz
 share/man/man1/podman-export.1.gz
+share/man/man1/podman-farm-create.1.gz
+share/man/man1/podman-farm-list.1.gz
+share/man/man1/podman-farm-remove.1.gz
+share/man/man1/podman-farm-update.1.gz
+share/man/man1/podman-farm.1.gz
 share/man/man1/podman-generate-kube.1.gz
 share/man/man1/podman-generate-spec.1.gz
 share/man/man1/podman-generate-systemd.1.gz