summaryrefslogtreecommitdiff
path: root/java/openjit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-04-15 22:18:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-04-15 22:18:20 +0000
commit61f30a9dfcc8d167bd12f0e3e8d5fcf96aed8ac2 (patch)
tree03f7b1ce8ac094d7154d9514544f5b77e90f0ed7 /java/openjit
parentOops, put the correct file into /etc/shells. (diff)
Drop maintainership - I'am so impressed by the performance and
stability of native JDK 1.4.1 with its built-in JIT on steroids (HotSpot), so that I am unlikely ever will want to use external JIT.
Notes
Notes: svn path=/head/; revision=79037
Diffstat (limited to 'java/openjit')
-rw-r--r--java/openjit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjit/Makefile b/java/openjit/Makefile
index ce749312223e..97a6923a447d 100644
--- a/java/openjit/Makefile
+++ b/java/openjit/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= java
MASTER_SITES= http://www.openjit.org/dist/
DISTNAME= OpenJIT-${PORTVERSION}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A high-performance reflective Java Just-In-Time (JIT) bytecode compiler
BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11