From owner-cvs-all@FreeBSD.ORG Sat Dec 24 14:20:21 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E81D16A420; Sat, 24 Dec 2005 14:20:21 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9F143D49; Sat, 24 Dec 2005 14:20:16 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost [127.0.0.1]) by arabica.esil.univ-mrs.fr (8.13.4/8.13.4) with ESMTP id jBOEKEZY064558; Sat, 24 Dec 2005 15:20:14 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.13.4/8.13.4/Submit) id jBOEKDuB064557; Sat, 24 Dec 2005 15:20:13 +0100 (CET) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Sat, 24 Dec 2005 15:20:13 +0100 From: Herve Quiroz To: Ion-Mihai Tetcu Message-ID: <20051224142013.GA50895@arabica.esil.univ-mrs.fr> References: <200512240320.jBO3KUhs077893@repoman.freebsd.org> <20051224145752.5fe437b1@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224145752.5fe437b1@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/jakarta-tomcat55 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 14:20:21 -0000 On Sat, Dec 24, 2005 at 02:57:52PM +0200, Ion-Mihai Tetcu wrote: > On Sat, 24 Dec 2005 03:20:30 +0000 (UTC) > Herve Quiroz wrote: > > > hq 2005-12-24 03:20:30 UTC > > > > FreeBSD ports repository > > > > Modified files: > > www/jakarta-tomcat55 Makefile distinfo pkg-descr pkg-plist > > Log: > > - Update to 5.5.12 > > - Add SHA256 info > > - Update WWW > > wrong distinfo (s/apache/jakarta) > and seems not to fetch also. No, Tomcat is now a top-level project at Apache, so it's indeed "Apache Tomcat" from now and no longer "Jakarta Tomcat". Maintainer has even asked for a repocopy www/jakarta-tomcat* -> www/apache-tomcat* (but we have to clean the ports before we do such thing). FYI, everything is explained in the PR. Also: => Attempting to fetch from http://archive.apache.org/dist/jakarta/tomcat-5/v5.5.12/bin/. apache-tomcat-5.5.12.tar.gz 100% of 5785 kB 369 kBps 00m00s So it fetches fine AFACT. But you are right on one point though, we need to change MASTER_SITES to ${MASTER_SITE_APACHE} and tweak MASTER_SITE_SUBDIR. I'll commit this in a short while (I'm trying to get everything ready for the Chrismas party here). Herve