Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 20:30:42 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512054 - head/multimedia/vapoursynth
Message-ID:  <201909142030.x8EKUgBZ085683@repo.freebsd.org>

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



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