Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 17:23:08 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
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
Message-ID:  <201211061723.qA6HN8EQ011866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <mm@FreeBSD.org>
-#
+# Created by: Martin Matuska <mm@FreeBSD.org>
 # $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 <mm@FreeBSD.org>
-#
+# Created by: Martin Matuska <mm@FreeBSD.org>
 # $FreeBSD$
-#
+
 _BUILDING_OPENCV_PYTHON=	yes
 MASTERDIR=	${.CURDIR}/../opencv
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211061723.qA6HN8EQ011866>