svn commit: r505674 - head/audio/lv2

Kubilay Kocak koobs at FreeBSD.org
Tue Jul 2 13:16:57 UTC 2019


Author: koobs
Date: Tue Jul  2 13:16:56 2019
New Revision: 505674
URL: https://svnweb.freebsd.org/changeset/ports/505674

Log:
  audio/lv2: Remove Python version restriction
  
  lv2 1.16.0, committed in poyrts r505568 included a Python 3.7 build fix:
  
    Upgrade build system and fix building with Python 3.7.
  
  Remove Python version restriction accordingly
  
  PR:		235103
  Approved by:	Michael Beer <beerml sigma6audio de> (maintainer)

Modified:
  head/audio/lv2/Makefile

Modified: head/audio/lv2/Makefile
==============================================================================
--- head/audio/lv2/Makefile	Tue Jul  2 12:48:42 2019	(r505673)
+++ head/audio/lv2/Makefile	Tue Jul  2 13:16:56 2019	(r505674)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lx
 		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rdflib>0:textproc/py-rdflib@${PY_FLAVOR}
 
-USES=		python:-3.6 shebangfix tar:bzip2 waf
+USES=		python shebangfix tar:bzip2 waf
 
 SHEBANG_FILES=	lv2specgen/lv2specgen.py
 


More information about the svn-ports-all mailing list