From nobody@FreeBSD.org  Mon Oct 28 21:02:50 2013
Return-Path: <nobody@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 ESMTP id 0965D9AD
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Oct 2013 21:02:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E97052DED
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Oct 2013 21:02:49 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9SL2nm9062603
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 28 Oct 2013 21:02:49 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9SL2nJW062595;
	Mon, 28 Oct 2013 21:02:49 GMT
	(envelope-from nobody)
Message-Id: <201310282102.r9SL2nJW062595@oldred.freebsd.org>
Date: Mon, 28 Oct 2013 21:02:49 GMT
From: Denis Generalov <gd.workbox@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Change my e-mail address
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183415
>Category:       ports
>Synopsis:       [maintainer update] Change my e-mail address
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jhale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 28 21:10:00 UTC 2013
>Closed-Date:    Tue Oct 29 12:40:52 UTC 2013
>Last-Modified:  Tue Oct 29 12:50:01 UTC 2013
>Originator:     Denis Generalov
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
FreeBSD tyl.rambler.ramblermedia.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r244924: Tue Jan  1 21:05:19 MSK 2013     gd@tyl.rambler.ramblermedia.com:/tmp/gd/usr/src/sys/GENERIC  amd64
>Description:
The attached patch changes my e-mail address from gd@rambler-co.ru to gd.workbox@gmail.com.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN /usr/ports//databases/libmongo-client/Makefile ./Makefile
--- /usr/ports//databases/libmongo-client/Makefile	2013-10-27 19:20:02.000000000 +0400
+++ ./Makefile	2013-10-29 00:54:45.000000000 +0400
@@ -5,7 +5,7 @@
 PORTVERSION=	0.1.6.3
 CATEGORIES=	databases
 
-MAINTAINER=	gd@rambler-co.ru
+MAINTAINER=	gd.workbox@gmail.com
 COMMENT=	Alternative C driver for MongoDB
 
 LICENSE=	AL2
===> Done


>Release-Note:
>Audit-Trail:

From: Denis Generalov <gd@rambler-co.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183415: [maintainer update] Change my e-mail address
Date: Tue, 29 Oct 2013 11:46:58 +0400

 Hi,
 
 Just in case, confirm changing from old email.
 
 Thanks,
 -- 
 Denis Generalov <gd@rambler-co.ru>
