svn commit: r463599 - head/audio/py-pyaudio

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 4 19:57:26 UTC 2018


Author: yuri
Date: Sun Mar  4 19:57:25 2018
New Revision: 463599
URL: https://svnweb.freebsd.org/changeset/ports/463599

Log:
  audio/py-pyaudio: Add USE_PYTHON=concurrent
  
  PR:		226343
  Submitted by:	owk <freebsd_ports at k-worx.org>
  Approved by:	tcberner (mentor, implicit)
  Approved by:	portmgr blanket

Modified:
  head/audio/py-pyaudio/Makefile

Modified: head/audio/py-pyaudio/Makefile
==============================================================================
--- head/audio/py-pyaudio/Makefile	Sun Mar  4 19:50:05 2018	(r463598)
+++ head/audio/py-pyaudio/Makefile	Sun Mar  4 19:57:25 2018	(r463599)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyaudio
 PORTVERSION=	0.2.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	libportaudio.so:audio/portaudio
 
 USES=		python gmake
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 MAKE_ENV=	PYTHON=${PYTHON_CMD} \
 		SPHINX=sphinx-build-${PYTHON_VER}


More information about the svn-ports-all mailing list