git: 7302c30ec0bd - main - www/remark42: Set Go version to a range
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Feb 2026 19:16:33 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7302c30ec0bd0174d75b56c8359b0c70f4445c75
commit 7302c30ec0bd0174d75b56c8359b0c70f4445c75
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2026-02-11 19:14:56 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2026-02-11 19:16:26 +0000
www/remark42: Set Go version to a range
remark42 builds, tests, and (superficially) runs when build with go1.26.
Mark the Go version as a minimum, not a pin.
---
www/remark42/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/remark42/Makefile b/www/remark42/Makefile
index c7f80a954ee5..1e1d92332a93 100644
--- a/www/remark42/Makefile
+++ b/www/remark42/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS+= npm-node22>0:www/npm-node22
-USES= cpe go:1.25,modules tar:xz
+USES= cpe go:1.25+,modules tar:xz
GO_BUILDFLAGS= -ldflags "-s -w -X main.revision=${DISTVERSION}"
GO_TARGET= app:${PREFIX}/libexec/${PORTNAME}