From owner-svn-ports-all@freebsd.org Sat Aug 17 21:31:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C86BDB25F9; Sat, 17 Aug 2019 21:31:03 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 469tfH4zPmz3JSZ; Sat, 17 Aug 2019 21:31:03 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C9AA1FC78; Sat, 17 Aug 2019 21:31:03 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7HLV3sV006588; Sat, 17 Aug 2019 21:31:03 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7HLV3hO006587; Sat, 17 Aug 2019 21:31:03 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201908172131.x7HLV3hO006587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 17 Aug 2019 21:31:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509176 - branches/2019Q3/Mk X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2019Q3/Mk X-SVN-Commit-Revision: 509176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2019 21:31:03 -0000 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