git: 9bb7a77ba08d - main - net-im/dendrite: Pin Go version to 1.19

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Fri, 03 Feb 2023 19:51:06 UTC
The branch main has been updated by dmgk:

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

commit 9bb7a77ba08d30edbffc8a956ca445bbafa8b31d
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-02-03 15:50:41 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-02-03 18:09:02 +0000

    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
---
 net-im/dendrite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile
index e8e0b1ccd86c..368f17d392a3 100644
--- a/net-im/dendrite/Makefile
+++ b/net-im/dendrite/Makefile
@@ -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}