svn commit: r518747 - branches/2019Q4/audio/py-pyliblo
Yuri Victorovich
yuri at FreeBSD.org
Sun Dec 1 01:49:26 UTC 2019
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:
More information about the svn-ports-all
mailing list