aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2023-02-03 15:57:44 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2023-02-03 18:09:11 +0000
commitb7dcaa6d32c949e194639977d7b89d1af5314c1f (patch)
treeae680fec7f0c6045d884c3923d35a94006c031e4
parente41e27b19194be93c1bad06a10dafc9211264960 (diff)
downloadports-b7dcaa6d32c949e194639977d7b89d1af5314c1f.tar.gz
ports-b7dcaa6d32c949e194639977d7b89d1af5314c1f.zip
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/Makefile2
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