Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 11:46:50 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r431948 - branches/2017Q1/devel/rbtools
Message-ID:  <201701201146.v0KBkoZe003309@repo.freebsd.org>

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

Log:
  MFH: r431947
  
  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
  
  Approved by:	ports-secteam (blanket approval)

Modified:
  branches/2017Q1/devel/rbtools/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/devel/rbtools/Makefile
==============================================================================
--- branches/2017Q1/devel/rbtools/Makefile	Fri Jan 20 11:43:33 2017	(r431947)
+++ branches/2017Q1/devel/rbtools/Makefile	Fri Jan 20 11:46:50 2017	(r431948)
@@ -2,6 +2,7 @@
 
 PORTNAME=	${ORIGNAME:tl}
 DISTVERSION=	0.7.7
+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?201701201146.v0KBkoZe003309>