From owner-cvs-all@FreeBSD.ORG Sat Oct 1 01:42:29 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 3AFDE16A41F; Sat, 1 Oct 2005 01:42:29 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AC643D48; Sat, 1 Oct 2005 01:42:28 +0000 (GMT) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j911gS9R004737; Sat, 1 Oct 2005 01:42:28 GMT (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j911gSSZ004736; Sat, 1 Oct 2005 01:42:28 GMT (envelope-from fenner) Message-Id: <200510010142.j911gSSZ004736@repoman.freebsd.org> From: Bill Fenner Date: Sat, 1 Oct 2005 01:42:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk 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, 01 Oct 2005 01:42:29 -0000 fenner 2005-10-01 01:42:28 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: Fix up some chronically bad MASTER_SITE entries. There are lots more bad entries to go. This file is in awful shape. MASTER_SITE_APACHE: change ftp://ftp.forthnet.gr/pub/www/apache/dist/ to ftp://ftp.forthnet.gr/pub/www/apache/ to match the site layout change ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/dist/ to ftp://ftp.kappa.ro/pub/mirrors/ftp.apache.org/ to match the site layout removed ftp://apache.mirrors.rossfell.co.uk/mirrors/apache/dist/ since there is no mirrors/apache directory. removed ftp://ftp.plig.net/pub/apache/dist/ since there is no pub/apache directory. change ftp://mirrors.rmplc.co.uk/pub/apache/dist/ to ftp://mirrors.rmplc.co.uk/pub/apache/ to match the site layout MASTER_SITE_GNU: remove http://ftp.lug.udel.edu/pub/gnu/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . remove http://gnu.mirror.mcgill.ca/ - connection attempts have been timing out consistently for 3 weeks and it's not listed as a mirror in http://www.gnu.org/order/ftp.html . MASTER_SITE_KDE: remove ftp://ftp.rutgers.edu/pub/kde/ . The /pub/kde directory exists but is empty on ftp.rutgers.edu. remove http://ftp.rutgers.edu/pub/kde/ . ftp.rutgers.edu is not running a web server. Change http://sunsite.tus.ac.jp/pub/archives/linux/X/kde to http://sunsite.tus.ac.jp/pub/archives/linux/kde to match a 301 redirect and the list of KDE mirrors remove http://kde.gnusoft.net/kde/ . While there is some kde stuff there, it is not organized in the same was as other sites so this site would need its own MASTER_SITE_SUBDIR. MASTER_SITE_REDHAT_LINUX: remove ftp://ftp.rutgers.edu/pub/redhat/linux/ . The /pub/redhat directory exists but is empty on ftp.rutgers.edu. remove ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/linux/ . ftp.crc.ca has removed everything from /pub but /pub/crc. remove ftp://ftp.redhat.de/pub/redhat/linux/ . The distfile survey has not been able to successfully fetch a single file from this site since it started checking at Tue Oct 28 21:04:23 UTC 2003. remove ftp://ftp.inet.it/pub/Linux/redhat/ . There is no Linux subdirectory in /pub. remove ftp://ftp.cs.nott.ac.uk/Mirrors/ftp.redhat.com/pub/redhat/linux/ . It has not been running an FTP server since the distfile survey started checking at Sun Sep 11 08:09:48 UTC 2005. MASTER_SITE_SUSE: Change http://ftp.tpnet.pl/d2/ftp.suse.com to http://ftp.tpnet.pl/vol/d7/ftp.suse.com/i386 based on http://ftp.tpnet.pl/vol/d2/ftp.suse.com/.message Change ftp://ftp.tpnet.pl/d2/ftp.suse.com to ftp://ftp.tpnet.pl/d7/ftp.suse.com/i386 based on ftp://ftp.tpnet.pl/d2/ftp.suse.com/.message MASTER_SITE_XEMACS: remove ftp://ftp.jp.xemacs.org/pub/GNU/xemacs/ . The /pub/GNU/xemacs directory exists but is empty. remove ftp://ftp.tw.xemacs.org/pub/xemacs/ . There is no /pub/xemacs directory. remove ftp://ftp.nz.xemacs.org/mirror/ftp.xemacs.org/ . There is no mirror directory. remove ftp://ftp.za.xemacs.org/mirrorsites/ftp.xemacs.org/ . mirrorsites has no ftp.xemacs.org subdirectory. Found by: distfile survey Revision Changes Path 1.321 +17 -51 ports/Mk/bsd.sites.mk