Date: Sat, 9 Dec 2017 16:53:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455865 - head/devel/rbtools Message-ID: <201712091653.vB9GraWo026726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091653.vB9GraWo026726>