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 /java/jakarta-commons-logging | |
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 'java/jakarta-commons-logging')
-rw-r--r-- | java/jakarta-commons-logging/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jakarta-commons-logging/Makefile b/java/jakarta-commons-logging/Makefile index d4f60a520b87..61810521edf7 100644 --- a/java/jakarta-commons-logging/Makefile +++ b/java/jakarta-commons-logging/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S,-,/,}/source PKGNAMEPREFIX= jakarta- DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= hq@FreeBSD.org COMMENT= Generic logging wrapper library OPTIONS= LOG4J "Enable Jakarta Log4j log factory" on \ |