From owner-svn-ports-head@FreeBSD.ORG Tue Nov 6 17:23:08 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696E6A80; Tue, 6 Nov 2012 17:23:08 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 354228FC18; Tue, 6 Nov 2012 17:23:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA6HN8JM011870; Tue, 6 Nov 2012 17:23:08 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA6HN8EQ011866; Tue, 6 Nov 2012 17:23:08 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211061723.qA6HN8EQ011866@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 6 Nov 2012 17:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307083 - in head/graphics: opencv opencv-core 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.14 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, 06 Nov 2012 17:23:08 -0000 Author: jhale Date: Tue Nov 6 17:23:07 2012 New Revision: 307083 URL: http://svnweb.freebsd.org/changeset/ports/307083 Log: - Take maintainership - Trim Makefile headers Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/graphics/opencv-core/Makefile (contents, props changed) head/graphics/opencv/Makefile head/graphics/py-opencv/Makefile (contents, props changed) Modified: head/graphics/opencv-core/Makefile ============================================================================== --- head/graphics/opencv-core/Makefile Tue Nov 6 17:03:27 2012 (r307082) +++ head/graphics/opencv-core/Makefile Tue Nov 6 17:23:07 2012 (r307083) @@ -1,9 +1,6 @@ -# New ports collection makefile for: opencv-core -# Date created: 27 June 2011 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# + _BUILDING_OPENCV_CORE= yes MASTERDIR= ${.CURDIR}/../opencv Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Tue Nov 6 17:03:27 2012 (r307082) +++ head/graphics/opencv/Makefile Tue Nov 6 17:23:07 2012 (r307083) @@ -1,9 +1,5 @@ -# New ports collection makefile for: opencv -# Date created: 05 March 2005 -# Whom: Marc Abramowitz (http://marc.abramowitz.info) -# +# Created by: Marc Abramowitz (http://marc.abramowitz.info) # $FreeBSD$ -# PORTNAME?= opencv PORTVERSION= 2.3.1 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION} DISTNAME= OpenCV-${DISTVERSION}a -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Open Source Computer Vision library from Intel LICENSE= BSD Modified: head/graphics/py-opencv/Makefile ============================================================================== --- head/graphics/py-opencv/Makefile Tue Nov 6 17:03:27 2012 (r307082) +++ head/graphics/py-opencv/Makefile Tue Nov 6 17:23:07 2012 (r307083) @@ -1,9 +1,6 @@ -# New ports collection makefile for: py-opencv -# Date created: 22 August 2011 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# + _BUILDING_OPENCV_PYTHON= yes MASTERDIR= ${.CURDIR}/../opencv