svn commit: r320633 - head/Mk

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Jun 11 19:43:46 UTC 2013


Author: rakuco
Date: Tue Jun 11 19:43:45 2013
New Revision: 320633
URL: http://svnweb.freebsd.org/changeset/ports/320633

Log:
  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 at marino.st> for bringing this up.
  
  PR:		ports/179432

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Jun 11 19:40:17 2013	(r320632)
+++ head/Mk/bsd.sites.mk	Tue Jun 11 19:43:45 2013	(r320633)
@@ -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%/ \


More information about the svn-ports-all mailing list