1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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
This commit is contained in:
Raphael Kubo da Costa 2013-06-11 19:43:45 +00:00
parent 3fd68847c6
commit c18e5e60d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320633

View File

@ -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%/ \