svn commit: r518724 - head/audio/py-pyliblo

Kubilay Kocak koobs at FreeBSD.org
Sun Dec 1 01:17:19 UTC 2019


On 1/12/2019 7:21 am, Yuri Victorovich wrote:
> Author: yuri
> Date: Sat Nov 30 20:21:13 2019
> New Revision: 518724
> URL: https://svnweb.freebsd.org/changeset/ports/518724
> 
> Log:
>    audio/py-pyliblo: Add USE_PYTHON=concurrent
>    
>    because it installs executables into bin/
> 
> Modified:
>    head/audio/py-pyliblo/Makefile
> 
> Modified: head/audio/py-pyliblo/Makefile
> ==============================================================================
> --- head/audio/py-pyliblo/Makefile	Sat Nov 30 20:04:40 2019	(r518723)
> +++ head/audio/py-pyliblo/Makefile	Sat Nov 30 20:21:13 2019	(r518724)
> @@ -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:
> 

Hi Yuri, could you MFH this please? It is:

Approved by: ports-secteam (blanket(s): bugfix, ports (python) compliance)


More information about the svn-ports-all mailing list