Bug 34866 - Email change.
Summary: Email change.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-12 07:50 UTC by Michael Johnson
Modified: 2002-02-12 08:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2002-02-12 07:50:01 UTC
diff -ruN treecc.orig/Makefile treecc/Makefile
--- treecc.orig/Makefile	Tue Feb 12 01:41:32 2002
+++ treecc/Makefile	Tue Feb 12 01:41:56 2002
@@ -1,6 +1,6 @@
 # Ports collection makefile for:  treecc
 # Date created:			  Wed Jul 11 00:45:15 EDT 2001
-# Whom:				  Michael Johnson <ahze@ahze.net>
+# Whom:				  Michael Johnson <ahze@rgv.net>
 #
 # $FreeBSD: ports/lang/treecc/Makefile,v 1.3 2002/01/09 04:46:37 pat Exp $
 #
@@ -10,7 +10,7 @@
 CATEGORIES=	lang
 MASTER_SITES=	http://www.southern-storm.com.au/download/
 
-MAINTAINER=	ahze@ahze.net
+MAINTAINER=	ahze@rgv.net
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes

diff -ruN p5-LJ-Cache.orig/Makefile p5-LJ-Cache/Makefile
--- p5-LJ-Cache.orig/Makefile	Tue Feb 12 01:59:24 2002
+++ p5-LJ-Cache/Makefile	Tue Feb 12 01:59:39 2002
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	p5-LJ-Cache
 # Date created:				25 Mar 2001
-# Whom:					Michael Johnson <ahze@ahze.net>
+# Whom:					Michael Johnson <ahze@rgv.net>
 #
 # $FreeBSD: ports/sysutils/p5-LJ-Cache/Makefile,v 1.1 2001/03/31 01:57:06 will Exp $
 
@@ -11,7 +11,7 @@
 		ftp://ftp.livejournal.com/code/cache/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ahze@ahze.net
+MAINTAINER=	ahze@rgv.net
 
 PERL_CONFIGURE=	yes
 

diff -ruN p5-LJ-TextMessage.orig/Makefile p5-LJ-TextMessage/Makefile
--- p5-LJ-TextMessage.orig/Makefile	Tue Feb 12 02:00:38 2002
+++ p5-LJ-TextMessage/Makefile	Tue Feb 12 02:00:56 2002
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	p5-LJ-TextMessage
 # Date created:				25 Mar 2001
-# Whom:					Michael Johnson <ahze@ahze.net>
+# Whom:					Michael Johnson <ahze@rgv.net>
 #
 # $FreeBSD: ports/sysutils/p5-LJ-TextMessage/Makefile,v 1.4 2001/06/28 12:39:04 kevlo Exp $
 
@@ -11,7 +11,7 @@
 		ftp://ftp.livejournal.com/code/textmessage/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ahze@ahze.net
+MAINTAINER=	ahze@rgv.net
 
 PERL_CONFIGURE=	yes
 diff -ruN p5-LJ-SpellCheck.orig/Makefile p5-LJ-SpellCheck/Makefile
--- p5-LJ-SpellCheck.orig/Makefile	Tue Feb 12 02:02:00 2002
+++ p5-LJ-SpellCheck/Makefile	Tue Feb 12 02:02:18 2002
@@ -1,6 +1,6 @@
 # New ports collection makefile for:	p5-LJ-SpellCheck
 # Date created:				25 Mar 2001
-# Whom:					Michael Johnson <ahze@ahze.net>
+# Whom:					Michael Johnson <ahze@rgv.net>
 #
 # $FreeBSD: ports/textproc/p5-LJ-SpellCheck/Makefile,v 1.1 2001/04/07 06:24:38 will Exp $
 #
@@ -12,7 +12,7 @@
 		ftp://ftp.livejournal.com/code/spellcheck/
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ahze@ahze.net
+MAINTAINER=	ahze@rgv.net
 
 RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
Comment 1 Doug Barton freebsd_committer freebsd_triage 2002-02-12 08:02:58 UTC
On Mon, 11 Feb 2002, Michael Johnson wrote:

>
> >Number:         34866
> >Category:       ports
> >Synopsis:       Email change.

> -# Whom:				  Michael Johnson <ahze@ahze.net>
> +# Whom:				  Michael Johnson <ahze@rgv.net>


We never change the lines for the original creator of a port. Only the
Maintainer line needs to be changed. Can you submit a new patch?
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2002-02-12 08:16:49 UTC
State Changed
From-To: open->closed

Committed without changes to "Whom" lines. 

If you have changes for multiple ports such as this, it makes things 
easier for the committer if you mention which category each port 
is in.  The "cvs diff" command is an easy way to give this information. 
Another way would be to do a recursive diff starting in /usr/ports/. 

Thanks!