git: cc119495c0d5 - main - net-im/dendrite: Port builds fine with Go 1.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Aug 2022 06:58:04 UTC
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}