svn commit: r453133 - in branches/2017Q4/graphics: opencv py-opencv

Larry Rosenman ler at FreeBSD.org
Sun Oct 29 19:58:53 UTC 2017


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 at camachat.org
  Reported by:	hassonofer at 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 at 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 at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 


More information about the svn-ports-branches mailing list