git: 4d264d1ea014 - main - devel/sonar-scanner-cli: fix CPE product

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Wed, 27 Oct 2021 13:36:24 UTC
The branch main has been updated by netchild:

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

commit 4d264d1ea014a8b6b64a01ce65f162d8b9a38056
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2021-10-27 13:28:49 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2021-10-27 13:36:18 +0000

    devel/sonar-scanner-cli: fix CPE product
---
 devel/sonar-scanner-cli/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/sonar-scanner-cli/Makefile b/devel/sonar-scanner-cli/Makefile
index 3681d61fcaba..06cc26d1b948 100644
--- a/devel/sonar-scanner-cli/Makefile
+++ b/devel/sonar-scanner-cli/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sonar-scanner-cli
 DISTVERSION=	4.4.0.2170
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel security www java
 MASTER_SITES=	https://binaries.sonarsource.com/Distribution/${PORTNAME}/
 
@@ -14,6 +14,7 @@ RUN_DEPENDS=	node:www/node
 
 USES=		cpe zip
 CPE_VENDOR=	sonarsource
+CPE_PRODUCT=	sonarqube_scanner
 USE_JAVA=	yes
 
 WRKSRC=		${WRKDIR}/sonar-scanner-${DISTVERSION}