Date: Tue, 16 Nov 2021 01:57:16 GMT From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3c8e68a28d3d - main - devel/rbtools: Add some missing dependencies Message-ID: <202111160157.1AG1vGjU053523@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c8e68a28d3db4875da73f426c08a255e74b9b48 commit 3c8e68a28d3db4875da73f426c08a255e74b9b48 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2021-11-16 01:55:45 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2021-11-16 01:57:13 +0000 devel/rbtools: Add some missing dependencies --- devel/rbtools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile index 4fe5dba86341..0e3d8e0b325e 100644 --- a/devel/rbtools/Makefile +++ b/devel/rbtools/Makefile @@ -1,5 +1,6 @@ PORTNAME= ${ORIGNAME:tl} DISTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,10 @@ COMMENT= Set of client tools to use with Review Board LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}texttable>0:misc/textproc/py-texttable@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111160157.1AG1vGjU053523>