git: af73eb9a1c97 - main - www/writefreely: Pin to GO 1.20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 14:35:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=af73eb9a1c979d3e784f80e937573cef1d758d19 commit af73eb9a1c979d3e784f80e937573cef1d758d19 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-24 12:37:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-24 14:28:53 +0000 www/writefreely: Pin to GO 1.20 PR: 277776 Approved by: portmgr (blanket) --- www/writefreely/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile index 540bcf925396..e58db907a43b 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -12,7 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_DISTFILES_CC-BY-NC-SA-4.0= writefreely-documentation-v0.13.1_GH0.tar.gz -USES= go:modules +USES= go:1.20,modules USE_GITHUB= nodefault USE_RC_SUBR= writefreely GO_MODULE= github.com/writefreely/writefreely