aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-01-20 19:43:33 +0800
committerrakuco <rakuco@FreeBSD.org>2017-01-20 19:43:33 +0800
commitca7cc84943ef1af8da0a253be73d7cf0ff78d391 (patch)
tree5401a946545fb9082bbdb23411e72d48b1a3824e
parentc89dc4f6c546619e92a10295e16641d42ab1be70 (diff)
downloadfreebsd-ports-gnome-ca7cc84943ef1af8da0a253be73d7cf0ff78d391.tar.gz
freebsd-ports-gnome-ca7cc84943ef1af8da0a253be73d7cf0ff78d391.tar.zst
freebsd-ports-gnome-ca7cc84943ef1af8da0a253be73d7cf0ff78d391.zip
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
-rw-r--r--devel/rbtools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile
index accf32356fb1..af9c38b6bf6a 100644
--- a/devel/rbtools/Makefile
+++ b/devel/rbtools/Makefile
@@ -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