Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2026 12:48:25 +0000
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 011d0744ad49 - main - */nextcloud-*: Add missing CPE info
Message-ID:  <6a1c2e19.192f7.3ec0483e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by brnrd:

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

commit 011d0744ad49b4a8d0469f2938a4574df6049857
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-05-31 12:48:11 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-05-31 12:48:11 +0000

    */nextcloud-*: Add missing CPE info
---
 security/nextcloud-end_to_end_encryption/Makefile | 5 ++++-
 security/nextcloud-twofactor_webauthn/Makefile    | 5 ++++-
 www/nextcloud-groupfolders/Makefile               | 5 ++++-
 www/nextcloud-news/Makefile                       | 4 +++-
 www/nextcloud-notes/Makefile                      | 4 +++-
 5 files changed, 18 insertions(+), 5 deletions(-)

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
@@ -11,6 +11,9 @@ 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 <bsd.port.mk>
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
@@ -11,6 +11,9 @@ 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 <bsd.port.mk>
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
@@ -9,6 +9,9 @@ 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 <bsd.port.mk>
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
@@ -13,8 +13,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 NEXTCLOUD_RUN_DEPENDS=	32
 
-USES=		nextcloud php:flavors
+USES=		cpe nextcloud php:flavors
 
 GH_ACCOUNT=	nextcloud
 
+CPE_VENDOR=	nextcloud
+
 .include <bsd.port.mk>
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
@@ -11,6 +11,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 NEXTCLOUD_RUN_DEPENDS=	30
 
-USES=		nextcloud php:flavors
+USES=		cpe nextcloud php:flavors
+
+CPE_VENDOR=	nextcloud
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c2e19.192f7.3ec0483e>