diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-21 10:13:12 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-21 10:13:12 +0800 |
commit | d281eb8762abef0953e18bda032d784e1729da36 (patch) | |
tree | dab3a30f0ed937dc013d42a0f5a245268c038d28 | |
parent | 2c74b4ba300ed4357fe5f60215d921c8b89293e9 (diff) | |
download | freebsd-ports-gnome-d281eb8762abef0953e18bda032d784e1729da36.tar.gz freebsd-ports-gnome-d281eb8762abef0953e18bda032d784e1729da36.tar.zst freebsd-ports-gnome-d281eb8762abef0953e18bda032d784e1729da36.zip |
- Add additional Debian mirror sites, offered by their maintainers
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 29ee75682cc7..ce43fc1988ca 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -154,6 +154,7 @@ MASTER_SITE_DEBIAN+= \ MASTER_SITE_DEBIAN_NON_US+= \ ftp://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%/ \ ftp://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%/ \ @@ -178,7 +179,10 @@ MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp2.de.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.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ + ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) |