Switch HOMEPAGEs to https. (#3571)

This commit is contained in:
Crestwave
2019-01-16 16:13:10 +00:00
committed by waddlesplash
parent ed882bbd9d
commit 1e5f1b752e
28 changed files with 39 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
SUMMARY="Display TUI widgets for shell scripts"
DESCRIPTION="Dialog is an application used in shell scripts which displays \
text user interface widgets. It uses the curses or ncurses library."
HOMEPAGE="http://invisible-island.net/dialog/"
HOMEPAGE="https://invisible-island.net/dialog/"
COPYRIGHT="1999-2014 Thomas E. Dickey"
LICENSE="GNU LGPL v2"
SOURCE_URI="ftp://ftp.invisible-island.net/dialog/dialog-${portVersion/_/-}.tgz"

View File

@@ -2,7 +2,7 @@ SUMMARY="Display a histogram of diff changes"
DESCRIPTION="Reads the output of diff and displays a histogram of the \
insertions, deletions, and modifications per-file. It is useful for \
reviewing large, complex files."
HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
HOMEPAGE="https://invisible-island.net/diffstat/diffstat.html"
COPYRIGHT="1994-2016 Thomas E. Dickey"
LICENSE="Diffstat"
REVISION="2"

View File

@@ -1,10 +1,10 @@
SUMMARY="Qt Build Suite"
DESCRIPTION="Qbs is a cross-platform build tool."
HOMEPAGE="http://wiki.qt.io/Qbs"
HOMEPAGE="https://wiki.qt.io/Qbs"
COPYRIGHT="2016-2017, Digia Plc and/or its subsidiary(-ies)"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="http://download.qt.io/official_releases/qbs/$portVersion/qbs-src-$portVersion.tar.gz"
SOURCE_URI="https://download.qt.io/official_releases/qbs/$portVersion/qbs-src-$portVersion.tar.gz"
CHECKSUM_SHA256="970048842581bc004eec9ac9777a49380c03f4e01ef7ad309813aa1054870073"
SOURCE_DIR="qbs-src-$portVersion"
PATCHES="qbs-$portVersion.patchset"