From: Omar Polo Subject: Re: sysutils/docker-cli: update to 25.0.3 To: "Kirill A. Korinsky" Cc: ports@openbsd.org Date: Fri, 09 Feb 2024 09:39:56 +0100 On 2024/02/09 01:58:42 +0100, Kirill A. Korinsky wrote: > > Some early comments on docker-cli: > > > > - don't remove @conflict from the PLIST > > I'm confused. My idea was to allow install The line "@conflict docker-*" in PLIST means that this package conflicts with any version of the "docker" package, it does not mean that it conflict for e.g. with docker-cli. In other words, the "*" applies only to the version, not to part of the package name. The conflict is needed since the package "docker" was removed by solene@ in december 2020 and being replaced with docker-cli. Technically we may remove the @conflict line because we don't support updates across non sequential OpenBSD version, but we tend to keep these @conflict lines in the ports tree nevertheless.