Date: Wed, 1 Jan 2025 14:09:54 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 743dc067aa18 - main - textproc/py-extract-msg: drop optional dependency on expired converters/wkhtmltopdf Message-ID: <202501011409.501E9sbQ080281@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=743dc067aa182c0c6ee595a979049b3c9a0ed245 commit 743dc067aa182c0c6ee595a979049b3c9a0ed245 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 14:09:23 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 14:09:23 +0000 textproc/py-extract-msg: drop optional dependency on expired converters/wkhtmltopdf --- textproc/py-extract-msg/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index dfe091be2d24..31d2d5c22327 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -1,5 +1,6 @@ PORTNAME= extract-msg DISTVERSION= 0.52.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,11 +28,4 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -OPTIONS_DEFINE= WKHTMLTOPDF -OPTIONS_DEFAULT= WKHTMLTOPDF - -WKHTMLTOPDF_DESC= Enable support for converting the body as PDF - -WKHTMLTOPDF_RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011409.501E9sbQ080281>