mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Switch HOMEPAGEs to https. (#3571)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user