1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

net-im/dendrite: 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
This commit is contained in:
Dmitri Goutnik 2023-02-03 10:50:41 -05:00
parent fe49bf2a89
commit 9bb7a77ba0

View File

@ -10,7 +10,7 @@ WWW= https://github.com/matrix-org/dendrite
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe go:modules
USES= cpe go:1.19,modules
CPE_VENDOR= matrix
PLIST_SUB= PORTNAME=${PORTNAME}
USE_RC_SUBR= ${PORTNAME}