From owner-svn-ports-branches@freebsd.org Sun Dec 1 01:49:26 2019 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EDCB1C17B0; Sun, 1 Dec 2019 01:49:26 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47QWPy3MCKz3KYP; Sun, 1 Dec 2019 01:49:26 +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 569547665; Sun, 1 Dec 2019 01:49:26 +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 xB11nQdl050683; Sun, 1 Dec 2019 01:49:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB11nQ54050682; Sun, 1 Dec 2019 01:49:26 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912010149.xB11nQ54050682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 1 Dec 2019 01:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518747 - branches/2019Q4/audio/py-pyliblo X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: branches/2019Q4/audio/py-pyliblo X-SVN-Commit-Revision: 518747 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2019 01:49:26 -0000 Author: yuri Date: Sun Dec 1 01:49:25 2019 New Revision: 518747 URL: https://svnweb.freebsd.org/changeset/ports/518747 Log: MFH: r518724 audio/py-pyliblo: Add USE_PYTHON=concurrent because it installs executables into bin/ Approved by: ports-secteam (blanket(s): bugfix, ports (python) compliance) Modified: branches/2019Q4/audio/py-pyliblo/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/audio/py-pyliblo/Makefile ============================================================================== --- branches/2019Q4/audio/py-pyliblo/Makefile Sun Dec 1 01:17:06 2019 (r518746) +++ branches/2019Q4/audio/py-pyliblo/Makefile Sun Dec 1 01:49:25 2019 (r518747) @@ -3,7 +3,7 @@ PORTNAME= pyliblo DISTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= http://das.nasophon.de/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblo.so:audio/liblo USES= python -USE_PYTHON= distutils cython +USE_PYTHON= distutils concurrent cython MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} post-patch: