Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2012 01:15:48 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305180 - in head: databases/jdbc-oracle11g deskutils/vnc2flv devel/geoip-java sysutils/cronolog-devel sysutils/xjobs textproc/lucene www/axis2 www/flot
Message-ID:  <201210030115.q931FmCn034340@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Wed Oct  3 01:15:48 2012
New Revision: 305180
URL: http://svn.freebsd.org/changeset/ports/305180

Log:
  - reset maintainer to heap

Modified:
  head/databases/jdbc-oracle11g/Makefile
  head/deskutils/vnc2flv/Makefile
  head/devel/geoip-java/Makefile
  head/sysutils/cronolog-devel/Makefile
  head/sysutils/xjobs/Makefile
  head/textproc/lucene/Makefile
  head/www/axis2/Makefile
  head/www/flot/Makefile

Modified: head/databases/jdbc-oracle11g/Makefile
==============================================================================
--- head/databases/jdbc-oracle11g/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/databases/jdbc-oracle11g/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	jdbc-oracle11g
-# Date created:		29 June 2012
-# Whom:			Jason Helfman <jgh@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	oracle11g
 PORTVERSION=	11.2.0.3
@@ -14,7 +9,7 @@ DISTNAME=	ojdbc5.jar
 EXTRACT_SUFX=	# none
 DIST_SUBDIR=	oracle11g
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JDBC drivers for Oracle 11g
 
 USE_JAVA=	yes

Modified: head/deskutils/vnc2flv/Makefile
==============================================================================
--- head/deskutils/vnc2flv/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/deskutils/vnc2flv/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	vnc2flv
-# Date created:		December 23 2010
-# Whom:			Jason Helfman <jhelfman@experts-exchange.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	vnc2flv
 PORTVERSION=	20100207
@@ -13,7 +8,7 @@ MASTER_SITES=	CHEESESHOP
 MASTER_SITE_SUBDIR=	source/v/${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Captures a VNC desktop session and saves as a flv
 
 .if empty(PORT_OPTIONS:MX11)

Modified: head/devel/geoip-java/Makefile
==============================================================================
--- head/devel/geoip-java/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/devel/geoip-java/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	geoip-java
-# Date created:		2012-07-12
-# Whom:		Jason Helfman <jgh@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	geoip
 PORTVERSION=	1.2.8
@@ -11,7 +6,7 @@ CATEGORIES=	devel java
 MASTER_SITES=	http://www.maxmind.com/download/geoip/api/java/
 DISTNAME=	GeoIPJava-${PORTVERSION}
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Java bindings for GeoIP API
 
 LICENSE=	LGPL21

Modified: head/sysutils/cronolog-devel/Makefile
==============================================================================
--- head/sysutils/cronolog-devel/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/sysutils/cronolog-devel/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:   cronolog-beta
-# Date created:        10 November 2010
-# Whom:                Jason Helfman <jhelfman@experts-exchange.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	cronolog
 PORTVERSION=	1.7.0
@@ -12,7 +7,7 @@ MASTER_SITES=	http://cronolog.org/patche
 PKGNAMESUFFIX=	-devel
 DISTNAME=	${PORTNAME}-${PORTVERSION}-beta
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A web log rotation utility that provides datestamp filenames
 
 PLIST_FILES=	sbin/cronolog \

Modified: head/sysutils/xjobs/Makefile
==============================================================================
--- head/sysutils/xjobs/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/sysutils/xjobs/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,10 +1,4 @@
-# New ports collection makefile for:	xjobs
-# Date created:		28 October 2011
-# Whom:			Jason Helfman <jhelfman@experts-exchange.com>
-#
 # $FreeBSD$
-#
-#
 
 PORTNAME=	xjobs
 PORTVERSION=	20120412
@@ -12,7 +6,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	http://www.maier-komor.de/xjobs/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Utility reads job descriptions line by line and executes in parallel
 
 LICENSE=	GPLv2

Modified: head/textproc/lucene/Makefile
==============================================================================
--- head/textproc/lucene/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/textproc/lucene/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:            lucene
-# Date created:         02 Jan 2008
-# Whom:         Gerrit Beine <gerrit.beine@gmx.de>
-#
+# Created by:		Gerrit Beine <gerrit.beine@gmx.de>
 # $FreeBSD$
 #
 # Please don't forget to bump the version in py-lucene if this changes!
@@ -13,7 +10,7 @@ MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	${PORTNAME}/java/${PORTVERSION}/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A full-text search engine for Java
 
 LICENSE=	AL2

Modified: head/www/axis2/Makefile
==============================================================================
--- head/www/axis2/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/www/axis2/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,7 +1,3 @@
-# New ports collection makefile for:	axis2
-# Date created:				28 July 2011
-# Whom:					Jason Helfman <jhelfman@experts-exchange.com>
-#
 # $FreeBSD$
 
 PORTNAME=	axis2
@@ -12,7 +8,7 @@ MASTER_SITES=	APACHE
 MASTER_SITE_SUBDIR=	axis/${PORTNAME}/java/core/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provides a Web Services,SOAP and WSDL engine from Apache
 
 LICENSE=	AL2

Modified: head/www/flot/Makefile
==============================================================================
--- head/www/flot/Makefile	Wed Oct  3 00:51:40 2012	(r305179)
+++ head/www/flot/Makefile	Wed Oct  3 01:15:48 2012	(r305180)
@@ -1,16 +1,11 @@
-# New ports collection makefile for:	flot
-# Date created:		06 June 2012
-# Whom:			Jason Helfman <jgh@FreeBSD.org>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	flot
 PORTVERSION=	0.7
 CATEGORIES=	www devel
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	jgh@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JavaScript plotting library for jQuery
 
 LICENSE=	MIT



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