From 0450cec5b68bc2ad43e1a1d71d25258c2d1ddce9 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Mon, 14 Jun 2004 06:04:30 +0000 Subject: [PATCH] Mike Brown (a co-developer of 4Suite) takes over the maintainership of py-xml and py-4suite. The original maintainer (wjv) have been too busy to manage these ports for last half year. Submitted by: Mike Brown --- textproc/py-4suite/Makefile | 2 +- textproc/py-xml/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/py-4suite/Makefile b/textproc/py-4suite/Makefile index 10e382e73087..0d6fea306f1d 100644 --- a/textproc/py-4suite/Makefile +++ b/textproc/py-4suite/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.4suite.org/pub/4Suite/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= 4Suite-${PORTVERSION} -MAINTAINER= wjv@FreeBSD.org +MAINTAINER= mike@skew.org COMMENT= A collection of Python tools for XML processing and object database management IGNORE= has a broken pkg-plist that removes dozens of files not installed by this port. diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 3db18f469bf3..8bb56e08f31e 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= pyxml PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyXML-${PORTVERSION} -MAINTAINER= wjv@FreeBSD.org +MAINTAINER= mike@skew.org COMMENT= The Python XML package, including parser, SAX, DOM, and Expat USE_PYTHON= yes