git: 99620e82296e - main - deskutils/calibre: Add missing dependency
Guido Falsi
madpilot at FreeBSD.org
Thu May 6 20:18:58 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99620e82296e7e4ae7228f4d31f714c9408ea793
commit 99620e82296e7e4ae7228f4d31f714c9408ea793
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-05-06 20:17:08 +0000
Commit: Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-05-06 20:18:53 +0000
deskutils/calibre: Add missing dependency
Add a dependency dynamically used to open markdown files.
PR: 255620
---
deskutils/calibre/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 78a67fc1bfac..52c644605725 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,7 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.17.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@@ -50,6 +50,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cchardet>=0:textproc/py-cchardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
${PY_PILLOW} \
pdftohtml:graphics/poppler-utils \
More information about the dev-commits-ports-all
mailing list