Date: Sun, 11 Jun 2017 17:25:13 +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: r443400 - head/Mk Message-ID: <201706111725.v5BHPDrS098037@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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%/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706111725.v5BHPDrS098037>