Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2023 01:08:51 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eca91a69a10c - main - sysutils/gdu: Pin Go version to 1.19
Message-ID:  <202303110108.32B18pE4041160@gitrepo.freebsd.org>

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

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

commit eca91a69a10c0310d101d1e32610794cc6da378d
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2023-03-11 01:06:08 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2023-03-11 01:06:08 +0000

    sysutils/gdu: Pin Go version to 1.19
---
 sysutils/gdu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile
index ecad42771c1e..cdd8559c9f6c 100644
--- a/sysutils/gdu/Makefile
+++ b/sysutils/gdu/Makefile
@@ -11,7 +11,7 @@ WWW=		https://github.com/dundee/gdu
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		go:modules
+USES=		go:modules,1.19
 USE_GITHUB=	yes
 GH_ACCOUNT=	dundee
 GH_TUPLE=	davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \



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