git: 743dc067aa18 - main - textproc/py-extract-msg: drop optional dependency on expired converters/wkhtmltopdf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 14:09:54 UTC
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>