git: 857ee3432cd4 - main - textproc/py-pikepdf: Add missing DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Oct 2022 01:55:38 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=857ee3432cd49a378f6d396ff9b23b50cf49701a commit 857ee3432cd49a378f6d396ff9b23b50cf49701a Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-10-08 01:54:43 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-10-08 01:54:43 +0000 textproc/py-pikepdf: Add missing DEPENDS PR: 266889 Reported by: Alexander88207@protonmail.com --- textproc/py-pikepdf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index 4e73dda67ea2..2de809ce66a7 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= pikepdf DISTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.0<3:devel/py-pybind11@${PY_F ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libqpdf.so:print/qpdf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLAVOR} \ ${PY_PILLOW} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.0:devel/py-dateutil@${PY_FLAVOR} \