Re: git: 366c60ac14e9 - main - sysutils/podman-suite: update to 20250203
- Reply: Gleb Popov : "Re: git: 366c60ac14e9 - main - sysutils/podman-suite: update to 20250203"
- Reply: Doug Rabson : "Re: git: 366c60ac14e9 - main - sysutils/podman-suite: update to 20250203"
- In reply to: Doug Rabson : "git: 366c60ac14e9 - main - sysutils/podman-suite: update to 20250203"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 15:51:03 UTC
Hi Doug, thanks for the update. I'm curious here - why is the Differental is missing in this commit? Thank you. -- Sergey A. Osokin On Tue, Feb 18, 2025 at 02:59:35PM +0000, Doug Rabson wrote: > The branch main has been updated by dfr: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=366c60ac14e91438071be7dc2ae57bdc710e02ae > > commit 366c60ac14e91438071be7dc2ae57bdc710e02ae > Author: Doug Rabson <dfr@FreeBSD.org> > AuthorDate: 2025-02-04 10:46:36 +0000 > Commit: Doug Rabson <dfr@FreeBSD.org> > CommitDate: 2025-02-18 14:59:10 +0000 > > sysutils/podman-suite: update to 20250203 > > This also adds catatonit as a run-time dependancy since it is needed to > support 'podman pod'. > --- > sysutils/podman-suite/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/sysutils/podman-suite/Makefile b/sysutils/podman-suite/Makefile > index 791e1c7e383b..fe500aa57d63 100644 > --- a/sysutils/podman-suite/Makefile > +++ b/sysutils/podman-suite/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= podman-suite > -PORTVERSION= 20241023 > +PORTVERSION= 20250203 > CATEGORIES= sysutils > > MAINTAINER= dfr@FreeBSD.org > @@ -8,7 +8,8 @@ WWW= https://podman.io/ > > USES= metaport > > -RUN_DEPENDS= buildah>=0:sysutils/buildah \ > +RUN_DEPENDS= buildah>=0:sysutils/buildah \ > + catatonit>=0:sysutils/catatonit \ > podman>=0:sysutils/podman \ > skopeo>=0:sysutils/skopeo >