Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 20:04:31 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: 892cf6fc03dc - main - net-im/dendrite: Add CPE information
Message-ID:  <202208252004.27PK4Vxm058752@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=892cf6fc03dca1e106605301fd2880f90a59d9b6

commit 892cf6fc03dca1e106605301fd2880f90a59d9b6
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-08-25 20:01:46 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-08-25 20:02:16 +0000

    net-im/dendrite: Add CPE information
    
    MFH:            2022Q3
---
 net-im/dendrite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/dendrite/Makefile b/net-im/dendrite/Makefile
index 69fc83673ae7..dd4b7c07bdcd 100644
--- a/net-im/dendrite/Makefile
+++ b/net-im/dendrite/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Matrix protocol homeserver
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	matrix
 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?202208252004.27PK4Vxm058752>