From c1b8fb6a7e9de9bcd9440bf4ff09f2ba279ec74c Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 7 Dec 2024 10:09:36 -0500 Subject: [PATCH] sysutils/podman: reduce the number of warnings during the build time ... by updating the list of dependencies. Bump PORTREVISION. Differential Revision: https://reviews.freebsd.org/D47926 --- sysutils/podman/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/podman/Makefile b/sysutils/podman/Makefile index 43cc30462248..43cb88f275d4 100644 --- a/sysutils/podman/Makefile +++ b/sysutils/podman/Makefile @@ -1,7 +1,7 @@ PORTNAME= podman DISTVERSIONPREFIX= v DISTVERSION= 5.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dfr@FreeBSD.org @@ -12,6 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ + ggrep:textproc/gnugrep \ go-md2man:textproc/go-md2man \ gsed:textproc/gsed LIB_DEPENDS= libgpgme.so:security/gpgme