Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 11:43:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431947 - head/devel/rbtools
Message-ID:  <201701201143.v0KBhYTw003011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Fri Jan 20 11:43:33 2017
New Revision: 431947
URL: https://svnweb.freebsd.org/changeset/ports/431947

Log:
  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

Modified:
  head/devel/rbtools/Makefile

Modified: head/devel/rbtools/Makefile
==============================================================================
--- head/devel/rbtools/Makefile	Fri Jan 20 11:27:44 2017	(r431946)
+++ head/devel/rbtools/Makefile	Fri Jan 20 11:43:33 2017	(r431947)
@@ -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
 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
 



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