Date: Fri, 14 Aug 2015 20:59:30 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394258 - head/Mk Message-ID: <201508142059.t7EKxUbw061658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Aug 14 20:59:29 2015 New Revision: 394258 URL: https://svnweb.freebsd.org/changeset/ports/394258 Log: Update MASTER_SITE_GNUPG I took all of the mirrors I could find and ran them against sysutils/fastest_sites from a server in a datacenter in Chicago. It removed a few dead mirrors and I have added a few new ones. Hopefully this provides a better overall experience. New order is roughly: UK, NL, IE, DE, etc PR: 202332 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Aug 14 20:44:20 2015 (r394257) +++ head/Mk/bsd.sites.mk Fri Aug 14 20:59:29 2015 (r394258) @@ -697,21 +697,26 @@ 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%/ \ - http://dotsrc.org/%SUBDIR%/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ - http://artfiles.org/gnupg.org/%SUBDIR%/ \ + ftp://ftp.surfnet.nl/pub/security/gnupg/%SUBDIR%/ \ + http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%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%/ \ + ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ - ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ - http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%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://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - http://www.ring.gr.jp/pub/net/gnupg/%SUBDIR%/ \ - ftp://ftp.gnupg.org/gcrypt/%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%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508142059.t7EKxUbw061658>