Date: Wed, 4 Sep 2019 06:02:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511060 - head/multimedia/py-PySceneDetect Message-ID: <201909040602.x8462eL9040599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 4 06:02:39 2019 New Revision: 511060 URL: https://svnweb.freebsd.org/changeset/ports/511060 Log: Unbreak bulk -a Modified: head/multimedia/py-PySceneDetect/Makefile Modified: head/multimedia/py-PySceneDetect/Makefile ============================================================================== --- head/multimedia/py-PySceneDetect/Makefile Wed Sep 4 05:18:07 2019 (r511059) +++ head/multimedia/py-PySceneDetect/Makefile Wed Sep 4 06:02:39 2019 (r511060) @@ -18,9 +18,9 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} \ mkvmerge:multimedia/mkvtoolnix -USES= python +USES= python:2.7 USE_GITHUB= yes GH_ACCOUNT= Breakthrough -USE_PYTHON= autoplist concurrent distutils flavors +USE_PYTHON= autoplist distutils .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909040602.x8462eL9040599>