svn commit: r431948 - branches/2017Q1/devel/rbtools

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 20 11:46:51 UTC 2017


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
 


More information about the svn-ports-all mailing list