Date: Sun, 1 Dec 2019 01:49:26 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r518747 - branches/2019Q4/audio/py-pyliblo Message-ID: <201912010149.xB11nQ54050682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912010149.xB11nQ54050682>