From: Omar Polo Subject: Re: NEW/RENAME Walk-1.7.0 To: "Gonzalo L. Rodriguez" Cc: ports@openbsd.org Date: Wed, 03 Jan 2024 16:02:12 +0100 On 2024/01/03 14:24:31 +0100, "Gonzalo L. Rodriguez" wrote: > Hello, > > So 'llama' changed his name to 'Walk', the idea with op@ it's to import this and > kill llama. > > https://github.com/antonmedv/walk > > OK? feedback? I'd add @conflict llama-* @pkgpath sysutils/llama at the top of the PLIST, plus the following quirks diff so that pkg_add is able to upgrade from llama to walk. Maybe even a llama -> walk symlink to ease the transition? : post-install: : cd ${PREFIX}/bin && ln -s nsxiv sxiv (+ make update-plist) Other than that, looks ok to me, although I'm not using it anymore ^^" Index: Makefile =================================================================== RCS file: /home/cvs/ports/devel/quirks/Makefile,v diff -u -p -r1.1588 Makefile --- Makefile 27 Dec 2023 21:52:42 -0000 1.1588 +++ Makefile 3 Jan 2024 14:49:57 -0000 @@ -3,7 +3,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-6.204 +PKGNAME = quirks-6.205 PKG_ARCH = * MAINTAINER = Marc Espie Index: files/Quirks.pm =================================================================== RCS file: /home/cvs/ports/devel/quirks/files/Quirks.pm,v diff -u -p -r1.1599 Quirks.pm --- files/Quirks.pm 27 Dec 2023 21:52:42 -0000 1.1599 +++ files/Quirks.pm 3 Jan 2024 14:50:13 -0000 @@ -807,6 +807,7 @@ my $stem_extensions = { 'py-binaryornot' => 'py3-binaryornot', 'py-cython' => 'py3-cython', 'py-analyzemft' => 'py3-analyzemft', + 'llama' => 'walk', }; my $obsolete_reason = {};