git: 1bcad339aed7 - 2022Q2 - deskutils/calibre: Add missing dependency

From: Guido Falsi <madpilot_at_FreeBSD.org>
Date: Wed, 20 Apr 2022 19:31:23 UTC
The branch 2022Q2 has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1bcad339aed703a43c90f7e95f20f55bc3a07b65

commit 1bcad339aed703a43c90f7e95f20f55bc3a07b65
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:30:45 +0000

    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)
---
 deskutils/calibre/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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