From owner-svn-ports-all@freebsd.org Mon Jun 1 17:09:32 2020 Return-Path: Delivered-To: svn-ports-all@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 9789433C8F7; Mon, 1 Jun 2020 17:09:32 +0000 (UTC) (envelope-from fluffy@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49bM983Qz9z4Gs1; Mon, 1 Jun 2020 17:09:32 +0000 (UTC) (envelope-from fluffy@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 6C8DDE852; Mon, 1 Jun 2020 17:09:32 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 051H9WeF024313; Mon, 1 Jun 2020 17:09:32 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 051H9WVF024312; Mon, 1 Jun 2020 17:09:32 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202006011709.051H9WVF024312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 1 Jun 2020 17:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537494 - head/graphics/vigra X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: head/graphics/vigra X-SVN-Commit-Revision: 537494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2020 17:09:32 -0000 Author: fluffy Date: Mon Jun 1 17:09:31 2020 New Revision: 537494 URL: https://svnweb.freebsd.org/changeset/ports/537494 Log: graphics/vigra: get rid of hardcoded python2.7 dependency tested with python 3.6/3.7/3.8, no consumer issues detected PR: 244371 Reported by: VVD Modified: head/graphics/vigra/Makefile Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Mon Jun 1 16:47:34 2020 (r537493) +++ head/graphics/vigra/Makefile Mon Jun 1 17:09:31 2020 (r537494) @@ -4,7 +4,7 @@ PORTNAME= vigra DISTVERSIONPREFIX=v DISTVERSION= 1.11.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libsz.so:science/szip -USES= cmake compiler:c++14-lang python:2.7,run shebangfix +USES= cmake compiler:c++14-lang python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= ukoethe GH_TAGNAME= 8acd73a @@ -40,7 +40,7 @@ OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr NUMPY_DESC= NumPy mathematical computing (USE Fortran/GCC47+) NUMPY_CMAKE_BOOL= WITH_VIGRANUMPY -NUMPY_USES= compiler:gcc-c++11-lib python:2.7,build +NUMPY_USES= compiler:gcc-c++11-lib python:build NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYNUMPY} NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \