Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 08:19:32 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f7d7780389e - main - sysutils/py-ansible-base: Fix CPE information
Message-ID:  <202108200819.17K8JW8Q003502@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f7d7780389e084e2975d6325efbdc5efe8f13f3

commit 1f7d7780389e084e2975d6325efbdc5efe8f13f3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-20 08:13:41 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-20 08:13:41 +0000

    sysutils/py-ansible-base: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/py-ansible-base/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile
index 60b16f668101..ba3fdd8ba0cb 100644
--- a/sysutils/py-ansible-base/Makefile
+++ b/sysutils/py-ansible-base/Makefile
@@ -30,6 +30,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \
 
 USES=		ansible:env cpe gmake python:3.6+ shebangfix
 CPE_VENDOR=	redhat
+CPE_PRODUCT=	ansible
 USE_PYTHON=	autoplist concurrent distutils
 
 SHEBANG_REGEX=	[.]/test/.*[.]py



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