ports@, Here an update for sysutils/docker-cli to 27.2.1, I also switched port to use DIST_TUPLE to make an artifact name cleaner because cli-vX.Y.Y seems a bit odd.
Tested on amd64 The diff: Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/docker-cli/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 1 Sep 2024 09:39:28 -0000 1.14 +++ Makefile 30 Sep 2024 08:21:39 -0000 @@ -1,11 +1,8 @@ COMMENT = command-line tool for controlling Docker -V = 27.1.2 - -GH_ACCOUNT = docker -GH_PROJECT = cli -GH_TAGNAME = v${V} -PKGNAME = docker-${DISTNAME} +V = 27.2.1 +DIST_TUPLE = github docker cli v${V} . +PKGNAME= docker-${DISTNAME} CATEGORIES = sysutils Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/docker-cli/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 1 Sep 2024 09:39:28 -0000 1.10 +++ distinfo 30 Sep 2024 08:21:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (cli-27.1.2.tar.gz) = 5g/dsr0rThl5DSa3hskw5w+pNRaDc+8IBV90u8RQvOg= -SIZE (cli-27.1.2.tar.gz) = 7142511 +SHA256 (docker-cli-v27.2.1.tar.gz) = z9i3tSoB45Ok5LtYSzZ9DnuOu0slvw9LHTWxkxl+iBc= +SIZE (docker-cli-v27.2.1.tar.gz) = 7235741 -- wbr, Kirill