pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/jakarta-tomcat/files Fix URL from which list of mi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5b70c3e1b11
branches:  trunk
changeset: 491937:c5b70c3e1b11
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 01 13:28:08 2005 +0000

description:
Fix URL from which list of mirror sites is obtained

diffstat:

 www/jakarta-tomcat/files/getsite.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 174e841044d7 -r c5b70c3e1b11 www/jakarta-tomcat/files/getsite.sh
--- a/www/jakarta-tomcat/files/getsite.sh       Fri Apr 01 13:02:28 2005 +0000
+++ b/www/jakarta-tomcat/files/getsite.sh       Fri Apr 01 13:28:08 2005 +0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 TOMCAT_VERSION=${1##*-}
 TOMCAT_VERSION=${TOMCAT_VERSION%%.tar.gz}
-ftp -o - http://jakarta.apache.org/site/binindex.cgi | \
+ftp -o - http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi | \
        grep '<option' | \
        tr -d '\n' | \
        sed -e's/[[:space:]]*//g' -e's,[^<]*<optionvalue="\([^"]*\)">[^<]*</option>,\1 ,g' | \



Home | Main Index | Thread Index | Old Index