On 2016-12-17, Christian Weisgerber <na...@mips.inka.de> wrote: > diff -u -p -r1.20 PLIST > --- pkg/PLIST 12 Mar 2011 23:20:17 -0000 1.20 > +++ pkg/PLIST 17 Dec 2016 22:41:52 -0000 > @@ -1,4 +1,6 @@ > @comment $OpenBSD: PLIST,v 1.20 2011/03/12 23:20:17 sthen Exp $ > +@conflict ja-w3m-* > +%%image%%
+!%%image%% Here's the quirks entry. With this, the upgrade path works for all four existing packages. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.429 diff -u -p -r1.429 Makefile --- Makefile 14 Dec 2016 14:26:25 -0000 1.429 +++ Makefile 18 Dec 2016 20:49:56 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-2.274 +PKGNAME = quirks-2.275 PKG_ARCH = * MAINTAINER = Marc Espie <es...@openbsd.org> Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.441 diff -u -p -r1.441 Quirks.pm --- files/Quirks.pm 14 Dec 2016 14:26:25 -0000 1.441 +++ files/Quirks.pm 18 Dec 2016 20:49:56 -0000 @@ -409,6 +409,7 @@ my $stem_extensions = { 'py-httpie' => 'httpie', 'py-ripe.atlas.tools' => 'ripe.atlas.tools', 'u-boot' => 'u-boot-arm', + 'ja-w3m' => 'w3m', }; my $obsolete_reason = { -- Christian "naddy" Weisgerber na...@mips.inka.de