Date: Sun, 4 Apr 2004 04:08:30 -0700 (PDT) From: Kang Liu <liukang@bjpu.edu.cn> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/65158: [maintainer] use MASTER_SITE_APACHE_JAKARTA as MASTER_SITES in www/jakarta-tomcat5 Message-ID: <200404041108.i34B8Udj004813@www.freebsd.org> Resent-Message-ID: <200404041110.i34BA4Cs067477@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65158 >Category: ports >Synopsis: [maintainer] use MASTER_SITE_APACHE_JAKARTA as MASTER_SITES in www/jakarta-tomcat5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 04 04:10:04 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Kang Liu >Release: 4.9 >Organization: Beijing University of Technology >Environment: FreeBSD >Description: MASTER_SITE_APACHE_JAKARTA is a macro of dozens of mirror sites for apache. Use it as MASTER_SITES in www/jakarta-tomcat5 may improve fetchability of distfile. >How-To-Repeat: >Fix: --- Makefile.orig Sun Apr 4 17:22:59 2004 +++ Makefile Sun Apr 4 18:54:04 2004 @@ -8,9 +8,8 @@ PORTNAME= jakarta-tomcat PORTVERSION= 5.0.19 CATEGORIES= www java -MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ - http://apache.lemon4ssc.org/dist/jakarta/tomcat-5/v${PORTVERSION}/bin/ \ - http://distfiles.coredump.cn/ +MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} +MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin MAINTAINER= liukang@bjpu.edu.cn COMMENT= Open-source Java web server by Apache, 5.0.x branch >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404041108.i34B8Udj004813>