diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2021-10-27 15:28:49 +0200 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2021-10-27 15:36:18 +0200 |
| commit | 4d264d1ea014a8b6b64a01ce65f162d8b9a38056 (patch) | |
| tree | 5665f03b0b68760393e77cbe4cf3c7c38143fb0b | |
| parent | devel/sonarqube-community: update plugins (diff) | |
devel/sonar-scanner-cli: fix CPE product
| -rw-r--r-- | devel/sonar-scanner-cli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |
