diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile index 00a852377d93..b297b31fc540 100644 --- a/security/nextcloud-end_to_end_encryption/Makefile +++ b/security/nextcloud-end_to_end_encryption/Makefile @@ -1,16 +1,19 @@ PORTNAME= end_to_end_encryption PORTVERSION= 2.1.1 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= brnrd@freebsd.org COMMENT= End-to-End Encryption app for Nextcloud WWW= https://apps.nextcloud.com/apps/end_to_end_encryption LICENSE_FILE= ${WRKSRC}/LICENSE NEXTCLOUD_RUN_DEPENDS= 33 -USES= nextcloud php:flavors +USES= cpe nextcloud php:flavors + +CPE_VENDOR= nextcloud +CPE_PRODUCT= end-to-end_encryption .include diff --git a/security/nextcloud-twofactor_webauthn/Makefile b/security/nextcloud-twofactor_webauthn/Makefile index f30d9487339b..fa1d4ceac76b 100644 --- a/security/nextcloud-twofactor_webauthn/Makefile +++ b/security/nextcloud-twofactor_webauthn/Makefile @@ -1,16 +1,19 @@ PORTNAME= twofactor_webauthn PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= brnrd@FreeBSD.org COMMENT= U2F webauthn app for Nextcloud WWW= https://apps.nextcloud.com/apps/twofactor_webauthn LICENSE_FILE= ${WRKSRC}/COPYING NEXTCLOUD_RUN_DEPENDS= 31 -USES= nextcloud php:flavors +USES= cpe nextcloud php:flavors + +CPE_VENDOR= nextcloud +CPE_PRODUCT= two-factor_webauthn .include diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index 41a2d59794f6..c04d1ee03fb5 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -1,14 +1,17 @@ PORTNAME= groupfolders PORTVERSION= 21.0.7 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= brnrd@FreeBSD.org COMMENT= Groupfolders app for Nextcloud WWW= https://apps.nextcloud.com/apps/groupfolders NEXTCLOUD_RUN_DEPENDS= 33 -USES= nextcloud php:flavors +USES= cpe nextcloud php:flavors + +CPE_VENDOR= nextcloud +CPE_PRODUCT= group_folders .include diff --git a/www/nextcloud-news/Makefile b/www/nextcloud-news/Makefile index 6279eaa23ee2..46647ee2f551 100644 --- a/www/nextcloud-news/Makefile +++ b/www/nextcloud-news/Makefile @@ -1,20 +1,22 @@ PORTNAME= news PORTVERSION= 28.4.1 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= ${PORTNAME} MAINTAINER= nomoo@nomoo.ru COMMENT= News app for Nextcloud WWW= https://apps.nextcloud.com/apps/news LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING NEXTCLOUD_RUN_DEPENDS= 32 -USES= nextcloud php:flavors +USES= cpe nextcloud php:flavors GH_ACCOUNT= nextcloud +CPE_VENDOR= nextcloud + .include diff --git a/www/nextcloud-notes/Makefile b/www/nextcloud-notes/Makefile index 39944ad55029..849dcf2a96e1 100644 --- a/www/nextcloud-notes/Makefile +++ b/www/nextcloud-notes/Makefile @@ -1,16 +1,18 @@ PORTNAME= notes PORTVERSION= 5.0.0 DISTVERSIONPREFIX= v CATEGORIES= www editors MAINTAINER= brnrd@FreeBSD.org COMMENT= Notes app for Nextcloud WWW= https://apps.nextcloud.com/apps/notes LICENSE_FILE= ${WRKSRC}/COPYING NEXTCLOUD_RUN_DEPENDS= 30 -USES= nextcloud php:flavors +USES= cpe nextcloud php:flavors + +CPE_VENDOR= nextcloud .include