Thu Nov 5 09:07:24 2020 UTC ()
sites: remove GNOME master sites that now either fail or redirect


(nia)
diff -r1.166 -r1.167 pkgsrc/mk/fetch/sites.mk

cvs diff -r1.166 -r1.167 pkgsrc/mk/fetch/sites.mk (expand / switch to unified diff)

--- pkgsrc/mk/fetch/sites.mk 2020/09/02 22:16:48 1.166
+++ pkgsrc/mk/fetch/sites.mk 2020/11/05 09:07:24 1.167
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: sites.mk,v 1.166 2020/09/02 22:16:48 kim Exp $ 1# $NetBSD: sites.mk,v 1.167 2020/11/05 09:07:24 nia Exp $
2# 2#
3# This Makefile fragment defines read-only MASTER_SITE_* variables 3# This Makefile fragment defines read-only MASTER_SITE_* variables
4# representing some well-known master distribution sites for software. 4# representing some well-known master distribution sites for software.
5# 5#
6# These variables are also listed in the pkgsrc guide. 6# These variables are also listed in the pkgsrc guide.
7 7
8MASTER_SITE_XCONTRIB+= \ 8MASTER_SITE_XCONTRIB+= \
9 ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ 9 ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \
10 ftp://sunsite.icm.edu.pl/pub/X11/contrib/ \ 10 ftp://sunsite.icm.edu.pl/pub/X11/contrib/ \
11 ftp://ftp.x.org/contrib/ 11 ftp://ftp.x.org/contrib/
12 12
13MASTER_SITE_GNU+= \ 13MASTER_SITE_GNU+= \
14 https://mirrors.dotsrc.org/gnu/ \ 14 https://mirrors.dotsrc.org/gnu/ \
@@ -63,28 +63,26 @@ MASTER_SITE_R_CRAN+= \ @@ -63,28 +63,26 @@ MASTER_SITE_R_CRAN+= \
63 63
64MASTER_SITE_TEX_CTAN+= \ 64MASTER_SITE_TEX_CTAN+= \
65 http://ftp.funet.fi/pub/TeX/CTAN/ \ 65 http://ftp.funet.fi/pub/TeX/CTAN/ \
66 ftp://ftp.dante.de/tex-archive/ \ 66 ftp://ftp.dante.de/tex-archive/ \
67 ftp://www.dnsbalance.ring.gr.jp/pub/text/CTAN/ \ 67 ftp://www.dnsbalance.ring.gr.jp/pub/text/CTAN/ \
68 http://www.dnsbalance.ring.gr.jp/archives/text/CTAN/ 68 http://www.dnsbalance.ring.gr.jp/archives/text/CTAN/
69 69
70MASTER_SITE_SUNSITE+= \ 70MASTER_SITE_SUNSITE+= \
71 ftp://ftp.icm.edu.pl/pub/Linux/sunsite/ \ 71 ftp://ftp.icm.edu.pl/pub/Linux/sunsite/ \
72 ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/ \ 72 ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/ \
73 ftp://ftp.lip6.fr/pub/linux/sunsite/ 73 ftp://ftp.lip6.fr/pub/linux/sunsite/
74 74
75MASTER_SITE_GNOME+= \ 75MASTER_SITE_GNOME+= \
76 http://ftp.gnome.org/pub/GNOME/ \ 
77 ftp://ftp.gnome.org/pub/GNOME/ \ 
78 https://download.gnome.org/ 76 https://download.gnome.org/
79 77
80MASTER_SITE_KDE+= \ 78MASTER_SITE_KDE+= \
81 http://download.kde.org/stable/ \ 79 http://download.kde.org/stable/ \
82 ftp://www.dnsbalance.ring.gr.jp/pub/X/kde/stable/ \ 80 ftp://www.dnsbalance.ring.gr.jp/pub/X/kde/stable/ \
83 http://www.dnsbalance.ring.gr.jp/archives/X/kde/stable/ \ 81 http://www.dnsbalance.ring.gr.jp/archives/X/kde/stable/ \
84 ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \ 82 ftp://ftp.gtlib.gatech.edu/pub/kde/stable/ \
85 ftp://kde.mirrors.tds.net/pub/kde/stable/ \ 83 ftp://kde.mirrors.tds.net/pub/kde/stable/ \
86 ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable/ \ 84 ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.kde.org/pub/kde/stable/ \
87 ftp://mirrors.dotsrc.org/kde/stable/ \ 85 ftp://mirrors.dotsrc.org/kde/stable/ \
88 ftp://ftp.fi.muni.cz/pub/kde/stable/ 86 ftp://ftp.fi.muni.cz/pub/kde/stable/
89 87
90MASTER_SITE_SOURCEFORGE+= \ 88MASTER_SITE_SOURCEFORGE+= \