aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-06-12 03:43:45 +0800
committerrakuco <rakuco@FreeBSD.org>2013-06-12 03:43:45 +0800
commit492feec5c45653945c90be2e9dc985e94e9e4a19 (patch)
tree84606d968c98241687df33eba8edb3e862ebee72 /Mk
parentb2da409bb02607ed2cc8087ee99611d16b8349e3 (diff)
downloadfreebsd-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.mk2
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%/ \