From owner-svn-ports-head@freebsd.org Sat Jan 30 19:25:21 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF11B4F6B3B; Sat, 30 Jan 2021 19:25:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DSkgj5F7Sz3D95; Sat, 30 Jan 2021 19:25:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6CA61B0A6; Sat, 30 Jan 2021 19:25:21 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10UJPLKg060616; Sat, 30 Jan 2021 19:25:21 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10UJPK5f060612; Sat, 30 Jan 2021 19:25:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202101301925.10UJPK5f060612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Jan 2021 19:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563433 - in head: graphics/facedetect graphics/py-willow multimedia/py-PySceneDetect x11/xpra X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: graphics/facedetect graphics/py-willow multimedia/py-PySceneDetect x11/xpra X-SVN-Commit-Revision: 563433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2021 19:25:21 -0000 Author: tcberner Date: Sat Jan 30 19:25:20 2021 New Revision: 563433 URL: https://svnweb.freebsd.org/changeset/ports/563433 Log: Fix INDEX after r563430 - Likely there is an issue with the flavoured ports depending on an unflavoured python part though. Modified: head/graphics/facedetect/Makefile head/graphics/py-willow/Makefile head/multimedia/py-PySceneDetect/Makefile head/x11/xpra/Makefile Modified: head/graphics/facedetect/Makefile ============================================================================== --- head/graphics/facedetect/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/graphics/facedetect/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -4,7 +4,7 @@ PORTNAME= facedetect PORTVERSION= 0.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org @@ -13,7 +13,7 @@ COMMENT= Simple face detector for batch processing LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cv2.so:graphics/py-opencv@${PY_FLAVOR} +RUN_DEPENDS= opencv>0:graphics/opencv USES= python:3.6+,run shebangfix USE_GITHUB= yes Modified: head/graphics/py-willow/Makefile ============================================================================== --- head/graphics/py-willow/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/graphics/py-willow/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -3,6 +3,7 @@ PORTNAME= willow PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +27,7 @@ OPENCV_DESC= Use OpenCV as backend PILLOW_DESC= Use Pillow as backend WAND_DESC= Use Wand as backend -OPENCV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} +OPENCV_RUN_DEPENDS= opencv>=0:graphics/opencv PILLOW_RUN_DEPENDS= ${PY_PILLOW} WAND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wand>=0:graphics/py-wand@${PY_FLAVOR} Modified: head/multimedia/py-PySceneDetect/Makefile ============================================================================== --- head/multimedia/py-PySceneDetect/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/multimedia/py-PySceneDetect/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opencv>=0:graphics/py-opencv@${PY_FLAVOR} \ + opencv>=0:graphics/opencv \ mkvmerge:multimedia/mkvtoolnix USES= python:3.6+ Modified: head/x11/xpra/Makefile ============================================================================== --- head/x11/xpra/Makefile Sat Jan 30 19:23:57 2021 (r563432) +++ head/x11/xpra/Makefile Sat Jan 30 19:25:20 2021 (r563433) @@ -2,7 +2,7 @@ PORTNAME= xpra PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ @@ -84,7 +84,7 @@ SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg SWSCALE_VARS= XPRA_OPTIONS+=csc_swscale VPX_LIB_DEPENDS= libvpx.so:multimedia/libvpx VPX_VARS= XPRA_OPTIONS+=vpx -WEBCAM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opencv>2:graphics/py-opencv@${PY_FLAVOR} +WEBCAM_RUN_DEPENDS= opencv>2:graphics/opencv WEBCAM_VARS= XPRA_OPTIONS+=webcam X264_LIB_DEPENDS= libx264.so:multimedia/libx264 X264_VARS= XPRA_OPTIONS+=enc_x264