ports@, I'd like to update sysutils/docker-cli to 27.5.0.
I had used it on -current/amd64 for last couple of days without any regressions. Also, I think that it safe to drop @conflict docker-* which was introduced in 6.9 Ok? Index: sysutils/docker-cli/Makefile =================================================================== RCS file: /home/cvs/ports/sysutils/docker-cli/Makefile,v diff -u -p -r1.16 Makefile --- sysutils/docker-cli/Makefile 22 Oct 2024 19:08:51 -0000 1.16 +++ sysutils/docker-cli/Makefile 18 Jan 2025 21:39:38 -0000 @@ -1,6 +1,6 @@ COMMENT = command-line tool for controlling Docker -V = 27.3.1 +V = 27.5.0 DIST_TUPLE = github docker cli v${V} . PKGNAME = docker-${DISTNAME} Index: sysutils/docker-cli/distinfo =================================================================== RCS file: /home/cvs/ports/sysutils/docker-cli/distinfo,v diff -u -p -r1.12 distinfo --- sysutils/docker-cli/distinfo 22 Oct 2024 19:08:51 -0000 1.12 +++ sysutils/docker-cli/distinfo 21 Jan 2025 19:46:15 -0000 @@ -1,2 +1,2 @@ -SHA256 (docker-cli-v27.3.1.tar.gz) = 331EOHFm2QlU4pDfvgonhkm/cdDomTNhW9wHV1gLaOQ= -SIZE (docker-cli-v27.3.1.tar.gz) = 7225408 +SHA256 (docker-cli-v27.5.0.tar.gz) = dnaWglPwtco6RCE8ipLFcChOcUbUZKlbbtEQUL0JI4w= +SIZE (docker-cli-v27.5.0.tar.gz) = 7462649 Index: sysutils/docker-cli/pkg/PLIST =================================================================== RCS file: /home/cvs/ports/sysutils/docker-cli/pkg/PLIST,v diff -u -p -r1.5 PLIST --- sysutils/docker-cli/pkg/PLIST 11 Mar 2022 19:57:21 -0000 1.5 +++ sysutils/docker-cli/pkg/PLIST 18 Jan 2025 22:15:04 -0000 @@ -1,2 +1 @@ -@conflict docker-* @bin bin/docker -- wbr, Kirill