diff options
| author | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-12-06 21:47:05 +0000 |
|---|---|---|
| committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2025-12-06 21:53:14 +0000 |
| commit | 3341447463d64ce0fb11bf32b84e1e2b7adb7e91 (patch) | |
| tree | 8bf1340cd43d71e1d4a93d143feb1f635d5c1349 | |
| parent | fd49b89cb437555110b329556a253c7543e433b4 (diff) | |
dns/blocky: Unpin Go version number
Reported by: go (adamw)
| -rw-r--r-- | dns/blocky/Makefile | 4 |
1 files 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/blocky |
