Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 22:36:03 +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: r377548 - head/devel/rbtools
Message-ID:  <201501202236.t0KMa3U5076589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Jan 20 22:36:02 2015
New Revision: 377548
URL: https://svnweb.freebsd.org/changeset/ports/377548
QAT: https://qat.redports.org/buildarchive/r377548/

Log:
  - Add dependencies on devel/py-six and databases/py-sqlite3.
    They were not announced but were introduced in this release.
  - Add USE_PYTHON=concurrent. As the dependency on devel/py-six makes
    evident, the port is now supposed to work with both Python 2 and Python 3.

Modified:
  head/devel/rbtools/Makefile

Modified: head/devel/rbtools/Makefile
==============================================================================
--- head/devel/rbtools/Makefile	Tue Jan 20 22:25:49 2015	(r377547)
+++ head/devel/rbtools/Makefile	Tue Jan 20 22:36:02 2015	(r377548)
@@ -2,6 +2,7 @@
 
 PORTNAME=	${ORIGNAME:tl}
 DISTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION}/
 DISTNAME=	${ORIGNAME}-${DISTVERSION}
@@ -11,9 +12,12 @@ COMMENT=	Set of client tools to use with
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
+
 ORIGNAME=	RBTools
 
-USES=		python:2
-USE_PYTHON=	distutils autoplist
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



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