git: 8a153123e138 - 2023Q4 - www/miniflux: needs Go 1.21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 04:30:43 UTC
The branch 2023Q4 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a153123e138729ed15840216d6d6fc5b5a62333
commit 8a153123e138729ed15840216d6d6fc5b5a62333
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-11 06:33:13 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-11-12 04:30:36 +0000
www/miniflux: needs Go 1.21
This port requires the Go package log/slog which is only available with
Go 1.21 or newer. Bump the Go toolchain version required to 1.21.
Approved by: portmgr (build fix blanket)
MFH: 2023Q4
(cherry picked from commit 7838bd81960f26d7c331864f732fe8950993515b)
---
www/miniflux/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/miniflux/Makefile b/www/miniflux/Makefile
index 5499d1537635..b6adc49d3c0b 100644
--- a/www/miniflux/Makefile
+++ b/www/miniflux/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-USES= go:modules
+USES= go:modules,1.21
USE_GITHUB= yes
GH_PROJECT= v2