Date: Thu, 6 May 2021 20:18:58 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99620e82296e - main - deskutils/calibre: Add missing dependency Message-ID: <202105062018.146KIwXA095302@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=99620e82296e7e4ae7228f4d31f714c9408ea793 commit 99620e82296e7e4ae7228f4d31f714c9408ea793 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-05-06 20:17:08 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-05-06 20:18:53 +0000 deskutils/calibre: Add missing dependency Add a dependency dynamically used to open markdown files. PR: 255620 --- deskutils/calibre/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 78a67fc1bfac..52c644605725 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -2,7 +2,7 @@ PORTNAME= calibre PORTVERSION= 5.17.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}regex>=0:textproc/py-regex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=0:textproc/py-markdown@${PY_FLAVOR} \ ${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} \ ${PY_PILLOW} \ pdftohtml:graphics/poppler-utils \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105062018.146KIwXA095302>