diff options
author | adamw <adamw@FreeBSD.org> | 2017-01-10 10:52:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-01-10 10:52:51 +0800 |
commit | e6b654424e5fcf409b07afa8ba784c02c4730c69 (patch) | |
tree | 203fcc57a639a5c9d67b601ddec3d2f16be26391 /Mk | |
parent | a73ad79bd68f5a71498821fa01c998a359f32da2 (diff) | |
download | freebsd-ports-gnome-e6b654424e5fcf409b07afa8ba784c02c4730c69.tar.gz freebsd-ports-gnome-e6b654424e5fcf409b07afa8ba784c02c4730c69.tar.zst freebsd-ports-gnome-e6b654424e5fcf409b07afa8ba784c02c4730c69.zip |
Add https://gnupg.org to the head of the GNUPG list, and move
artfiles.org way down, because it is pathologically slow.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 413e7ba486de..b59045c7132b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -614,7 +614,7 @@ MASTER_SITE_GNU+= \ .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ - http://artfiles.org/gnupg.org/%SUBDIR%/ \ + https://gnupg.org/ftp/gcrypt/%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%/ \ @@ -624,6 +624,7 @@ MASTER_SITE_GNUPG+= \ ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + http://artfiles.org/gnupg.org/%SUBDIR%/ \ ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ .endif |