svn commit: r431059 - head/Mk

Adam Weinberger adamw at FreeBSD.org
Tue Jan 10 02:52:53 UTC 2017


Author: adamw
Date: Tue Jan 10 02:52:51 2017
New Revision: 431059
URL: https://svnweb.freebsd.org/changeset/ports/431059

Log:
  Add https://gnupg.org to the head of the GNUPG list, and move
  artfiles.org way down, because it is pathologically slow.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Jan 10 02:48:53 2017	(r431058)
+++ head/Mk/bsd.sites.mk	Tue Jan 10 02:52:51 2017	(r431059)
@@ -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


More information about the svn-ports-head mailing list