From owner-freebsd-java@FreeBSD.ORG Tue Jul 24 14:06:26 2007 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB91F16A419 for ; Tue, 24 Jul 2007 14:06:26 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 60AA813C45D for ; Tue, 24 Jul 2007 14:06:26 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 48C86EB7761; Tue, 24 Jul 2007 22:00:08 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id FfxNABI+1e+V; Tue, 24 Jul 2007 22:00:06 +0800 (CST) Received: from charlie.delphij.net (unknown [61.49.186.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 1184CEB0FC9; Tue, 24 Jul 2007 22:00:05 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=gx0qdj1UedPZje2KGzJtpTntoJqIgxEZeG+D2hNNj6CyrFmkKtxrc/xTGtF1hdXd0 /y3pq8NoukJVDUbqfYGdA== Message-ID: <46A605E5.2000403@delphij.net> Date: Tue, 24 Jul 2007 22:00:05 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: Ernst de Haan References: <8FCFAB0D-691F-4FB5-885E-2FA0464DE536@ernstdehaan.com> In-Reply-To: <8FCFAB0D-691F-4FB5-885E-2FA0464DE536@ernstdehaan.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: java@FreeBSD.org Subject: Re: Removal of www/jakarta-tomcat4 and www/jakarta-tomcat5 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 14:06:26 -0000 Ernst de Haan wrote: > Is there any objection against removal of these ports: > > www/jakarta-tomcat4 > www/jakarta-tomcat5 > > They not only employ an old naming scheme (Tomcat no longer falls under > Jakarta), but they also seem to be outdated. Sounds reasonable to me. A simple grep over INDEX shows that extsm-1.0_1 (www/extsm) depends on jakarta-tomcat5, though, so we should take these into account. Cheers,