diff options
author | hq <hq@FreeBSD.org> | 2004-12-03 09:01:33 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-12-03 09:01:33 +0800 |
commit | 19d8d3fee03705eee3f4a32cdbc70a066d73f319 (patch) | |
tree | f6e51e5b7511cd136933ad6c44b3969924163c4b /textproc | |
parent | 01408ec579075e99c99fd294a881af3dc2347b1d (diff) | |
download | freebsd-ports-gnome-19d8d3fee03705eee3f4a32cdbc70a066d73f319.tar.gz freebsd-ports-gnome-19d8d3fee03705eee3f4a32cdbc70a066d73f319.tar.zst freebsd-ports-gnome-19d8d3fee03705eee3f4a32cdbc70a066d73f319.zip |
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ant-xinclude-task/Makefile | 2 | ||||
-rw-r--r-- | textproc/xalan-j/Makefile | 2 | ||||
-rw-r--r-- | textproc/xincluder/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlenc/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index 94263031dcfa..4c9b1b111394 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc java MASTER_SITES= http://people.freebsd.org/~znerd/xinclude-task/ PKGNAMEPREFIX= ant- -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= XInclude task for Jakarta Ant BUILD_DEPENDS= ${JAVAJARDIR}/xincluder.jar:${PORTSDIR}/textproc/xincluder diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 8eb39d908ae9..6011cf3e8ee3 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_APACHE_XML} MASTER_SITE_SUBDIR= ${PORTNAME}/source DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}-src -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= hq@FreeBSD.org COMMENT= Apache XSLT processor for transforming XML documents RUN_DEPENDS= ${LOCALBASE}/bin/javavm:${PORTSDIR}/java/javavmwrapper \ diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile index 73bf28a9ff8e..0a49d3932302 100644 --- a/textproc/xincluder/Makefile +++ b/textproc/xincluder/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc java MASTER_SITES= ftp://ftp.ibiblio.org/pub/languages/java/javafaq/ DISTNAME= ${PORTNAME}-1.0d11 -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java-based XInclude processors BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile index 852e25b8f45f..4df5924b3265 100644 --- a/textproc/xmlenc/Makefile +++ b/textproc/xmlenc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.44 CATEGORIES= textproc java MASTER_SITES= http://${PORTNAME}.sourceforge.net/ -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= hq@FreeBSD.org COMMENT= Light-weight XML encoding library for Java USE_JAVA= yes |