diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-12 03:43:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-12 03:43:45 +0800 |
commit | 492feec5c45653945c90be2e9dc985e94e9e4a19 (patch) | |
tree | 84606d968c98241687df33eba8edb3e862ebee72 /Mk | |
parent | b2da409bb02607ed2cc8087ee99611d16b8349e3 (diff) | |
download | freebsd-ports-gnome-492feec5c45653945c90be2e9dc985e94e9e4a19.tar.gz freebsd-ports-gnome-492feec5c45653945c90be2e9dc985e94e9e4a19.tar.zst freebsd-ports-gnome-492feec5c45653945c90be2e9dc985e94e9e4a19.zip |
Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.
The HTTP counterpart does not return correct HTTP error codes when, for
example, a file is not found, which causes checksum errors as described in
ports/179432. The FTP mirror seems to behave as expected.
Kudos to John Marino <draco@marino.st> for bringing this up.
PR: ports/179432
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 94ec0f6bd1d8..8fe99383917b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1457,7 +1457,7 @@ MASTER_SITE_XORG+= \ .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ http://kernel.org/pub/%SUBDIR%/ \ - http://ftp.ntu.edu.tw/%SUBDIR%/ \ + ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ http://ftp.heanet.ie/pub/%SUBDIR%/ \ |