Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 11:02:25 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a7a5494fb06c - main - textproc/py-elasticsearch6: Add CPE information
Message-ID:  <202110141102.19EB2PV7034247@gitrepo.freebsd.org>

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

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

commit a7a5494fb06c4adb52bddc101c4fd74b0bcc7be6
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 11:00:32 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:07 +0000

    textproc/py-elasticsearch6: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 textproc/py-elasticsearch6/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/py-elasticsearch6/Makefile b/textproc/py-elasticsearch6/Makefile
index 76aa61492433..a0a613630236 100644
--- a/textproc/py-elasticsearch6/Makefile
+++ b/textproc/py-elasticsearch6/Makefile
@@ -22,7 +22,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
+CPE_VENDOR=	elastic
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



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