From 61f30a9dfcc8d167bd12f0e3e8d5fcf96aed8ac2 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 15 Apr 2003 22:18:20 +0000 Subject: [PATCH] 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. --- java/openjit/Makefile | 2 +- java/shujit/Makefile | 2 +- java/tya/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/java/shujit/Makefile b/java/shujit/Makefile index a0869253d3cc..d85bbfe77cdc 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 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