Switch MASTER_SITES to https.

This commit is contained in:
bentley 2018-01-04 09:34:24 +00:00
parent fd6b4b9bd6
commit df7b777497
3 changed files with 6 additions and 6 deletions

View File

@ -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/

View File

@ -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/

View File

@ -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