git: 574c5ed5354b - main - textproc/py-pikepdf: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Thu Sep 30 15:15:07 UTC 2021


The branch main has been updated by decke:

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

commit 574c5ed5354b9fd823870482ad51b15205ab7f18
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-30 14:46:18 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-30 15:14:16 +0000

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

diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile
index e0d753f3330e..e20ff374a2ea 100644
--- a/textproc/py-pikepdf/Makefile
+++ b/textproc/py-pikepdf/Makefile
@@ -29,9 +29,11 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PY_PILLOW} \
 		${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR}
 
-USES=		compiler:c++14-lang python:3.6+
+USES=		compiler:c++14-lang cpe python:3.6+
 USE_PYTHON=	distutils autoplist
 
+CPE_VENDOR=	pikepdf_project
+
 TEST_ENV=	LC_ALL=en_US.UTF-8
 
 OPTIONS_DEFINE=	JBIG2


More information about the dev-commits-ports-main mailing list