svn commit: r512054 - head/multimedia/vapoursynth

Jan Beich jbeich at FreeBSD.org
Sat Sep 14 20:30:43 UTC 2019


Author: jbeich
Date: Sat Sep 14 20:30:41 2019
New Revision: 512054
URL: https://svnweb.freebsd.org/changeset/ports/512054

Log:
  multimedia/vapoursynth: unbreak PYTHON=off VSSCRIPT=on
  
  ===>  vapoursynth-R47.2 uses unknown USES=python arguments: 3.3-.
  
  PR:		237320
  Reported by:	VVD <vvd at unislabs.com>

Modified:
  head/multimedia/vapoursynth/Makefile   (contents, props changed)

Modified: head/multimedia/vapoursynth/Makefile
==============================================================================
--- head/multimedia/vapoursynth/Makefile	Sat Sep 14 20:29:42 2019	(r512053)
+++ head/multimedia/vapoursynth/Makefile	Sat Sep 14 20:30:41 2019	(r512054)
@@ -69,7 +69,7 @@ VSPIPE_CONFIGURE_ENABLE=	vspipe
 VSPIPE_IMPLIES=			VSSCRIPT
 
 VSSCRIPT_DESC=			Scripting library
-VSSCRIPT_USES=			compiler:c++11-lib python:3.3-
+VSSCRIPT_USES=			compiler:c++11-lib python:3.3+
 VSSCRIPT_CONFIGURE_ENABLE=	vsscript
 
 # PLUGINS group


More information about the svn-ports-all mailing list