diff options
author | petef <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-05-30 23:02:40 +0000 |
commit | 6c796ebf87bc43cde45428a1e685dd43ec4fb09d (patch) | |
tree | b9a175e0e9fd956560264ea2018013b200b1de2c /www | |
parent | e9fc574a6f921aa4364cbd8429c029c3fdeac309 (diff) | |
download | FreeBSD-ports-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.zip FreeBSD-ports-6c796ebf87bc43cde45428a1e685dd43ec4fb09d.tar.gz |
Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.
PR: 38750
Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> (previous 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 b499feb..716e831 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 <osa@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> # # $FreeBSD$ # @@ -15,7 +15,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= osa@FreeBSD.org.ru +MAINTAINER= ports@FreeBSD.org OOPSVERSION= 1.5.22 OOPSDATE= 20020519 diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile index 873a099..817f081 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 <osa@FreeBSD.org.ru> +# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- -MAINTAINER= osa@FreeBSD.org.ru +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser |