Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2024 15:12:28 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c1b8fb6a7e9d - main - sysutils/podman: reduce the number of warnings during the build time
Message-ID:  <202412071512.4B7FCSve051002@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by osa:

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

commit c1b8fb6a7e9de9bcd9440bf4ff09f2ba279ec74c
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2024-12-07 15:09:36 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2024-12-07 15:09:36 +0000

    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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412071512.4B7FCSve051002>