Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2019 11:34:56 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r520556 - branches/2019Q4/deskutils/calibre
Message-ID:  <201912211134.xBLBYuhI001355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912211134.xBLBYuhI001355>