svn commit: r478482 - head/Mk

Christian Weisgerber naddy at FreeBSD.org
Thu Aug 30 18:34:10 UTC 2018


Author: naddy
Date: Thu Aug 30 18:34:09 2018
New Revision: 478482
URL: https://svnweb.freebsd.org/changeset/ports/478482

Log:
  Update MASTER_SITE_OPENBSD:
  OpenBSD has cdn.openbsd.org officially now which uses cloudflare
  and falls back to fastly if its upstream mirror is not available.
  
  Submitted by:	T.J. Townsend <tj at openbsd.org>

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Aug 30 18:23:46 2018	(r478481)
+++ head/Mk/bsd.sites.mk	Thu Aug 30 18:34:09 2018	(r478482)
@@ -891,8 +891,7 @@ MASTER_SITE_NVIDIA+= \
 
 .if !defined(IGNORE_MASTER_SITE_OPENBSD)
 MASTER_SITE_OPENBSD+= \
-	https://fastly.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
-	https://cloudflare.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+	https://cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp.OpenBSD.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \


More information about the svn-ports-all mailing list