From owner-svn-ports-all@freebsd.org Tue Jun 19 01:55:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B9B61011DB2; Tue, 19 Jun 2018 01:55:50 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D14A081F81; Tue, 19 Jun 2018 01:55:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B275C4DB7; Tue, 19 Jun 2018 01:55:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5J1tn14029924; Tue, 19 Jun 2018 01:55:49 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5J1tncf029923; Tue, 19 Jun 2018 01:55:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806190155.w5J1tncf029923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 19 Jun 2018 01:55:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472744 - head/net/py-coherence X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net/py-coherence X-SVN-Commit-Revision: 472744 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 01:55:50 -0000 Author: yuri Date: Tue Jun 19 01:55:49 2018 New Revision: 472744 URL: https://svnweb.freebsd.org/changeset/ports/472744 Log: net/py-coherence: Add USE_PYTHON=concurrent Modified: head/net/py-coherence/Makefile Modified: head/net/py-coherence/Makefile ============================================================================== --- head/net/py-coherence/Makefile Tue Jun 19 01:54:22 2018 (r472743) +++ head/net/py-coherence/Makefile Tue Jun 19 01:55:49 2018 (r472744) @@ -3,6 +3,7 @@ PORTNAME= Coherence PORTVERSION= 0.6.6.2 +PORTREVISION= 1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ GH_ACCOUNT= coherence-project GH_TAGNAME= 4d5ee5f USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include