git: 49c9e58c2493 - main - archivers/bzip3: Add CPE_VENDOR information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Thu, 19 Sep 2024 14:50:43 UTC
The branch main has been updated by decke:

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

commit 49c9e58c24934e16c91b5a4e68d73735e104e848
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2024-09-19 14:49:53 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2024-09-19 14:49:53 +0000

    archivers/bzip3: Add CPE_VENDOR information
    
    Event:          DevSummit/202409
---
 archivers/bzip3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile
index 974f2ea9902a..c6035a213306 100644
--- a/archivers/bzip3/Makefile
+++ b/archivers/bzip3/Makefile
@@ -13,9 +13,11 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/libsais-LICENSE
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/LICENSE
 
-USES=		cmake pathfix tar:xz
+USES=		cmake cpe pathfix tar:xz
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	bzip3_project
+
 post-patch:
 	@${REINPLACE_CMD} -e "s|\(VERSION \)1\.3\.0|\1${DISTVERSION}|" \
 		${WRKSRC}/CMakeLists.txt