svn commit: r452901 - in head/graphics: opencv py-opencv

Larry Rosenman ler at FreeBSD.org
Thu Oct 26 04:54:38 UTC 2017


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


More information about the svn-ports-all mailing list