svn commit: r509176 - branches/2019Q3/Mk

Niclas Zeising zeising at FreeBSD.org
Sat Aug 17 21:31:03 UTC 2019


Author: zeising
Date: Sat Aug 17 21:31:03 2019
New Revision: 509176
URL: https://svnweb.freebsd.org/changeset/ports/509176

Log:
  MFH: r509160
  
  bsd.sites.mk: Update xorg mirrors
  
  Update the xorg mirrors list, removing dead mirrors, and sort the list to
  prioritize https sites over http sites.
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q3/Mk/bsd.sites.mk
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/Mk/bsd.sites.mk
==============================================================================
--- branches/2019Q3/Mk/bsd.sites.mk	Sat Aug 17 21:14:13 2019	(r509175)
+++ branches/2019Q3/Mk/bsd.sites.mk	Sat Aug 17 21:31:03 2019	(r509176)
@@ -1189,23 +1189,16 @@ MASTER_SITE_XFCE+= \
 .if !defined(IGNORE_MASTER_SITE_XORG)
 MASTER_SITE_XORG+= \
 	https://xorg.freedesktop.org/releases/%SUBDIR%/ \
-	http://xorg.mirrors.pair.com/%SUBDIR%/ \
-	http://mirror.us.leaseweb.net/xorg/%SUBDIR%/ \
 	https://mirror.csclub.uwaterloo.ca/x.org/%SUBDIR%/ \
 	https://artfiles.org/x.org/pub/%SUBDIR%/ \
 	https://ftp.gwdg.de/pub/x11/x.org/pub/%SUBDIR%/ \
 	https://mi.mirror.garr.it/mirrors/x.org/%SUBDIR%/ \
-	http://mirror.switch.ch/ftp/mirror/X11/pub/%SUBDIR%/ \
 	https://mirrors.ircam.fr/pub/x.org/%SUBDIR%/ \
 	https://www.mirrorservice.org/sites/ftp.x.org/pub/%SUBDIR%/ \
-	http://www.portal-to-web.de/pub/mirrors/x.org/%SUBDIR%/ \
-	http://x.cybermirror.org/%SUBDIR%/ \
-	https://x.europnews.de/pub/%SUBDIR%/ \
-	http://xorg.mirror.solnet.ch/pub/%SUBDIR%/ \
 	https://mirror.nl.leaseweb.net/xorg/%SUBDIR%/ \
-	http://mirror.de.leaseweb.net/xorg/%SUBDIR%/ \
-	http://mirrors.go-part.com/xorg/%SUBDIR%/ \
 	https://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/%SUBDIR%/ \
+	http://piotrkosoft.net/pub/mirrors/ftp.x.org/pub/%SUBDIR%/ \
+	http://xorg.mirrors.pair.com/%SUBDIR%/ \
 	http://ftp.kaist.ac.kr/x.org/%SUBDIR%/
 .endif
 


More information about the svn-ports-all mailing list