Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 20:23:00 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: 9bb7cf5c6f71 - 2021Q2 - deskutils/calibre: Add missing dependency
Message-ID:  <202105062023.146KN0Xb008136@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9bb7cf5c6f719b3266b85d85bba496f3e2011264

commit 9bb7cf5c6f719b3266b85d85bba496f3e2011264
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:22:24 +0000

    deskutils/calibre: Add missing dependency
    
    Add a dependency dynamically used to open markdown files.
    
    PR:             255620
    (cherry picked from commit 99620e82296e7e4ae7228f4d31f714c9408ea793)
---
 deskutils/calibre/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 691c9a8086fc..7dda56578cfc 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	5.14.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}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?202105062023.146KN0Xb008136>