Responsible-Changed-From-To: freebsd-ports-bugs->jhale 
Responsible-Changed-By: jhale 
Responsible-Changed-When: Tue Oct 29 11:54:51 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183415 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183415: commit references a PR
Date: Tue, 29 Oct 2013 12:26:08 +0000 (UTC)

 Author: jhale
 Date: Tue Oct 29 12:25:59 2013
 New Revision: 331941
 URL: http://svnweb.freebsd.org/changeset/ports/331941
 
 Log:
   - Update maintainer email address
   
   PR:		ports/183415, ports/183418, ports/183419, ports/183421
   Submitted by:	Denis Generalov <gd.workbox@gmail.com> (maintainer)
 
 Modified:
   head/databases/libmongo-client/Makefile
   head/net/knc/Makefile
   head/net/msend/Makefile   (contents, props changed)
   head/sysutils/su2/Makefile   (contents, props changed)
 
 Modified: head/databases/libmongo-client/Makefile
 ==============================================================================
 --- head/databases/libmongo-client/Makefile	Tue Oct 29 11:35:48 2013	(r331940)
 +++ head/databases/libmongo-client/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
 @@ -1,11 +1,11 @@
 -# Created by: Denis Generalov <gd@rambler-co.ru>
 +# Created by: Denis Generalov <gd.workbox@gmail.com>
  # $FreeBSD$
  
  PORTNAME=	libmongo-client
  PORTVERSION=	0.1.6.3
  CATEGORIES=	databases
  
 -MAINTAINER=	gd@rambler-co.ru
 +MAINTAINER=	gd.workbox@gmail.com
  COMMENT=	Alternative C driver for MongoDB
  
  LICENSE=	AL2
 
 Modified: head/net/knc/Makefile
 ==============================================================================
 --- head/net/knc/Makefile	Tue Oct 29 11:35:48 2013	(r331940)
 +++ head/net/knc/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
 @@ -1,4 +1,4 @@
 -# Created by: Denis Generalov <gd@rambler-co.ru>
 +# Created by: Denis Generalov <gd.workbox@gmail.com>
  # $FreeBSD$
  
  PORTNAME=	knc
 @@ -6,7 +6,7 @@ PORTVERSION=	1.7.1
  CATEGORIES=	net
  MASTER_SITES=	http://oskt.secure-endpoints.com/downloads/
  
 -MAINTAINER=	gd@rambler-co.ru
 +MAINTAINER=	gd.workbox@gmail.com
  COMMENT=	KNC is Kerberised NetCat
  
  LICENSE=	BSD MIT
 
 Modified: head/net/msend/Makefile
 ==============================================================================
 --- head/net/msend/Makefile	Tue Oct 29 11:35:48 2013	(r331940)
 +++ head/net/msend/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
 @@ -8,7 +8,7 @@ CATEGORIES=	net
  MASTER_SITES=	${MASTER_SITE_LOCAL}
  MASTER_SITE_SUBDIR=	markp
  
 -MAINTAINER=	gd@rambler-co.ru
 +MAINTAINER=	gd.workbox@gmail.com
  COMMENT=	Client and server for the RFC1312 message protocol
  
  USE_RC_SUBR=	mesgd
 
 Modified: head/sysutils/su2/Makefile
 ==============================================================================
 --- head/sysutils/su2/Makefile	Tue Oct 29 11:35:48 2013	(r331940)
 +++ head/sysutils/su2/Makefile	Tue Oct 29 12:25:59 2013	(r331941)
 @@ -7,7 +7,7 @@ PORTREVISION=	1
  CATEGORIES=	sysutils security
  MASTER_SITES=	ftp://ftp.ccs.neu.edu/pub/sysadmin/
  
 -MAINTAINER=	gd@rambler-co.ru
 +MAINTAINER=	gd.workbox@gmail.com
  COMMENT=	Enhanced su, allows users to su with own password + more
  
  PATCH_DEPENDS=	rcsdiff:${PORTSDIR}/devel/rcs
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 

From: "Jason E. Hale" <jhale@freebsd.org>
To: bug-followup@freebsd.org, Denis Generalov <gd.workbox@gmail.com>
Cc:  
Subject: Re: ports/183415: [maintainer update] Change my e-mail address
Date: Tue, 29 Oct 2013 08:36:17 -0400

 For future reference, please submit only one PR for all of the ports you 
 maintain if you wish to change your email address.
 
 Thanks!
 -- 
 Jason E. Hale - jhale@
 FreeBSD Ports Committer
 KDE/FreeBSD Team
State-Changed-From-To: open->closed 
State-Changed-By: jhale 
State-Changed-When: Tue Oct 29 12:40:51 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183415 

From: Denis Generalov <gd.workbox@gmail.com>
To: "Jason E. Hale" <jhale@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/183415: [maintainer update] Change my e-mail address
Date: Tue, 29 Oct 2013 16:43:12 +0400

 On Tue, 29 Oct 2013 08:36:17 -0400
 "Jason E. Hale" <jhale@freebsd.org> wrote:
 
 > For future reference, please submit only one PR for all of the ports you 
 > maintain if you wish to change your email address.
 
 I'm so sorry for this noise.
 And thank you for your help.
 
 > 
 > Thanks!
 > -- 
 > Jason E. Hale - jhale@
 > FreeBSD Ports Committer
 > KDE/FreeBSD Team
 
 
 -- 
 Denis Generalov <gd.workbox@gmail.com>
>Unformatted:
