Bug 27867 - email address change
Summary: email address 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: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-04 01:50 UTC by Cyrille Lefevre
Modified: 2001-06-16 15:02 UTC (History)
0 users

See Also:


Attachments
file.diff (6.77 KB, patch)
2001-06-04 01:50 UTC, Cyrille Lefevre
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cyrille Lefevre 2001-06-04 01:50:00 UTC
	netforward (poboxes.com) isn't free anymore and I can't pay them
	since they're payment system didn't work ! so, I've switched
	to another email redirector which is v3.com (redirect.to).

	the following patches updates the maintainer email address
	of ports I maintain.

	also, there are two pending patches to setiathome and elm+ME
	included.

	thanks to commit them.

How-To-Repeat: 	n/a
Comment 1 Peter Pentchev 2001-06-04 12:09:45 UTC
On Mon, Jun 04, 2001 at 02:48:46AM +0200, Cyrille Lefevre wrote:
> 
> >Number:         27867
> >Category:       ports
> >Synopsis:       email address change
> >Originator:     Cyrille Lefevre
> >Organization:
> ACME
> >Environment:
> 
> System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #25: Wed May 23 04:06:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386
> 
> >Description:
> 	netforward (poboxes.com) isn't free anymore and I can't pay them
> 	since they're payment system didn't work ! so, I've switched
> 	to another email redirector which is v3.com (redirect.to).
> 
> 	the following patches updates the maintainer email address
> 	of ports I maintain.
> 
> 	also, there are two pending patches to setiathome and elm+ME
> 	included.
> 
> 	thanks to commit them.
> >How-To-Repeat:
> 	n/a
> >Fix:

Errrr... it seems that the patch you've sent changes a bit more than
just e-mail addresses :)  Could you send a patch with only e-mail
address changes?

G'luck,
Peter

-- 
You have, of course, just begun reading the sentence that you have just finished reading.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2001-06-04 12:10:55 UTC
State Changed
From-To: open->analyzed

I'll look into this, when an e-mail address only patch is sent :) 


Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2001-06-04 12:10:55 UTC
Responsible Changed
From-To: freebsd-ports->roam

I'll take care of this.
Comment 4 Cyrille Lefevre 2001-06-06 05:19:48 UTC
Peter Pentchev wrote:
[snip]
> Errrr... it seems that the patch you've sent changes a bit more than
> just e-mail addresses :)  Could you send a patch with only e-mail
> address changes?

oops, your mail was filter by procmail to /dev/null ! corrected I hope ;^)

Index: ports/astro/setiathome/Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/setiathome/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- ports/astro/setiathome/Makefile	2001/02/15 17:01:03	1.26
+++ ports/astro/setiathome/Makefile	2001/06/06 04:16:44
@@ -15,7 +15,7 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION}.${PORT_HOST}
 EXTRACT_SUFX=	.tar
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 .include <bsd.port.pre.mk>
 
Index: ports/emulators/bochs/Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/bochs/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- ports/emulators/bochs/Makefile	2001/06/02 16:42:56	1.35
+++ ports/emulators/bochs/Makefile	2001/06/06 04:16:44
@@ -14,7 +14,7 @@
 		ftp://ftp.bochs.com/bochs/
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 USE_XLIB=	yes
 GNU_CONFIGURE=	yes
Index: ports/lang/gforth/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gforth/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/lang/gforth/Makefile	2001/03/23 03:05:35	1.4
+++ ports/lang/gforth/Makefile	2001/06/06 04:16:44
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	gforth
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 #
 # Global variables
Index: ports/mail/elm+ME/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/elm+ME/Makefile,v
retrieving revision 1.68
diff -u -r1.68 Makefile
--- ports/mail/elm+ME/Makefile	2001/05/27 12:56:04	1.68
+++ ports/mail/elm+ME/Makefile	2001/06/06 04:16:44
@@ -27,7 +27,7 @@
 		ftp://ftp.rge.com/pub/mail/elm/elm-2.4ME+/ \
 		ftp://ftp.uni-trier.de/pub/unix/network/mail/elm-me+/
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 # not needed since config.sh is generated by scripts/pre-configure.
 # BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
Index: ports/misc/findutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/findutils/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/misc/findutils/Makefile	2001/02/15 17:01:02	1.9
+++ ports/misc/findutils/Makefile	2001/06/06 04:16:44
@@ -12,7 +12,7 @@
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= findutils
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 GNU_CONFIGURE=	yes
 
Index: ports/misc/sh-utils/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sh-utils/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/misc/sh-utils/Makefile	2001/02/15 17:01:03	1.5
+++ ports/misc/sh-utils/Makefile	2001/06/06 04:16:44
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= sh-utils
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
Index: ports/misc/upclient/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/upclient/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/misc/upclient/Makefile	2001/02/15 17:01:03	1.9
+++ ports/misc/upclient/Makefile	2001/06/06 04:16:44
@@ -12,7 +12,7 @@
 		ftp://ftp.uptimes.net/pub/uptimes/ \
 		http://www.uptimes.net/download/
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 ALL_TARGET=	bsd
 BUILD_WRKSRC=	${WRKSRC}/src
Index: ports/net/isc-dhcp3/Makefile
===================================================================
RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v
retrieving revision 1.63
diff -u -r1.63 Makefile
--- ports/net/isc-dhcp3/Makefile	2001/05/21 19:30:29	1.63
+++ ports/net/isc-dhcp3/Makefile	2001/06/06 04:16:44
@@ -24,7 +24,7 @@
 PKGNAMESUFFIX=	3
 DISTNAME=	${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL}
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 #
 # Global variables
Index: ports/security/op/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/op/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- ports/security/op/Makefile	2001/04/10 10:52:20	1.2
+++ ports/security/op/Makefile	2001/06/06 04:16:44
@@ -15,7 +15,7 @@
 		ftp://ftp.nask.pl/pub/mirror/coast.cs.purdue.edu/%SUBDIR%/
 MASTER_SITE_SUBDIR=	unix/sysutils/${PORTNAME}
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 #
 # Global variables
Index: ports/textproc/gsed/Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/textproc/gsed/Makefile	2001/02/15 17:01:02	1.4
+++ ports/textproc/gsed/Makefile	2001/06/06 04:16:44
@@ -12,7 +12,7 @@
 MASTER_SITE_SUBDIR=	${PORTNAME}
 PKGNAMEPREFIX=	g
 
-MAINTAINER=	clefevre@poboxes.com
+MAINTAINER=	clefevre@redirect.to
 
 #
 # Global variables

Cyrille.
--
home: mailto:clefevre@redirect.to   UNIX is user-friendly; it's just particular
work: mailto:Cyrille.Lefevre@edf.fr   about who it chooses to be friends with.
Comment 5 Peter Pentchev freebsd_committer freebsd_triage 2001-06-09 14:02:01 UTC
State Changed
From-To: analyzed->feedback

OK, I've changed the email addresses on the specified ports. 
However, there are still a couple of ports with your clefevre@citeweb 
address; would you like me to change those, too, or do you want 
to keep them @citeweb?
Comment 6 Peter Pentchev freebsd_committer freebsd_triage 2001-06-16 15:01:49 UTC
State Changed
From-To: feedback->closed

The maintainer e-mail address of all your ports has been changed 
to clefevre@redirect.to.  Thanks!