Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2021 13:36:24 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d264d1ea014 - main - devel/sonar-scanner-cli: fix CPE product
Message-ID:  <202110271336.19RDaOEj036462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110271336.19RDaOEj036462>