Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2017 04:54:37 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452901 - in head/graphics: opencv py-opencv
Message-ID:  <201710260454.v9Q4sb5C057162@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <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?201710260454.v9Q4sb5C057162>