I made a mistake when I imported sysutils/docker-cli

the ports path is sysutils/docker-cli but the package is
still named docker.

ok?

Index: devel/quirks//Makefile
===================================================================
RCS file: /home/reposync/ports/devel/quirks/Makefile,v
retrieving revision 1.1112
diff -u -p -r1.1112 Makefile
--- devel/quirks//Makefile      21 Dec 2020 21:19:22 -0000      1.1112
+++ devel/quirks//Makefile      22 Dec 2020 15:30:54 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-3.501
+PKGNAME =      quirks-3.502
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: devel/quirks//files/Quirks.pm
===================================================================
RCS file: /home/reposync/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1129
diff -u -p -r1.1129 Quirks.pm
--- devel/quirks//files/Quirks.pm       21 Dec 2020 21:19:22 -0000      1.1129
+++ devel/quirks//files/Quirks.pm       22 Dec 2020 15:30:48 -0000
@@ -522,6 +522,7 @@ my $stem_extensions = {
        'fvicons' => 'fvwm2',
        'py-frozen-flask' => 'py3-frozen-flask',
        'glibmm26' => 'glibmm268',
+       'docker' => 'docker-cli',
 };
 
 my $obsolete_reason = {
Index: sysutils/docker-cli//Makefile
===================================================================
RCS file: /home/reposync/ports/sysutils/docker-cli/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- sysutils/docker-cli//Makefile       3 Oct 2020 20:38:46 -0000       1.1.1.1
+++ sysutils/docker-cli//Makefile       22 Dec 2020 15:31:54 -0000
@@ -3,11 +3,11 @@
 COMMENT =              command-line tool for controlling Docker
 
 V =                    19.03.13
-PKGNAME =              docker-${V}
 
 GH_ACCOUNT =           docker
 GH_PROJECT =           cli
 GH_TAGNAME =           v${V}
+PKGNAME =              docker-${DISTNAME}
 
 
 CATEGORIES =           sysutils
Index: sysutils/docker-cli//pkg/PLIST
===================================================================
RCS file: /home/reposync/ports/sysutils/docker-cli/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- sysutils/docker-cli//pkg/PLIST      3 Oct 2020 20:38:46 -0000       1.1.1.1
+++ sysutils/docker-cli//pkg/PLIST      22 Dec 2020 16:19:45 -0000
@@ -1,2 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2020/10/03 20:38:46 solene Exp $
 @bin bin/docker
+@conflict docker-*

Reply via email to