Date: Thu, 1 Nov 2012 01:43:43 GMT From: nemysis <nemysis@gmx.ch> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173253: [bsd.sites.mk] Fix some broken links Message-ID: <201211010143.qA11hhL7051493@red.freebsd.org> Resent-Message-ID: <201211010150.qA11o0IP097219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173253 >Category: ports >Synopsis: [bsd.sites.mk] Fix some broken links >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 01 01:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: Have looked with http://people.freebsd.org/~ehaupt/distilator/ and have seen some broken links from bsd.sites.mk Have checked and fix only what i have used and http://people.freebsd.org/~ehaupt/distilator/nemysis@gmx.ch-bad.html have reported Bad links have marked with #, and some changed to right address. - ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ + ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/%SUBDIR%/ \ +# http://gentoo.kems.net/%SUBDIR%/ \ +# ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ +# ftp://gentoo.kems.net/pub/mirrors/gentoo/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ +# ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ +# ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ +# ftp://ftp.mirrorservice.org/sites/ftp.python.org/pub/www.python.org/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \ + ftp://ftp.mirrorservice.org/sites/ftp.opensuse.org/pub/opensuse/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.opensuse.org/pub/opensuse/%SUBDIR%/ \ +# ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} \ - ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} +# ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ >How-To-Repeat: >Fix: Apply the bsd.sites.mk.diff.txt Patch attached with submission follows: --- /usr/ports/Mk/bsd.sites.mk 2012-10-31 19:11:33.000000000 +0100 +++ bsd.sites.mk 2012-11-01 02:32:16.000000000 +0100 @@ -464,7 +464,7 @@ MASTER_SITE_GENTOO+= \ http://gentoo.mirrors.pair.com/%SUBDIR%/ \ http://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/%SUBDIR%/ \ + ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/%SUBDIR%/ \ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ http://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ @@ -475,13 +475,12 @@ http://gentoo.inode.at/%SUBDIR%/ \ http://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ http://gentoo.gg3.net/%SUBDIR%/ \ - http://gentoo.kems.net/%SUBDIR%/ \ ftp://ftp.gtlib.gatech.edu/pub/gentoo/%SUBDIR%/ \ ftp://mirror.iawnet.sandia.gov/pub/gentoo/%SUBDIR%/ \ ftp://ftp.ussg.iu.edu/pub/linux/gentoo/%SUBDIR%/ \ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/%SUBDIR%/ \ ftp://gentoo.mirrors.pair.com/%SUBDIR%/ \ - ftp://mirrors.tds.net/gentoo/%SUBDIR%/ \ + ftp://mirrors.tds.net/pub/gentoo/%SUBDIR%/ \ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/%SUBDIR%/ \ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/%SUBDIR%/ \ ftp://trumpetti.atm.tut.fi/gentoo/%SUBDIR%/ \ @@ -489,13 +488,14 @@ ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/%SUBDIR%/ \ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/%SUBDIR%/ \ - ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/%SUBDIR%/ \ ftp://darkstar.ist.utl.pt/pub/gentoo/%SUBDIR%/ \ ftp://gentoo.inode.at/source/%SUBDIR%/ \ ftp://ftp.rhnet.is/pub/gentoo/%SUBDIR%/ \ - ftp://files.gentoo.gr/%SUBDIR%/ \ - ftp://gentoo.kems.net/pub/mirrors/gentoo/%SUBDIR%/ + ftp://files.gentoo.gr/%SUBDIR%/ +# http://gentoo.kems.net/%SUBDIR%/ \ +# ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/%SUBDIR%/ \ +# ftp://gentoo.kems.net/pub/mirrors/gentoo/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GITHUB) @@ -564,7 +564,6 @@ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ http://dotsrc.org/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ http://artfiles.org/gnupg.org/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ @@ -575,6 +574,7 @@ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) @@ -636,11 +636,11 @@ ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ \ ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.nominum.com/pub/isc/%SUBDIR%/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.isc.org/isc/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_KENAI) @@ -821,7 +821,6 @@ MASTER_SITE_NETLIB+= \ ftp://ftp.netlib.org/%SUBDIR%/ \ http://www.netlib.org/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ http://www.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ ftp://ftp.netlib.no/netlib/%SUBDIR%/ \ http://www.netlib.no/netlib/%SUBDIR%/ \ @@ -831,6 +830,7 @@ http://netlib.caspur.it/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ \ http://phase.hpcc.jp/mirrors/netlib/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/netlib.bell-labs.com/netlib/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_NVIDIA) @@ -1006,8 +1006,8 @@ http://www.cwi.nl/www.python.org/%SUBDIR%/ \ http://gnu.kookel.org/ftp/www.python.org/%SUBDIR%/ \ http://python.holywar.net/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.python.org/pub/www.python.org/%SUBDIR%/ \ http://mirrors.ccs.neu.edu/Python/pub/www.python.org/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.python.org/pub/www.python.org/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_QMAIL) @@ -1253,8 +1253,8 @@ ftp://ftp.solnet.ch/mirror/SuSE/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/SuSE/suse/%SUBDIR%/ \ http://ftp.isu.edu.tw/pub/Linux/SuSE/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.suse.com/pub/suse/%SUBDIR%/ \ + ftp://ftp.mirrorservice.org/sites/ftp.opensuse.org/pub/opensuse/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.opensuse.org/pub/opensuse/%SUBDIR%/ \ ftp://ftp.kde.org/pub/suse/ftp.suse.com/suse/%SUBDIR%/ \ ftp://ftp.suse.com/pub/suse/%SUBDIR%/ \ ftp://ftp.softnet.tuc.gr/pub/linux/suse/suse/%SUBDIR%/ \ @@ -1274,8 +1274,8 @@ ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://sunsite.utk.edu/pub/tcl/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/lang/tcl/ftp.scriptics.com/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/tcl/tcl/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.tcl.tk/pub/tcl/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_TEX_CTAN) @@ -1354,8 +1354,8 @@ ftp://ftp.dti.ad.jp/pub/X/XFree86/mirror/X.Org/contrib/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/X11/ftp.x.org/contrib/%SUBDIR%/ \ ftp://ftp2.x.org/contrib/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} \ - ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/contrib/&,} +# ftp://ftp.mirrorservice.org/sites/ftp.x.org/contrib/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_XEMACS) @@ -1405,11 +1405,11 @@ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,X/opengroup/&/,} \ ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/X11/ftp.x.org/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ ftp://sunsite.uio.no/pub/X11/%SUBDIR%/ \ http://xorg.freedesktop.org/%SUBDIR%/ \ http://xorg.freedesktop.org/releases/%SUBDIR%/ \ ftp://ftp.x.org/pub/%SUBDIR%/ +# ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ .endif .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211010143.qA11hhL7051493>