diff options
author | knu <knu@FreeBSD.org> | 2000-05-21 19:52:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-05-21 19:52:06 +0800 |
commit | a498e1cbdc6ae97adc1fffa51c2949c614460ea2 (patch) | |
tree | 7cd6d5e0f929f3d23c47d9ce272629549121d993 /news/p5-News-Article | |
parent | 2aa820e40405bbf461bd48397585e67e86259e47 (diff) | |
download | freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.tar.gz freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.tar.zst freebsd-ports-gnome-a498e1cbdc6ae97adc1fffa51c2949c614460ea2.zip |
Change MAINTAINER's mail address.
Now "Don Croyle <croyle@gelemna.org>".
PR: 18701, (part of) 18702, 18703, 18706
Submitted by: MAINTAINER
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r-- | news/p5-News-Article/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index c89d134ba9f3..ac1478ad3041 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-News-Article # Date created: January 2, 1998 -# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# Whom: Don Croyle <croyle@gelemna.org> # # $FreeBSD$ # @@ -9,10 +9,10 @@ PORTNAME= p5-News-Article PORTVERSION= 1.21 CATEGORIES= news perl5 MASTER_SITES= http://www.erlenstar.demon.co.uk/perl/ \ - http://www.infonex.com/~dacroyle/freebsd/ + http://www.gelemna.org/ports/ DISTNAME= News-Article-1.21 -MAINTAINER= croyle@gelemna.ft-wayne.in.us +MAINTAINER= croyle@gelemna.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ |