Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 15:15:06 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 574c5ed5354b - main - textproc/py-pikepdf: Add CPE information
Message-ID:  <202109301515.18UFF6TS046938@gitrepo.freebsd.org>

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

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

commit 574c5ed5354b9fd823870482ad51b15205ab7f18
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 14:46:18 +0000
Commit:     Bernhard Froehlich <decke@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



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