Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 17:09:32 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537494 - head/graphics/vigra
Message-ID:  <202006011709.051H9WVF024312@repo.freebsd.org>

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

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} \



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