Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 13:37:06 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa48b081336f - main - textproc/zed: Requires go >= 1.12
Message-ID:  <202311141337.3AEDb6DG084510@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa48b081336fe4a9466f5b32f36c9b772914a2cb

commit aa48b081336fe4a9466f5b32f36c9b772914a2cb
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-11-14 13:36:29 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-11-14 13:36:29 +0000

    textproc/zed: Requires go >= 1.12
---
 textproc/zed/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/zed/Makefile b/textproc/zed/Makefile
index 70a34d8b6dce..769ce4d1ceca 100644
--- a/textproc/zed/Makefile
+++ b/textproc/zed/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	fails to build: cannot use math.MaxUint32 (untyped int constant 4294967295) as int value in assignment (overflows)
 
-USES=		go:modules
+USES=		go:modules,1.21
 
 GO_MODULE?=	github.com/brimdata/zed
 GO_PKGNAME?=	github.com/brimdata/zed/cmd/zed



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311141337.3AEDb6DG084510>