Wednesday, January 25, 2023

remove go-goptlib and go-net

devel/go-tools doesn't depend anymore on net/go-net, leaving only
devel/go-goptlib having a BDEP on it. Both ports are go libraries
that are needed by nothing and that any modernish go port would pull
in via modules anyway.

ok to remove?

is this quirks diff (plus unhook in the makefile and cvs rm) ok/enough?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1481
diff -u -p -r1.1481 Makefile
--- Makefile 22 Jan 2023 21:03:41 -0000 1.1481
+++ Makefile 25 Jan 2023 19:54:42 -0000
@@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =

# API.rev
-PKGNAME = quirks-6.97
+PKGNAME = quirks-6.98
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

Index: files/Quirks.pm
===================================================================
RCS file: /home/cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1492
diff -u -p -r1.1492 Quirks.pm
--- files/Quirks.pm 22 Jan 2023 21:03:41 -0000 1.1492
+++ files/Quirks.pm 25 Jan 2023 19:54:35 -0000
@@ -1779,6 +1779,8 @@ setup_obsolete_reason(
5 => 'riak',
15 => 'rmilter',
3 => 'gotweb',
+ 6 => 'go-net',
+ 6 => 'go-goptlib',
);

# though it's not yet used, these should be pkgnames, so that eventually

No comments:

Post a Comment