diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-03 01:01:33 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-03 01:01:33 +0000 |
commit | e868aeb5e726629fe25f42bd45c19e2515ec50f6 (patch) | |
tree | 59d845b7e40e6aa41d3baab226fdb49b645a4e57 /java/jdk14-doc | |
parent | 4e14a5741339f4311ad6769f51d1320b86bb8caf (diff) |
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)
Notes
Notes:
svn path=/head/; revision=123012
Diffstat (limited to 'java/jdk14-doc')
-rw-r--r-- | java/jdk14-doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk14-doc/Makefile b/java/jdk14-doc/Makefile index 5739eb7b61f6..616ea90fd6d2 100644 --- a/java/jdk14-doc/Makefile +++ b/java/jdk14-doc/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java MASTER_SITES= # DISTNAME= j2sdk-${JDK_VERSION:S/./_/g}-doc -MAINTAINER= znerd@FreeBSD.org +MAINTAINER= java@FreeBSD.org COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation LATEST_LINK= jdk${JDK_CONCAT_VER}-doc |