git: 7838bd81960f - main - www/miniflux: needs Go 1.21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 04:29:45 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=7838bd81960f26d7c331864f732fe8950993515b commit 7838bd81960f26d7c331864f732fe8950993515b Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-11 06:33:13 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-12 01:37:55 +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 --- 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