diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-19 13:24:07 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-20 13:26:47 +0000 |
commit | 9015a5e0068c03279dd3051b72c77d45d96e1d7a (patch) | |
tree | 1fe285b4bdda934538353052080a65924ae74883 | |
parent | 878222d308de34b50a0d534b34366cec6e1d95de (diff) | |
download | ports-9015a5e0068c03279dd3051b72c77d45d96e1d7a.tar.gz ports-9015a5e0068c03279dd3051b72c77d45d96e1d7a.zip |
Mk/bsd.sites.mk: Remove stale sites
- https://ftp.gnome.org is a permanent redirect to
https://download.gnome.org which is already in the list
- https://cyberside.net.ee/tor/%SUBDIR%/ is a permanent redirect to
https://cyberside.net.ee/sibul/dist/%SUBDIR%/
- https://torproject.crypto.is does not resolve
- https://mi.mirror.garr.it/ is defunct as all pages return 404
Approved by: portmgr (just-fix-it)
-rw-r--r-- | Mk/bsd.sites.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4c2dafa8baed..8cf949434896 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -576,8 +576,7 @@ MASTER_SITE_GNOME+= \ http://www.gtlib.gatech.edu/pub/gnome/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/GNOME/%SUBDIR%/ \ ftp://ftp.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/%SUBDIR%/ \ - ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ \ - https://ftp.gnome.org/pub/GNOME/%SUBDIR%/ + ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GIMP) @@ -1001,7 +1000,7 @@ MASTER_SITE_TOR+= \ https://dist.torproject.org/%SUBDIR%/ \ https://archive.torproject.org/tor-package-archive/%SUBDIR%/ \ ftp://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ - https://cyberside.net.ee/tor/%SUBDIR%/ \ + https://cyberside.net.ee/sibul/dist/%SUBDIR%/ \ https://ftp.bit.nl/mirror/tor/%SUBDIR%/ \ http://mirror.hessmo.com/tor/dist/%SUBDIR%/ \ http://mirror.host4site.co.il/torproject.org/dist/%SUBDIR%/ \ @@ -1022,7 +1021,6 @@ MASTER_SITE_TOR+= \ http://tor.spline.de/dist/%SUBDIR%/ \ http://tor.vesta.nu/dist/%SUBDIR%/ \ http://torproj.xpdm.us/dist/%SUBDIR%/ \ - https://torproject.crypto.is/dist/%SUBDIR%/ \ http://torproject.nwlinux.us/dist/%SUBDIR%/ \ https://torproject.ph3x.at/dist/%SUBDIR%/ \ http://www.oignon.net/dist/%SUBDIR%/ \ @@ -1059,7 +1057,6 @@ MASTER_SITE_XORG+= \ https://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \ https://artfiles.org/x.org/pub/%SUBDIR%/ \ https://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \ - https://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \ https://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \ https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ |