diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 23:11:55 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-23 23:11:55 +0800 |
commit | 939202c96f7f67c907eae8d146697f3cf41fdde1 (patch) | |
tree | 3689647f777a278a7871d0cf342c8a7e59df6ada /www | |
parent | c47b68af5db3f981c2368c6064afd0c373500d57 (diff) | |
download | freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.tar.gz freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.tar.zst freebsd-ports-gnome-939202c96f7f67c907eae8d146697f3cf41fdde1.zip |
Update maintainer's email to match what he uses on send-pr to avoid
confusion
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/oops/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-TableExtract/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index dac33721a78b..b499feb32887 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: oops # Date created: 15 August 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> # # $FreeBSD$ # @@ -15,7 +15,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= ozz@FreeBSD.org.ru +MAINTAINER= osa@FreeBSD.org.ru OOPSVERSION= 1.5.22 OOPSDATE= 20020519 diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile index 5cc2ea8274ef..873a099d76d8 100644 --- a/www/p5-HTML-TableExtract/Makefile +++ b/www/p5-HTML-TableExtract/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-HTML-TableExtract # Date created: October 21th 2000 -# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <osa@FreeBSD.org.ru> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -MAINTAINER= ozz@FreeBSD.org.ru +MAINTAINER= osa@FreeBSD.org.ru BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser |