From owner-svn-ports-all@freebsd.org Sun Oct 29 19:58:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BB8EE4B2BE; Sun, 29 Oct 2017 19:58:53 +0000 (UTC) (envelope-from ler@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 mx1.freebsd.org (Postfix) with ESMTPS id 4899864C36; Sun, 29 Oct 2017 19:58:53 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TJwq9i037787; Sun, 29 Oct 2017 19:58:52 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9TJwqDW037785; Sun, 29 Oct 2017 19:58:52 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201710291958.v9TJwqDW037785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 29 Oct 2017 19:58:52 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: ler X-SVN-Commit-Paths: in branches/2017Q4/graphics: opencv py-opencv X-SVN-Commit-Revision: 453133 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.23 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: Sun, 29 Oct 2017 19:58:53 -0000 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 # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}