svn commit: r520556 - branches/2019Q4/deskutils/calibre
Guido Falsi
madpilot at FreeBSD.org
Sat Dec 21 11:34:56 UTC 2019
Author: madpilot
Date: Sat Dec 21 11:34:55 2019
New Revision: 520556
URL: https://svnweb.freebsd.org/changeset/ports/520556
Log:
MFH: r520343
Add textproc/py-markdown dependency, required by polish book functionality.
PR: 242656
Submitted by: rk at ronald.org
Approved by: ports-secteam (joneum)
Modified:
branches/2019Q4/deskutils/calibre/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/deskutils/calibre/Makefile
==============================================================================
--- branches/2019Q4/deskutils/calibre/Makefile Sat Dec 21 11:22:17 2019 (r520555)
+++ branches/2019Q4/deskutils/calibre/Makefile Sat Dec 21 11:34:55 2019 (r520556)
@@ -3,7 +3,7 @@
PORTNAME= calibre
PORTVERSION= 3.48.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@@ -44,6 +44,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}apsw>=0:databases/py-apsw@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \
${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}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \
pdftohtml:graphics/poppler-utils
More information about the svn-ports-branches
mailing list