Date: Sun, 29 Oct 2017 19:58:52 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r453133 - in branches/2017Q4/graphics: opencv py-opencv Message-ID: <201710291958.v9TJwqDW037785@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Oct 29 19:58:52 2017 New Revision: 453133 URL: https://svnweb.freebsd.org/changeset/ports/453133 Log: MFH: r452901 graphics/opencv, graphics/py-opencv: Add USES = fortran, bump portrevisions PR: 211806 Submitted by: eric@camachat.org Reported by: hassonofer@gmail.com Approved by: ports-secteam (zi) Modified: branches/2017Q4/graphics/opencv/Makefile branches/2017Q4/graphics/py-opencv/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/graphics/opencv/Makefile ============================================================================== --- branches/2017Q4/graphics/opencv/Makefile Sun Oct 29 19:56:08 2017 (r453132) +++ branches/2017Q4/graphics/opencv/Makefile Sun Oct 29 19:58:52 2017 (r453133) @@ -3,7 +3,7 @@ PORTNAME?= opencv PORTVERSION= 2.4.13.1 -PORTREVISION?= 7 +PORTREVISION?= 9 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -140,7 +140,7 @@ CMAKE_ARGS+= -DBUILD_opencv_${module}:BOOL=Off LIB_DEPENDS+= libopencv_legacy.so:graphics/opencv BUILD_DEPENDS+= ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} -USES+= python:2.7 +USES+= fortran python:2.7 CMAKE_ARGS+= -DBUILD_opencv_python:BOOL=On . for module in apps java stitching superres videostab CMAKE_ARGS+= -DBUILD_opencv_${module}:BOOL=Off Modified: branches/2017Q4/graphics/py-opencv/Makefile ============================================================================== --- branches/2017Q4/graphics/py-opencv/Makefile Sun Oct 29 19:56:08 2017 (r453132) +++ branches/2017Q4/graphics/py-opencv/Makefile Sun Oct 29 19:58:52 2017 (r453133) @@ -1,7 +1,7 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710291958.v9TJwqDW037785>