From: Paco Esteban Subject: drop maintainer To: "ports@openbsd.org" Date: Sun, 08 Feb 2026 16:14:37 +0100 Hi ports@, Here's a quick one removing myself as maintainer from several ports. I just read today a message by sthen@ asking to do the same for other ports and made me think about this. I don't have the time/energy at the moment to properly maintain those. I still skim through ports@, tech@ and hackers@ though. Anyway, I post this here in case somebody is insterested in pick some up. (and also in case I forgot how to send a proper diff ...) The ports are: net/amfora net/dnscontrol net/gajim net/go-sendxmpp net/py-nbxmpp net/py-transmissionrpc-ng net/vf1 productivity/khard productivity/py-tasklib security/py-omemo-dr sysutils/chezmoi sysutils/croc www/p5-Test-LWP-UserAgent www/shiori I'll commit this in a couple of days if nobody complains about it. Cheers, Paco. diff --git net/amfora/Makefile net/amfora/Makefile index 973fc0df6a8..12b092da28b 100644 --- net/amfora/Makefile +++ net/amfora/Makefile @@ -4,11 +4,10 @@ MODGO_MODNAME= github.com/makeworld-the-better-one/amfora MODGO_VERSION= v1.10.0 DISTNAME= amfora-${MODGO_VERSION} +REVISION= 0 CATEGORIES= net -MAINTAINER= Paco Esteban - HOMEPAGE= https://github.com/makeworld-the-better-one/amfora # GPLv3 diff --git net/dnscontrol/Makefile net/dnscontrol/Makefile index 77ca26692b1..1769a6009e9 100644 --- net/dnscontrol/Makefile +++ net/dnscontrol/Makefile @@ -4,13 +4,12 @@ MODGO_VERSION = v4.25.0 MODGO_MODNAME = github.com/StackExchange/dnscontrol/v4 DISTNAME = dnscontrol-${MODGO_VERSION} +REVISION = 0 CATEGORIES = net HOMEPAGE = https://stackexchange.github.io/dnscontrol/ -MAINTAINER = Paco Esteban - # MIT PERMIT_PACKAGE = Yes diff --git net/gajim/Makefile net/gajim/Makefile index 040c0048649..bbd3a7a7dd9 100644 --- net/gajim/Makefile +++ net/gajim/Makefile @@ -2,12 +2,10 @@ COMMENT= fully-featured XMPP client written in Python MODPY_DISTV= 2.0.3 DISTNAME= gajim-${MODPY_DISTV} CATEGORIES= net x11 -REVISION= 0 +REVISION= 1 HOMEPAGE= https://www.gajim.org -MAINTAINER= Paco Esteban - SITES= ${HOMEPAGE}/downloads/${MODPY_DISTV:R}/ # GPLv3 only diff --git net/go-sendxmpp/Makefile net/go-sendxmpp/Makefile index 439894cac6e..3199fb9c7eb 100644 --- net/go-sendxmpp/Makefile +++ net/go-sendxmpp/Makefile @@ -5,13 +5,12 @@ MODGO_VERSION = v0.14.1 DISTNAME = go-sendxmpp-${MODGO_VERSION} PKGNAME = ${DISTNAME:S/-v/-/} +REVISION = 0 CATEGORIES = net HOMEPAGE = https://salsa.debian.org/mdosch/go-sendxmpp -MAINTAINER = Paco Esteban - # BSD-2 PERMIT_PACKAGE = Yes diff --git net/py-nbxmpp/Makefile net/py-nbxmpp/Makefile index 0d81b89c113..2bfb88de5b2 100644 --- net/py-nbxmpp/Makefile +++ net/py-nbxmpp/Makefile @@ -4,12 +4,10 @@ MODPY_DISTV = 6.0.2 DISTNAME = nbxmpp-${MODPY_DISTV} PKGNAME = py-${DISTNAME} CATEGORIES = net devel -REVISION = 0 +REVISION = 1 HOMEPAGE = https://python-nbxmpp.gajim.org/ -MAINTAINER = Paco Esteban - # GPLv3 PERMIT_PACKAGE = Yes diff --git net/py-transmissionrpc-ng/Makefile net/py-transmissionrpc-ng/Makefile index 14a4ab92980..fc2a288bae4 100644 --- net/py-transmissionrpc-ng/Makefile +++ net/py-transmissionrpc-ng/Makefile @@ -3,12 +3,11 @@ COMMENT = json-rpc client library for Transmission MODPY_DISTV = 0.14.1 DISTNAME = transmissionrpc-ng-${MODPY_DISTV} PKGNAME = py-${DISTNAME} -REVISION = 5 +REVISION = 6 CATEGORIES = net HOMEPAGE = https://github.com/0x022b/transmissionrpc-ng -MAINTAINER = Paco Esteban # MIT PERMIT_PACKAGE = Yes diff --git net/vf1/Makefile net/vf1/Makefile index 3546bfebc28..7bde060df7e 100644 --- net/vf1/Makefile +++ net/vf1/Makefile @@ -3,12 +3,11 @@ COMMENT = command line gopher client MODPY_DISTV = 0.0.11 DISTNAME = VF-1-${MODPY_DISTV} PKGNAME = vf1-${MODPY_DISTV} -REVISION = 6 +REVISION = 7 CATEGORIES = net HOMEPAGE = https://github.com/solderpunk/VF-1 -MAINTAINER = Paco Esteban # BSD PERMIT_PACKAGE = Yes diff --git productivity/khard/Makefile productivity/khard/Makefile index 9b82560661c..509902270ef 100644 --- productivity/khard/Makefile +++ productivity/khard/Makefile @@ -2,12 +2,11 @@ COMMENT = console vCard address book MODPY_DISTV = 0.19.1 DISTNAME = khard-${MODPY_DISTV} -REVISION = 2 +REVISION = 3 CATEGORIES = productivity HOMEPAGE = https://github.com/lucc/khard -MAINTAINER = Paco Esteban # GPLv3 PERMIT_PACKAGE = Yes diff --git productivity/py-tasklib/Makefile productivity/py-tasklib/Makefile index 5e174713113..22211da43ed 100644 --- productivity/py-tasklib/Makefile +++ productivity/py-tasklib/Makefile @@ -4,12 +4,11 @@ MODPY_DISTV = 2.5.1 DISTNAME = tasklib-${MODPY_DISTV} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = productivity HOMEPAGE = https://github.com/GothenburgBitFactory/tasklib -MAINTAINER = Paco Esteban # BSD PERMIT_PACKAGE = Yes diff --git security/py-omemo-dr/Makefile security/py-omemo-dr/Makefile index ccf27c0e1e7..b10352bf432 100644 --- security/py-omemo-dr/Makefile +++ security/py-omemo-dr/Makefile @@ -3,12 +3,10 @@ COMMENT = Gajim's fork of py-axolotl MODPY_DISTV = 1.0.1 DISTNAME = omemo-dr-${MODPY_DISTV} PKGNAME = py-omemo-dr-${MODPY_DISTV} -REVISION = 2 +REVISION = 3 CATEGORIES = security -MAINTAINER = Paco Esteban - # GPLv3 PERMIT_PACKAGE = Yes diff --git sysutils/chezmoi/Makefile sysutils/chezmoi/Makefile index 6e38f30b305..871a657abee 100644 --- sysutils/chezmoi/Makefile +++ sysutils/chezmoi/Makefile @@ -4,13 +4,12 @@ MODGO_MODNAME = github.com/twpayne/chezmoi/v2 MODGO_VERSION = v2.62.4 DISTNAME = chezmoi-${MODGO_VERSION} +REVISION = 0 CATEGORIES = sysutils HOMEPAGE = https://www.chezmoi.io/ -MAINTAINER = Paco Esteban - # MIT PERMIT_PACKAGE = Yes diff --git sysutils/croc/Makefile sysutils/croc/Makefile index b15c35f6661..8268b83e78a 100644 --- sysutils/croc/Makefile +++ sysutils/croc/Makefile @@ -4,13 +4,12 @@ MODGO_VERSION = v10.0.13 MODGO_MODNAME = github.com/schollz/croc/v10 DISTNAME = croc-${MODGO_VERSION} +REVISION = 0 CATEGORIES = sysutils HOMEPAGE = https://schollz.com/tinker/croc6/ -MAINTAINER = Paco Esteban - # MIT PERMIT_PACKAGE = Yes diff --git www/p5-Test-LWP-UserAgent/Makefile www/p5-Test-LWP-UserAgent/Makefile index d64149be1ee..b881b44c754 100644 --- www/p5-Test-LWP-UserAgent/Makefile +++ www/p5-Test-LWP-UserAgent/Makefile @@ -3,11 +3,10 @@ FIX_EXTRACT_PERMISSIONS = Yes COMMENT = LWP::UserAgent for simulating and testing network calls DISTNAME = Test-LWP-UserAgent-0.036 +REVISION = 0 CATEGORIES = www devel -MAINTAINER = Paco Esteban - # Perl PERMIT_PACKAGE = Yes diff --git www/shiori/Makefile www/shiori/Makefile index 30d3cb4742a..d2af4c507ab 100644 --- www/shiori/Makefile +++ www/shiori/Makefile @@ -7,13 +7,12 @@ MODGO_MODNAME = github.com/go-shiori/shiori MODGO_VERSION = v1.7.4 DISTNAME = shiori-${MODGO_VERSION} +REVISION = 0 CATEGORIES = www HOMEPAGE = https://github.com/go-shiori/shiori -MAINTAINER = Paco Esteban - # MIT PERMIT_PACKAGE = Yes