git: 5bafa680250c - main - graphics/inkscape: fix runtime crash on "manage extensions" menu call (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Aug 2022 01:28:37 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bafa680250c2773dd28ea8e33b274c383adf5fd commit 5bafa680250c2773dd28ea8e33b274c383adf5fd Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-22 01:26:10 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-22 01:26:10 +0000 graphics/inkscape: fix runtime crash on "manage extensions" menu call (+) Extensions manager cannot fint py-appdirs module. Add it ro RUN_DEPENDENCIES PR: 265985 --- graphics/inkscape/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index c95b698b538e..6453c4bba126 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,6 +1,6 @@ PORTNAME= inkscape DISTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ @@ -38,6 +38,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libdouble-conversion.so:devel/double-conversion \ lib2geom.so:math/lib2geom RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${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} \