git: 701cddf67395 - main - sysutils/py-ansible-runner: amend CPE_VENDOR

Dave Cottlehuber dch at FreeBSD.org
Mon May 31 09:46:01 UTC 2021


The branch main has been updated by dch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=701cddf67395e3aea12961a2beb13b042164550d

commit 701cddf67395e3aea12961a2beb13b042164550d
Author:     Dave Cottlehuber <dch at FreeBSD.org>
AuthorDate: 2021-05-31 09:43:48 +0000
Commit:     Dave Cottlehuber <dch at FreeBSD.org>
CommitDate: 2021-05-31 09:44:01 +0000

    sysutils/py-ansible-runner: amend CPE_VENDOR
    
    The "ansibleworks" is not a valid CPE vendor. Change it to "redhat",
    as mentioned on websites like https://nvd.nist.gov and in line with
    the main sysutils/ansible* ports.
    
    Reported by:    0mp
---
 sysutils/py-ansible-runner/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile
index d745d7dcd5e3..8c5398b9a21b 100644
--- a/sysutils/py-ansible-runner/Makefile
+++ b/sysutils/py-ansible-runner/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible>2.0:sysutils/ansible@${PY_FLAVOR} \
 USES=		cpe python:3.6+
 USE_PYTHON=	distutils autoplist concurrent
 
-CPE_VENDOR=	ansibleworks
+CPE_VENDOR=	redhat
 
 NO_ARCH=	yes
 


More information about the dev-commits-ports-all mailing list