git: bfc77a3362ce - main - deskutils/calibre: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Apr 2022 19:28:23 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bfc77a3362ce74b8c04e03dd048b6903f0bab62e
commit bfc77a3362ce74b8c04e03dd048b6903f0bab62e
Author: Kevin Zheng <kevinz5000@gmail.com>
AuthorDate: 2022-04-20 19:26:02 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-04-20 19:28:05 +0000
deskutils/calibre: Add missing dependency
Add py-feedparser, which is needed for the news feed functionality
in claibre.
PR: 263432
MFH: 2022Q2
---
deskutils/calibre/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index bedf3ac9b037..b9752ef9561b 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,7 +2,7 @@
PORTNAME= calibre
PORTVERSION= 5.40.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}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