svn commit: r377548 - head/devel/rbtools

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jan 20 22:36:03 UTC 2015


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>


More information about the svn-ports-all mailing list