diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 23:07:23 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 23:07:23 +0000 |
commit | 35db8cc37ddedc76463fd58e2e9ab68b5bc2cf59 (patch) | |
tree | e5c63416862c62d8531b3719c8b42aa17e9c2aa8 /news | |
parent | 73285d263fece2b7690bd5c8e6adc0d78501434d (diff) |
Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by: ade
Notes
Notes:
svn path=/head/; revision=46662
Diffstat (limited to 'news')
-rw-r--r-- | news/newsgrab/Makefile | 2 | ||||
-rw-r--r-- | news/p5-NNTPClient/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile index 38c5a830e633..242fd42b7f7c 100644 --- a/news/newsgrab/Makefile +++ b/news/newsgrab/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1.1 CATEGORIES= news MASTER_SITES= http://phunkbros.dk/newsgrab/ -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile index 291ede58f8e8..278cf94db89d 100644 --- a/news/p5-NNTPClient/Makefile +++ b/news/p5-NNTPClient/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org PERL_CONFIGURE= yes |