git: 3fb31ee47011 - 2022Q4 - graphics/inkscape: Add runtime dependency on www/py-requests to "Import Web Image"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Nov 2022 10:29:40 UTC
The branch 2022Q4 has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fb31ee47011d5e07068e52fea8e9f560bea9679 commit 3fb31ee47011d5e07068e52fea8e9f560bea9679 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-11-13 10:20:32 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-11-13 10:27:18 +0000 graphics/inkscape: Add runtime dependency on www/py-requests to "Import Web Image" PR: 267735 (cherry picked from commit 1c65779922470d65c99bb6c7c113526eb84ce762) --- graphics/inkscape/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 268984700de5..04fae0fe5578 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,6 +1,6 @@ PORTNAME= inkscape DISTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ @@ -46,6 +46,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scour>0:textproc/py-scour@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect>0:www/py-cssselect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ps2pdf:print/ghostscript9-agpl-base \ fig2dev:print/fig2dev