Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
quirks: obsolete textproc/goldendict
To:
ports@openbsd.org
Date:
Sat, 24 Feb 2024 19:50:56 +0000

Download raw body.

Thread
Here's a diff for simple removal, or should we add @conflict and @pkgpath
markers to textproc/goldendict-ng and proper merge goldendict into it?

One superseeds the other, but they can coexist/do not conflict...

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
diff -u -p -r1.1600 Makefile
--- Makefile	24 Feb 2024 15:39:44 -0000	1.1600
+++ Makefile	24 Feb 2024 19:33:13 -0000
@@ -3,7 +3,7 @@ CATEGORIES =	devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =	quirks-7.8
+PKGNAME =	quirks-7.9
 PKG_ARCH =	*
 MAINTAINER =	Marc Espie <espie@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
diff -u -p -r1.1610 Quirks.pm
--- files/Quirks.pm	24 Feb 2024 15:39:44 -0000	1.1610
+++ files/Quirks.pm	24 Feb 2024 19:36:31 -0000
@@ -1913,6 +1913,7 @@ setup_obsolete_reason(
 	64 => 'qsyncthingtray',
 	3 => 'h2o',
 	3 => 'smtube',
+	65 => 'goldendict',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually
@@ -1994,6 +1995,7 @@ my $obsolete_message = {
 	62 => "not maintained, upstream suggests using passphraseme or pwgen",
 	63 => "outdated, unmaintained, crashes on startup",
 	64 => "dead upstream, crashes when showing the Syncthing web interface, use a browser",
+	65 => "superseeded by goldendict-ng",
 };
 
 # ->is_base_system($handle, $state):