Date: Mon, 2 May 2022 18:42:14 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 5c672b711df2 - 2022Q2 - deskutils/calibre: Add missing dependency Message-ID: <202205021842.242IgEmh013420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205021842.242IgEmh013420>