diff options
author | jhale <jhale@FreeBSD.org> | 2015-12-08 11:19:44 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2015-12-08 11:19:44 +0800 |
commit | c0edad8197a6d1225e7be07662bae5aa1c6bd381 (patch) | |
tree | afa4ce2670a35d9571b9b21b26066324f85978d0 /Mk | |
parent | 932c7b89f760e117ed4e8965176fa9dd8e90deb6 (diff) | |
download | freebsd-ports-gnome-c0edad8197a6d1225e7be07662bae5aa1c6bd381.tar.gz freebsd-ports-gnome-c0edad8197a6d1225e7be07662bae5aa1c6bd381.tar.zst freebsd-ports-gnome-c0edad8197a6d1225e7be07662bae5aa1c6bd381.zip |
Update MASTER_SITES_GNUPG
- Remove dead mirrors
- Sorted with ports-mgmt/fastest_sites and manually moved a few sites
to the bottom of the list that were not synced
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index eeb05f1be8ac..6254400a8f31 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -700,26 +700,18 @@ MASTER_SITE_GNU+= \ .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ - http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ - ftp://ftp.surfnet.nl/pub/security/gnupg/%SUBDIR%/ \ + http://artfiles.org/gnupg.org/%SUBDIR%/ \ http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.bit.nl/mirror/gnupg/%SUBDIR%/ \ ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ - http://artfiles.org/gnupg.org/%SUBDIR%/ \ + http://gd.tuwien.ac.at/privacy/gnupg/%SUBDIR%/ \ + http://mirrors.dotsrc.org/gcrypt/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ - http://gd.tuwien.ac.at/privacy/gnupg/%SUBDIR%/ \ - ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ - http://mirrors.dotsrc.org/%SUBDIR%/ \ - ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ - ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ - ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ - ftp://ftp.jyu.fi/pub/crypt/gcrypt/%SUBDIR%/ \ - http://dist.gnupg.pt/%SUBDIR%/ \ - http://gnupg.org.favoritelinks.net/%SUBDIR%/ + http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) |