diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-15 22:18:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-15 22:18:20 +0000 |
commit | 61f30a9dfcc8d167bd12f0e3e8d5fcf96aed8ac2 (patch) | |
tree | 03f7b1ce8ac094d7154d9514544f5b77e90f0ed7 /java/tya | |
parent | db69286f17e87066915cb569ee50240148054222 (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/tya')
-rw-r--r-- | java/tya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index e7d83b7a2624..4e84d187e178 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://sax.sax.de/~adlibit/ DISTNAME= tya17v3 EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A ``100% unofficial'' JIT-compiler for java BUILD_DEPENDS= ${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11 |