svn commit: r321489 - head/Mk

Matthias Andree mandree at FreeBSD.org
Fri Jun 21 17:53:34 UTC 2013


Author: mandree
Date: Fri Jun 21 17:53:33 2013
New Revision: 321489
URL: http://svnweb.freebsd.org/changeset/ports/321489

Log:
  Chase the permanent (301-code) redirects that kernel.org issues.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Jun 21 17:53:21 2013	(r321488)
+++ head/Mk/bsd.sites.mk	Fri Jun 21 17:53:33 2013	(r321489)
@@ -1462,7 +1462,7 @@ MASTER_SITE_XORG+= \
 
 .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG)
 MASTER_SITE_KERNEL_ORG+= \
-	http://kernel.org/pub/%SUBDIR%/ \
+	https://www.kernel.org/pub/%SUBDIR%/ \
 	ftp://ftp.ntu.edu.tw/%SUBDIR%/ \
 	http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \
 	http://ftp.yandex.ru/pub/%SUBDIR%/ \


More information about the svn-ports-all mailing list