Add a dependency on misc/py-tqdm.

The dependency on tqdm was introduced in 0.7.7 but was not mentioned in the
release announcement.

PR:		216306
This commit is contained in:
Raphael Kubo da Costa 2017-01-20 11:43:33 +00:00
parent c4b316e2dc
commit 97e3fda2f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431947

View File

@ -2,6 +2,7 @@
PORTNAME= ${ORIGNAME:tl}
DISTVERSION= 0.7.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/
DISTNAME= ${ORIGNAME}-${DISTVERSION}
@ -12,7 +13,8 @@ COMMENT= Set of client tools to use with Review Board
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm
ORIGNAME= RBTools