aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKevin Zheng <kevinz5000@gmail.com>2022-04-20 19:26:02 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-04-20 19:30:45 +0000
commit1bcad339aed703a43c90f7e95f20f55bc3a07b65 (patch)
tree713a555f00c7fce9dc586161ca5884ea131ef5ac /deskutils
parent646db742ff8542bac2e5995be2c94852f739cdde (diff)
downloadports-1bcad339aed703a43c90f7e95f20f55bc3a07b65.tar.gz
ports-1bcad339aed703a43c90f7e95f20f55bc3a07b65.zip
deskutils/calibre: Add missing dependency
Add py-feedparser, which is needed for the news feed functionality in claibre. PR: 263432 MFH: 2022Q2 (cherry picked from commit bfc77a3362ce74b8c04e03dd048b6903f0bab62e)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calibre/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index e3f61cda490a..b1f74da7252e 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,6 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.40.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}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} \
+ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \
${PY_PILLOW} \
pdftohtml:graphics/poppler-utils \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf