diff options
author | daichi <daichi@FreeBSD.org> | 2003-08-19 05:16:25 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-08-19 05:16:25 +0000 |
commit | fd2063e0d0b909594b4ceb2bd5ee19f64b67c80e (patch) | |
tree | 66eae49f74f6587746a0d16f7da0733169ed7c73 /java/collections | |
parent | cd4afc8d18df2e597dcff6bbaacda955c35c22e5 (diff) | |
download | FreeBSD-ports-fd2063e0d0b909594b4ceb2bd5ee19f64b67c80e.zip FreeBSD-ports-fd2063e0d0b909594b4ceb2bd5ee19f64b67c80e.tar.gz |
java/collections: drop maintainer ship
PR: 55691
Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
Diffstat (limited to 'java/collections')
-rw-r--r-- | java/collections/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile index 6e74a93..6cc16e1 100644 --- a/java/collections/Makefile +++ b/java/collections/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java DISTNAME= collections1_1 EXTRACT_SUFX= .zip -MAINTAINER= noway@nohow.demon.co.uk +MAINTAINER= java@freebsd.org COMMENT= JDK1.2 Collections' API for JDK1.1 environments RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 |