From owner-svn-ports-head@freebsd.org Fri Aug 14 20:59:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BEFF9BAF83; Fri, 14 Aug 2015 20:59:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7261D1DA6; Fri, 14 Aug 2015 20:59:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EKxUvM061659; Fri, 14 Aug 2015 20:59:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EKxUbw061658; Fri, 14 Aug 2015 20:59:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201508142059.t7EKxUbw061658@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 14 Aug 2015 20:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394258 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 20:59:30 -0000 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)