diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-04-15 22:18:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-04-15 22:18:20 +0000 |
commit | 0b2c06793eb9cacb15633adf30837689deae2cc5 (patch) | |
tree | 560d16a78120c04e736a4d87a101eb5d6838bf79 /java/shujit | |
parent | 1befcd3f27ddb7e0a78f149f3d765070bfb48036 (diff) | |
download | FreeBSD-ports-0b2c06793eb9cacb15633adf30837689deae2cc5.zip FreeBSD-ports-0b2c06793eb9cacb15633adf30837689deae2cc5.tar.gz |
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.
Diffstat (limited to 'java/shujit')
-rw-r--r-- | java/shujit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index a086925..d85bbfe 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7.14 CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Just In Time java bytecode compiler LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm |