Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2019 13:16:56 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505674 - head/audio/lv2
Message-ID:  <201907021316.x62DGugS008181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907021316.x62DGugS008181>