git: 3ec295cf4a21 - main - sysutils/py-diffoscope: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:53:16 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ec295cf4a21ebd8001b7ff7f3213b599b6b8980 commit 3ec295cf4a21ebd8001b7ff7f3213b599b6b8980 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-13 13:52:00 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-13 13:52:58 +0000 sysutils/py-diffoscope: Add CPE information Approved by: portmgr (blanket) --- sysutils/py-diffoscope/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 76a5f482f9c1..e00de39b0197 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ isoinfo:sysutils/cdrkit \ rpm2cpio:archivers/rpm2cpio -USES= python:3.7+ +USES= cpe python:3.7+ +CPE_VENDOR= reproducible_builds USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes