From 86b8be4b954b643f06ffa5ab88a0a35638bf4cb8 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 15 Nov 2023 15:48:15 +0100 Subject: [PATCH] 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) --- Mk/bsd.sites.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 452d8e180baef..b906251ecf576 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%/ \