Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2021 13:53:16 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: 3ec295cf4a21 - main - sysutils/py-diffoscope: Add CPE information
Message-ID:  <202110131353.19DDrGkI032055@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=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



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