svn commit: r443400 - head/Mk

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jun 11 17:25:14 UTC 2017


Author: rakuco
Date: Sun Jun 11 17:25:12 2017
New Revision: 443400
URL: https://svnweb.freebsd.org/changeset/ports/443400

Log:
  Use https for download.kde.org.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Sun Jun 11 17:14:55 2017	(r443399)
+++ head/Mk/bsd.sites.mk	Sun Jun 11 17:25:12 2017	(r443400)
@@ -710,7 +710,7 @@ MASTER_SITE_ISC+= \
 # Updated:	2012-10-26
 .if !defined(IGNORE_MASTER_SITE_KDE)
 MASTER_SITE_KDE+= \
-	http://download.kde.org/%SUBDIR%/ \
+	https://download.kde.org/%SUBDIR%/ \
 	ftp://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \
 	ftp://ftp.informatik.hu-berlin.de/pub/Mirrors/ftp.kde.org/%SUBDIR%/ \
 	http://ftp.gtlib.gatech.edu/pub/kde/%SUBDIR%/ \


More information about the svn-ports-all mailing list