From owner-svn-ports-all@freebsd.org Thu Oct 26 04:58:10 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 B70D6E3C4E9; Thu, 26 Oct 2017 04:58:10 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from thebighonker.lerctr.org (unknown [IPv6:2001:470:1f0f:3ad:bb:dcff:fe50:d900]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lerctr.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93FEF6B9DF; Thu, 26 Oct 2017 04:58:10 +0000 (UTC) (envelope-from ler@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1Bxwemr958TsRa28EVaLprr6r89s+HCO7pC+/cgpBXg=; b=IaXV2akKsW56GEgMCdck6TqaSX E59L5ZI6/cbEMugK9aaDQNNtXKvCKVhWk2abtL2fcckNMxYbd+sAgKpo9a4Cj2PIK4h1rjbawvQng t/JWKVfcKw/DF+7C9o1SaCIYZ44JD9aaUb0agbViD4N4azxAuctHHwIx10ozKdRnhkIM=; Received: from [2600:1700:210:b18f:6cbc:d06e:9afb:dc34] (port=51728 helo=lrosenman.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1e7aF7-0007O9-MQ; Wed, 25 Oct 2017 23:58:09 -0500 Date: Wed, 25 Oct 2017 23:57:59 -0500 From: Larry Rosenman To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r452901 - in head/graphics: opencv py-opencv Message-ID: <20171026045759.yxfi4x6htn2x7viu@lrosenman.lerctr.org> Mail-Followup-To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201710260454.v9Q4sb5C057162@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201710260454.v9Q4sb5C057162@repo.freebsd.org> User-Agent: NeoMutt/20171013-47-4ac1c8 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: Thu, 26 Oct 2017 04:58:10 -0000 Actual PR is 211805. On Thu, Oct 26, 2017 at 04:54:37AM +0000, Larry Rosenman wrote: > Author: ler > Date: Thu Oct 26 04:54:37 2017 > New Revision: 452901 > URL: https://svnweb.freebsd.org/changeset/ports/452901 > > Log: > graphics/opencv, graphics/py-opencv: Add USES = fortran, bump portrevisions > > PR: 211806 > Submitted by: eric@camachat.org > Reported by: hassonofer@gmail.com > > Modified: > head/graphics/opencv/Makefile > head/graphics/py-opencv/Makefile > > Modified: head/graphics/opencv/Makefile > ============================================================================== > --- head/graphics/opencv/Makefile Thu Oct 26 04:50:25 2017 (r452900) > +++ head/graphics/opencv/Makefile Thu Oct 26 04:54:37 2017 (r452901) > @@ -3,7 +3,7 @@ > > PORTNAME?= opencv > PORTVERSION= 2.4.13.1 > -PORTREVISION?= 8 > +PORTREVISION?= 9 > CATEGORIES= graphics > > MAINTAINER= ports@FreeBSD.org > @@ -141,7 +141,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: head/graphics/py-opencv/Makefile > ============================================================================== > --- head/graphics/py-opencv/Makefile Thu Oct 26 04:50:25 2017 (r452900) > +++ head/graphics/py-opencv/Makefile Thu Oct 26 04:54:37 2017 (r452901) > @@ -1,7 +1,7 @@ > # Created by: Martin Matuska > # $FreeBSD$ > > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= graphics python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106