Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 06:58:04 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc119495c0d5 - main - net-im/dendrite: Port builds fine with Go 1.19
Message-ID:  <202208040658.2746w48w085393@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish:

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

commit cc119495c0d552a62ad31393ba9f0df612e335c3
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-08-04 06:57:06 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-08-04 06:57:43 +0000

    net-im/dendrite: Port builds fine with Go 1.19
---
 net-im/dendrite/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile
index ac844a906e6f..89b416cf8d03 100644
--- a/net-im/dendrite/Makefile
+++ b/net-im/dendrite/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dendrite
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 
 MAINTAINER=	ashish@FreeBSD.org
@@ -10,7 +10,7 @@ COMMENT=	Matrix protocol homeserver
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.18,modules
+USES=		go:modules
 PLIST_SUB=	PORTNAME=${PORTNAME}
 USE_RC_SUBR=	${PORTNAME}
 USERS=		${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208040658.2746w48w085393>