From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 24 14:00:10 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8A1716A403 for ; Sat, 24 Mar 2007 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8A4F313C458 for ; Sat, 24 Mar 2007 14:00:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2OE0AjZ057177 for ; Sat, 24 Mar 2007 14:00:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2OE0Asl057176; Sat, 24 Mar 2007 14:00:10 GMT (envelope-from gnats) Resent-Date: Sat, 24 Mar 2007 14:00:10 GMT Resent-Message-Id: <200703241400.l2OE0Asl057176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nemo Liu Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D12BE16A404 for ; Sat, 24 Mar 2007 13:55:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id C27B813C46A for ; Sat, 24 Mar 2007 13:55:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2ODt3ij078521 for ; Sat, 24 Mar 2007 13:55:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2ODo2XK071741; Sat, 24 Mar 2007 13:50:02 GMT (envelope-from nobody) Message-Id: <200703241350.l2ODo2XK071741@www.freebsd.org> Date: Sat, 24 Mar 2007 13:50:02 GMT From: Nemo Liu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/110763: [UPDATE]www/jakarta-tomcat5:update MASTER_SITES and URL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 14:00:10 -0000 >Number: 110763 >Category: ports >Synopsis: [UPDATE]www/jakarta-tomcat5:update MASTER_SITES and URL >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 24 14:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nemo Liu >Release: 7-current >Organization: >Environment: FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #0: Fri Mar 23 12:28:47 CST 2007 liutong@tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO amd64 >Description: Tomcat is move out from jakarta site now. The new site is "tomcat.apache.org".The request to "jakarta.apache.org/tomcat" will redirect to "tomcat.apache.org". I change the value of WWW which in pkg-descr and MASTER_SITES in Makefile. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/jakarta-tomcat5/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 11 Sep 2006 12:56:36 -0000 1.30 +++ Makefile 24 Mar 2007 13:28:14 -0000 @@ -2,17 +2,17 @@ # Date created: Tue Aug 12 23:26:32 CST 2003 # Whom: Kang Liu # -# $FreeBSD: ports/www/jakarta-tomcat5/Makefile,v 1.30 2006/09/11 12:56:36 lawrance Exp $ +# $FreeBSD$ # PORTNAME= jakarta-tomcat PORTVERSION= 5.0.30 PORTREVISION= 5 CATEGORIES= www java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITES= ${MASTER_SITE_APACHE_TOMCAT} MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemoliu@gmail.com COMMENT= Open-source Java web server by Apache, 5.0.x branch USE_JAVA= yes Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/jakarta-tomcat5/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 27 Dec 2003 18:16:35 -0000 1.2 +++ pkg-descr 24 Mar 2007 13:28:14 -0000 @@ -19,4 +19,4 @@ o Integrated session clustering o Expanded documentation -WWW: http://jakarta.apache.org/tomcat/ +WWW: http://tomcat.apache.org/ >Release-Note: >Audit-Trail: >Unformatted: