diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-15 14:48:15 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-11-16 12:20:49 +0000 |
| commit | 86b8be4b954b643f06ffa5ab88a0a35638bf4cb8 (patch) | |
| tree | dedf94c6c2764e22d7dbcafced75015b09c2ea89 | |
| parent | 437ff967170ed99bfec23e8f79b0347144786e3f (diff) | |
Mk/bsd.sites.mk: Remove stale sites
- https://cran.cnr.berkeley.edu/ looks like is no more active as it
serves with default apache page
- https://ftp.mirrorservice.org/sites/ftp.netlib.org/ no longer serves
this specific SUBDIR
- https://www.mirrorservice.org/sites/ftp.netlib.org/ no longer serves
this specific SUBDIR
- https://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ no longer serves this
specific SUBDIR
Approved by: portmgr (blanket)
| -rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 452d8e180bae..b906251ecf57 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -102,7 +102,6 @@ MASTER_SITE_CRAN+= \ https://cloud.r-project.org/%SUBDIR%/ \ https://stat.ethz.ch/CRAN/%SUBDIR%/ \ http://cran.utstat.utoronto.ca/%SUBDIR%/ \ - https://cran.cnr.berkeley.edu/%SUBDIR%/ \ https://cran.csiro.au/%SUBDIR%/ \ https://mirrors.tuna.tsinghua.edu.cn/CRAN/%SUBDIR%/ \ http://camoruco.ing.uc.edu.ve/cran/%SUBDIR%/ \ @@ -740,8 +739,6 @@ MASTER_SITE_NETBSD+= \ .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ http://www.netlib.org/%SUBDIR%/ \ - https://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ - https://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ .endif @@ -1067,7 +1064,6 @@ MASTER_SITE_XORG+= \ 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://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \ https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \ http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \ http://xorg.mirrors.pair.com/%SUBDIR%/ \ |
