git: 5c672b711df2 - 2022Q2 - deskutils/calibre: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 May 2022 18:42:14 UTC
The branch 2022Q2 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c672b711df26892cbd90344e6aedacb6b4d7533
commit 5c672b711df26892cbd90344e6aedacb6b4d7533
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-05-02 18:39:14 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-05-02 18:41:57 +0000
deskutils/calibre: Add missing dependency
PR: 263714
MFH: 2022Q2
(cherry picked from commit 295ad7548e93050b0bd99a669d96bfce58f4eef0)
---
deskutils/calibre/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index b1f74da7252e..d5004441d2f0 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}/
@@ -51,6 +51,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${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} \
+ ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} \
${PY_PILLOW} \
pdftohtml:graphics/poppler-utils \
${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf