Date: Thu, 5 Sep 2019 13:24:07 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511186 - head/Mk Message-ID: <201909051324.x85DO7M1067527@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Sep 5 13:24:07 2019 New Revision: 511186 URL: https://svnweb.freebsd.org/changeset/ports/511186 Log: Add http://http.debian.net which points to their fastly cdn to the list of debian mirror. [1] While here, drop the NON_US part of debian mirrors which do not exists anymore (for long) PR: 221143 [1] Reported by: amutu@amutu.com Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Sep 5 13:08:56 2019 (r511185) +++ head/Mk/bsd.sites.mk Thu Sep 5 13:24:07 2019 (r511186) @@ -137,43 +137,39 @@ MASTER_SITE_CRATESIO+= https://crates.io/api/v1/crates .if !defined(IGNORE_MASTER_SITE_DEBIAN) MASTER_SITE_DEBIAN+= \ http://cdn.debian.net/debian/%SUBDIR%/ \ + http://http.debian.net/debian/%SUBDIR%/ \ http://www.gtlib.gatech.edu/pub/debian/%SUBDIR%/ \ ftp://ftp.us.debian.org/debian/%SUBDIR%/ \ - ${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,} -.endif - -.if !defined(IGNORE_MASTER_SITE_DEBIAN_NON_US) -MASTER_SITE_DEBIAN_NON_US+= \ - http://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ - http://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ - ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ - ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ + http://ftp.au.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.bg.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.br.debian.org/debian/%SUBDIR%/ \ + http://ftp.cl.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.cz.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.de.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.ee.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.es.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.fi.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.fr.debian.org/debian/%SUBDIR%/ \ + http://ftp.hk.debian.org/debian/%SUBDIR%/ \ + http://ftp.hr.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.hu.debian.org/debian/%SUBDIR%/ \ + http://ftp.ie.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.is.debian.org/debian/%SUBDIR%/ \ + http://ftp.it.debian.org/debian/%SUBDIR%/ \ + http://ftp.jp.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.nl.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.no.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.pl.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.ru.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.se.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.si.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.sk.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.uk.debian.org/debian/%SUBDIR%/ \ + http://ftp.wa.au.debian.org/debian/%SUBDIR%/ \ + ftp://ftp2.de.debian.org/debian/%SUBDIR%/ \ + ftp://ftp.snt.utwente.nl/pub/linux/debian/%SUBDIR%/ \ + ftp://ftp.acc.umu.se/debian/%SUBDIR%/ \ + ftp://mirror.symnds.com/debian/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051324.x85DO7M1067527>