diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-02-03 10:57:44 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2023-02-03 13:09:11 -0500 |
commit | b7dcaa6d32c949e194639977d7b89d1af5314c1f (patch) | |
tree | ae680fec7f0c6045d884c3923d35a94006c031e4 | |
parent | www/caddy: Pin Go version to 1.19 (diff) |
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
-rw-r--r-- | www/pydio-cells/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |