From: Raf Czlonka Subject: [PATCH] net/dnscontrol - fix HOMEPAGE To: ports@openbsd.org Date: Sat, 9 May 2026 11:50:37 +0100 Hello, A small patch which fixes the HOMEPAGE - currently points to 404 on GH Pages. Cheers, Raf P.S. I'm not subscribed to ports@ mailing list so please CC me if need be. Index: net/dnscontrol/Makefile =================================================================== RCS file: /cvs/ports/net/dnscontrol/Makefile,v diff -u -p -r1.38 Makefile --- net/dnscontrol/Makefile 10 Feb 2026 08:02:19 -0000 1.38 +++ net/dnscontrol/Makefile 9 May 2026 10:50:13 -0000 @@ -4,11 +4,11 @@ MODGO_VERSION = v4.25.0 MODGO_MODNAME = github.com/StackExchange/dnscontrol/v4 DISTNAME = dnscontrol-${MODGO_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = net -HOMEPAGE = https://stackexchange.github.io/dnscontrol/ +HOMEPAGE = https://dnscontrol.org/ # MIT PERMIT_PACKAGE = Yes