Date: Sat, 06 Dec 2025 21:53:57 +0000 From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3341447463d6 - main - dns/blocky: Unpin Go version number Message-ID: <6934a5f5.3838d.3133ddf9@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=3341447463d64ce0fb11bf32b84e1e2b7adb7e91 commit 3341447463d64ce0fb11bf32b84e1e2b7adb7e91 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2025-12-06 21:47:05 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-12-06 21:53:14 +0000 dns/blocky: Unpin Go version number Reported by: go (adamw) --- dns/blocky/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 8f5d6f532e1f..18e57405eb5e 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.28.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://0xerr0r.github.io/blocky/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:modules USE_RC_SUBR= blocky GO_MODULE= github.com/0xERR0R/blockyhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6934a5f5.3838d.3133ddf9>
