Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 19:43:46 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320633 - head/Mk
Message-ID:  <201306111943.r5BJhknP067865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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%/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306111943.r5BJhknP067865>