Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 08:19:33 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: 6a4868724f98 - main - sysutils/py-ansible-core: Fix CPE information
Message-ID:  <202108200819.17K8JXqu003526@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=6a4868724f98558f1c747e3438fe0592c55137ee

commit 6a4868724f98558f1c747e3438fe0592c55137ee
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-20 08:18:06 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-20 08:18:06 +0000

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

diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index f11b5e2fd64a..d1e0200490ca 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -28,6 +28,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.17K8JXqu003526>