svn commit: r561581 - head/audio/aubio

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 14 18:32:54 UTC 2021


Author: dbaio
Date: Thu Jan 14 18:32:53 2021
New Revision: 561581
URL: https://svnweb.freebsd.org/changeset/ports/561581

Log:
  audio/aubio: Remove Python 2.7 support and PY_SPHINX
  
  Approved by:	portmgr blanket

Modified:
  head/audio/aubio/Makefile

Modified: head/audio/aubio/Makefile
==============================================================================
--- head/audio/aubio/Makefile	Thu Jan 14 18:18:03 2021	(r561580)
+++ head/audio/aubio/Makefile	Thu Jan 14 18:32:53 2021	(r561581)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES+=		pkgconfig tar:bzip2
 
 .if !defined(SLAVEPORT)
-USES+=		python:build waf
+USES+=		python:build,3.6+ waf
 USE_LDCONFIG=	yes
 
 OPTIONS_GROUP=		DOCS
@@ -28,7 +28,7 @@ OPTIONS_SUB=		yes
 COMPLEX_DESC=			Compile with C99 complex.h
 COMPLEX_CONFIGURE_ENABLE=	complex
 
-DOCS_BUILD_DEPENDS=		${PY_SPHINX}
+DOCS_BUILD_DEPENDS=		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 DOCS_CONFIGURE_ENABLE=		sphinx
 DOCS_BINARY_ALIAS=		sphinx-build=sphinx-build-${PYTHON_VER}
 


More information about the svn-ports-head mailing list