git: 9bb7cf5c6f71 - 2021Q2 - deskutils/calibre: Add missing dependency
Guido Falsi
madpilot at FreeBSD.org
Thu May 6 20:23:01 UTC 2021
The branch 2021Q2 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9bb7cf5c6f719b3266b85d85bba496f3e2011264
commit 9bb7cf5c6f719b3266b85d85bba496f3e2011264
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:22:24 +0000
deskutils/calibre: Add missing dependency
Add a dependency dynamically used to open markdown files.
PR: 255620
(cherry picked from commit 99620e82296e7e4ae7228f4d31f714c9408ea793)
---
deskutils/calibre/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 691c9a8086fc..7dda56578cfc 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,6 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.14.0
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@@ -49,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