diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-01-21 18:54:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-01-21 18:54:45 +0800 |
commit | f3f53a1361baee8ce297640f1e7d3b06cb3bc281 (patch) | |
tree | 591cfdfc593f406645437ab809918c93a1bd97c5 /Mk | |
parent | 18a8f1515e1c6e3b1726173e0dc24521a568b96d (diff) | |
download | freebsd-ports-gnome-f3f53a1361baee8ce297640f1e7d3b06cb3bc281.tar.gz freebsd-ports-gnome-f3f53a1361baee8ce297640f1e7d3b06cb3bc281.tar.zst freebsd-ports-gnome-f3f53a1361baee8ce297640f1e7d3b06cb3bc281.zip |
Use qt.io instead of qt-project.org in MASTER_SITE_QT.
The former has redirected to the latter for a long time now; while here, use
https for the main download URL.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 96288ba5db72..2bca03375430 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -860,8 +860,8 @@ MASTER_SITE_QMAIL+= \ .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ - http://download.qt-project.org/%SUBDIR%/ \ - http://master.qt-project.org/%SUBDIR%/ \ + https://download.qt.io/%SUBDIR%/ \ + http://master.qt.io/%SUBDIR%/ \ http://www.mirrorservice.org/sites/download.qt-project.org/%SUBDIR%/ \ http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/%SUBDIR%/ \ http://qtmirror.ics.com/pub/qtproject/%SUBDIR%/ \ |