Re: git: 3c8e68a28d3d - main - devel/rbtools: Add some missing dependencies
- In reply to: Bryan Drewery : "git: 3c8e68a28d3d - main - devel/rbtools: Add some missing dependencies"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 02:24:48 UTC
Bryan Drewery wrote on 11/15/21 8:57 PM: > 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} Above line needs a trailing \ > ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} > > USES= python -- Dan Langille - dan@langille.org https://langille.org/