Date: Fri, 3 Feb 2023 19:51:09 GMT From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7dcaa6d32c9 - main - www/pydio-cells: Pin Go version to 1.19 Message-ID: <202302031951.313Jp9CA067860@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7dcaa6d32c949e194639977d7b89d1af5314c1f commit b7dcaa6d32c949e194639977d7b89d1af5314c1f Author: Dmitri Goutnik <dmgk@FreeBSD.org> AuthorDate: 2023-02-03 15:57:44 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2023-02-03 18:09:11 +0000 www/pydio-cells: Pin Go version to 1.19 vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go:5:13: cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. quic-go doesn't support go1.20 yet, keep building this port with go1.19 for now. PR: 269289 Reported by: exp-run --- www/pydio-cells/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile index 3e8e8fa0d2ef..19109f749c57 100644 --- a/www/pydio-cells/Makefile +++ b/www/pydio-cells/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= Not supported on i386 -USES= cpe go:modules gmake +USES= cpe go:1.19,modules gmake CPE_VENDOR= pydio USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302031951.313Jp9CA067860>