git: e643de34c298 - main - textproc/py-elasticsearch5: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 11:02:24 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=e643de34c298bd16d26326b50d5d7182bd8a50d9 commit e643de34c298bd16d26326b50d5d7182bd8a50d9 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:00:23 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:07 +0000 textproc/py-elasticsearch5: Add CPE information Approved by: portmgr (blanket) --- textproc/py-elasticsearch5/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile index 879e3fad7369..8874e4176a79 100644 --- a/textproc/py-elasticsearch5/Makefile +++ b/textproc/py-elasticsearch5/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= elastic USE_GITHUB= yes # tests not packaged with sdist USE_PYTHON= distutils autoplist