From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 10:56:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A48FECB4; Tue, 16 Sep 2014 10:56:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 909F9A9E; Tue, 16 Sep 2014 10:56:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GAuEKt095844; Tue, 16 Sep 2014 10:56:14 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GAuEFl095841; Tue, 16 Sep 2014 10:56:14 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201409161056.s8GAuEFl095841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Tue, 16 Sep 2014 10:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368302 - in head/graphics: opencv-core opencv-java py-opencv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 10:56:14 -0000 Author: martymac Date: Tue Sep 16 10:56:13 2014 New Revision: 368302 URL: http://svnweb.freebsd.org/changeset/ports/368302 QAT: https://qat.redports.org/buildarchive/r368302/ Log: Bump dependent ports' revisions following devel/tbb update (r368296) Submitted by: jhale Modified: head/graphics/opencv-core/Makefile head/graphics/opencv-java/Makefile head/graphics/py-opencv/Makefile Modified: head/graphics/opencv-core/Makefile ============================================================================== --- head/graphics/opencv-core/Makefile Tue Sep 16 10:46:16 2014 (r368301) +++ head/graphics/opencv-core/Makefile Tue Sep 16 10:56:13 2014 (r368302) @@ -1,7 +1,7 @@ # Created by: Martin Matuska # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -${OCV_SLAVE} COMMENT= OpenCV core libraries Modified: head/graphics/opencv-java/Makefile ============================================================================== --- head/graphics/opencv-java/Makefile Tue Sep 16 10:46:16 2014 (r368301) +++ head/graphics/opencv-java/Makefile Tue Sep 16 10:56:13 2014 (r368302) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics java PKGNAMESUFFIX= -${OCV_SLAVE} Modified: head/graphics/py-opencv/Makefile ============================================================================== --- head/graphics/py-opencv/Makefile Tue Sep 16 10:46:16 2014 (r368301) +++ head/graphics/py-opencv/Makefile Tue Sep 16 10:56:13 2014 (r368302) @@ -1,7 +1,7 @@ # Created by: Martin Matuska # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}