git: f1993856d142 - main - www/jitsi-meet: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Aug 31 10:15:28 UTC 2021


The branch main has been updated by decke:

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

commit f1993856d14201fcfd0da650039e5d20e400bf63
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-31 09:53:42 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-31 10:15:13 +0000

    www/jitsi-meet: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/jitsi-meet/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/jitsi-meet/Makefile b/www/jitsi-meet/Makefile
index 2f8317bad786..0b3645c6167a 100644
--- a/www/jitsi-meet/Makefile
+++ b/www/jitsi-meet/Makefile
@@ -11,9 +11,12 @@ COMMENT=	Secure, Simple and Scalable Video Conferences
 
 LICENSE=	APACHE20
 
-USES=		tar:bzip2
+USES=		cpe tar:bzip2
 NO_BUILD=	yes
 
+CPE_VENDOR=	jitsi
+CPE_PRODUCT=	meet
+
 SUB_FILES+=	pkg-message
 
 WWWDIR=		${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}


More information about the dev-commits-ports-main mailing list