svn commit: r455865 - head/devel/rbtools

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 16:53:38 UTC 2017


Author: antoine
Date: Sat Dec  9 16:53:36 2017
New Revision: 455865
URL: https://svnweb.freebsd.org/changeset/ports/455865

Log:
  Remove USE_PYTHON=concurrent, it doesn't make sense for a python2 only port

Modified:
  head/devel/rbtools/Makefile

Modified: head/devel/rbtools/Makefile
==============================================================================
--- head/devel/rbtools/Makefile	Sat Dec  9 16:22:47 2017	(r455864)
+++ head/devel/rbtools/Makefile	Sat Dec  9 16:53:36 2017	(r455865)
@@ -2,6 +2,7 @@
 
 PORTNAME=	${ORIGNAME:tl}
 DISTVERSION=	0.7.10
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/
 DISTNAME=	${ORIGNAME}-${DISTVERSION}
@@ -19,6 +20,6 @@ ORIGNAME=	RBTools
 
 NO_ARCH=	yes
 USES=		python:2.7
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list