diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-12-31 13:12:30 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-12-31 13:13:25 +0000 |
commit | dd88a98391af68c11597255fd3fb15dd942d30c6 (patch) | |
tree | 31a1c8d3e02d2d77076b555fe81f8e8d1b9b879e | |
parent | 4a004cce9e274795ad849719bae5e816bad375c1 (diff) | |
download | ports-dd88a98391af68c11597255fd3fb15dd942d30c6.tar.gz ports-dd88a98391af68c11597255fd3fb15dd942d30c6.zip |
Mk/bsd.sites.mk: Update MASTER_SITE_GNUPG entries
Refresh mirror list with working mirrors
Use main site as fallback
Differential Revision: https://reviews.freebsd.org/D37279
-rw-r--r-- | Mk/bsd.sites.mk | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 68656ed790f0..3756747f2344 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -592,19 +592,14 @@ MASTER_SITE_GNU+= \ https://ftp.gnu.org/gnu/%SUBDIR%/ .endif +# List: https://gnupg.org/download/mirrors.html (contains stale information) .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ - https://gnupg.org/ftp/gcrypt/%SUBDIR%/ \ - https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ https://mirrors.dotsrc.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ + https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - https://artfiles.org/gnupg.org/%SUBDIR%/ \ - ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ + http://www.ring.gr.jp/pub/net/gnupg/%SUBDIR%/ \ + https://gnupg.org/ftp/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) |