Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 2016 11:53:24 +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: r405345 - branches/2016Q1/deskutils/calibre
Message-ID:  <201601061153.u06BrOEU035652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Jan  6 11:53:24 2016
New Revision: 405345
URL: https://svnweb.freebsd.org/changeset/ports/405345

Log:
  MFH: r405343
  
  Add missing BUILD_DEPENDS.
  
  PR:		205927
  Submitted by:	Igor Pavlov <rabesc at bk.ru>
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2016Q1/deskutils/calibre/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/deskutils/calibre/Makefile
==============================================================================
--- branches/2016Q1/deskutils/calibre/Makefile	Wed Jan  6 11:52:24 2016	(r405344)
+++ branches/2016Q1/deskutils/calibre/Makefile	Wed Jan  6 11:53:24 2016	(r405345)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	2.46.0
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 
@@ -28,7 +29,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}si
 		${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
 		${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil \
-		${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
+		${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
+		${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
+		${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils \
 		${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
 		${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \



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