From df7b777497e84c652a69aae32c7997033e7599a1 Mon Sep 17 00:00:00 2001 From: bentley Date: Thu, 4 Jan 2018 09:34:24 +0000 Subject: [PATCH] Switch MASTER_SITES to https. --- x11/qt3/Makefile | 4 ++-- x11/qt4/Makefile | 4 ++-- x11/qt5/Makefile.inc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 6da7c4b3e50..f14a1af6b73 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.121 2017/07/26 22:45:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.122 2018/01/04 09:34:24 bentley Exp $ # no libGL (toolchain issue) NOT_FOR_ARCHS= m88k @@ -43,7 +43,7 @@ QT_PLUGINS= plugins-${LIBqt-mt_VERSION:R} VERSION= 3.8 DISTNAME= qt-x11-free-3.${VERSION} CATEGORIES= x11 -MASTER_SITES= http://download.qt-project.org/archive/qt/3/ +MASTER_SITES= https://download.qt-project.org/archive/qt/3/ # Old official site #MASTER_SITES0= http://freedesktop.org/~daisuke/ diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile index 4a1d39b1df4..443a4dc8ecf 100644 --- a/x11/qt4/Makefile +++ b/x11/qt4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.149 2017/11/04 15:48:01 naddy Exp $ +# $OpenBSD: Makefile,v 1.150 2018/01/04 09:34:24 bentley Exp $ USE_WXNEEDED = Yes # QtWebKit @@ -65,7 +65,7 @@ PKGVERSION = 4.8.7 DISTNAME = qt-everywhere-opensource-src-${VERSION} CATEGORIES = x11 -MASTER_SITES = http://download.qt.io/official_releases/qt/4.8/${VERSION}/ +MASTER_SITES = https://download.qt.io/official_releases/qt/4.8/${VERSION}/ HOMEPAGE = http://www.qt.io/ diff --git a/x11/qt5/Makefile.inc b/x11/qt5/Makefile.inc index 40eecc535e9..11eced65c53 100644 --- a/x11/qt5/Makefile.inc +++ b/x11/qt5/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2017/12/31 09:50:53 kirby Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2018/01/04 09:34:24 bentley Exp $ ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_ARCHS} @@ -39,7 +39,7 @@ RUN_DEPENDS-examples += ${BUILD_PKGPATH},-main>=${VERSION:R},<${NEXT_VERSION} # A few components, including QtWebEngine, are LGPLv3 only, no LGPLv2.1. PERMIT_PACKAGE_CDROM ?= Yes -MASTER_SITES ?= http://download.qt.io/official_releases/qt/${QT5_DIST_VERSION:R}/${QT5_DIST_VERSION}/submodules/ +MASTER_SITES ?= https://download.qt.io/official_releases/qt/${QT5_DIST_VERSION:R}/${QT5_DIST_VERSION}/submodules/ DIST_SUBDIR ?= qt EXTRACT_SUFX ?= .tar.xz