<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/33da9228f266cb8cdfd3be9db7d0c261c5dfb360">https://github.com/macports/macports-ports/commit/33da9228f266cb8cdfd3be9db7d0c261c5dfb360</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 33da9228f266cb8cdfd3be9db7d0c261c5dfb360
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Aug 11 18:03:00 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5*: use https in web addresses
</span>---
 aqua/qt5/Portfile  | 22 +++++++++++-----------
 aqua/qt55/Portfile | 26 +++++++++++++-------------
 aqua/qt56/Portfile | 30 +++++++++++++++---------------
 aqua/qt57/Portfile | 30 +++++++++++++++---------------
 aqua/qt58/Portfile | 32 ++++++++++++++++----------------
 aqua/qt59/Portfile | 26 +++++++++++++-------------
 6 files changed, 83 insertions(+), 83 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1491039..711ae2b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.10.1
 set middle_name     everywhere
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/official_releases/qt/${branch}/${version}/submodules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/official_releases/qt/${branch}/${version}/submodules
</span> 
 # file sizes are significantly smaller using xz
 if { ${subport} ne ${name} && ${subport} ne "${name}-docs" } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,7 +77,7 @@ foreach {qt_test_name qt_test_info} [array get available_qt_versions] {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.10
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -125,7 +125,7 @@ foreach {qt_test_name qt_test_info} [array get available_qt_versions] {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/qt-5.10/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/qt-5.10/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -859,7 +859,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -871,12 +871,12 @@ foreach {module module_info} [array get modules] {
</span>             # see https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt5.rb
             patchfiles-append patch-pc_files.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -963,7 +963,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1425,7 +1425,7 @@ foreach {module module_info} [array get modules] {
</span> 
             # special case
             if { ${module} eq "qtwebengine" } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 PortGroup           xcodeversion 1.0
                 minimum_xcodeversions   {15 7.3}
                 if { ${os.major} < 15 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1594,7 +1594,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1854,7 +1854,7 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
 
 foreach {component component_info} [array get qt5pg::qt5_component_lib] {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/Portfile b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8755ee4..832bd5c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-2.1 LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.5.1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/archive/qt/${branch}/${version}/submodules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/archive/qt/${branch}/${version}/submodules
</span> 
 # see https://trac.macports.org/ticket/53952
 dist_subdir qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,7 +73,7 @@ foreach {qt_test_name qt_test_info} [array get available_qt_versions] {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.5.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.5.1
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -121,7 +121,7 @@ foreach {qt_test_name qt_test_info} [array get available_qt_versions] {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/archives/qt-5.5/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/archives/qt-5.5/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -681,13 +681,13 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             } else {
                 if { ${configure.build_arch} eq "i386" } {
                     pre-fetch {
                         ui_warn "32-bit mode is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                     }
                 }
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -726,7 +726,7 @@ foreach {module module_info} [array get modules] {
</span>             # see https://codereview.qt-project.org/#/c/156610/1
             patchfiles-append patch-install_examples.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -746,7 +746,7 @@ foreach {module module_info} [array get modules] {
</span>             patchfiles-append patch-sdk10_13.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -812,7 +812,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1310,7 +1310,7 @@ foreach {module module_info} [array get modules] {
</span> 
             # special case
             if { ${module} eq "qtwebengine" } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 PortGroup           xcodeversion 1.0
                 minimum_xcodeversions   {12 5.1}
                 if { ${os.major} < 12 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1336,7 +1336,7 @@ foreach {module module_info} [array get modules] {
</span>                 # see https://codereview.qt-project.org/#/c/127759/
                 patchfiles-append patch-fix_sdk.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/printing/backend/print_backend_cups.cc?h=53-based&id=3bd01037ab73b3ffbf4abbf97c54443a91b2fc4d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/chromium/printing/backend/print_backend_cups.cc?h=53-based&id=3bd01037ab73b3ffbf4abbf97c54443a91b2fc4d
</span>                 # see https://bugs.chromium.org/p/chromium/issues/detail?id=622493
                 patchfiles-append patch-cups.diff
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1472,7 +1472,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1789,5 +1789,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/Portfile b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 89c3d49..036afe0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-2.1 LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.6.3
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +27,8 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/community_releases/${branch}/${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/community_releases/${branch}/${version}
</span> 
 # see https://trac.macports.org/ticket/53952
 dist_subdir qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +79,7 @@ if { ${os.major} < 12 } {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.6.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.6.2
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,7 +127,7 @@ if { ${os.major} < 12 } {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/archives/qt-5.6/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/archives/qt-5.6/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -722,13 +722,13 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             } else {
                 if { ${configure.build_arch} eq "i386" } {
                     pre-fetch {
                         ui_warn "32-bit mode is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                     }
                 }
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -769,7 +769,7 @@ foreach {module module_info} [array get modules] {
</span>             # see https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt5.rb
             patchfiles-append patch-pc_files.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -790,7 +790,7 @@ foreach {module module_info} [array get modules] {
</span>             patchfiles-append patch-sdk10_13.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -856,7 +856,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1346,7 +1346,7 @@ foreach {module module_info} [array get modules] {
</span> 
             # special case
             if { ${module} eq "qtwebengine" } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 PortGroup           xcodeversion 1.0
                 minimum_xcodeversions   {13 5.1}
                 if { ${os.major} < 13 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1357,8 +1357,8 @@ foreach {module module_info} [array get modules] {
</span>                 }
 
                 # see http://lists.qt-project.org/pipermail/interest/2016-February/thread.html#20946
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 supported_archs x86_64
 
                 # UsingTheRightCompiler (https://trac.macports.org/wiki/UsingTheRightCompiler)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1495,7 +1495,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1808,5 +1808,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt57/Portfile b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0464878..aea8a80 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt57/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.7.1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +27,8 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/community_releases/${branch}/${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/community_releases/${branch}/${version}
</span> 
 # see https://trac.macports.org/ticket/53952
 dist_subdir qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +79,7 @@ if { ${os.major} == 12 } {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.7.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.7.1
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,7 +129,7 @@ if { ${os.major} == 12 } {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/archives/qt-5.7/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/archives/qt-5.7/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -809,13 +809,13 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             } else {
                 if { ${configure.build_arch} eq "i386" } {
                     pre-fetch {
                         ui_warn "32-bit mode is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                     }
                 }
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -841,7 +841,7 @@ foreach {module module_info} [array get modules] {
</span>             # see https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt5.rb
             patchfiles-append patch-pc_files.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -861,7 +861,7 @@ foreach {module module_info} [array get modules] {
</span>             patchfiles-append patch-sdk10_13.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -927,7 +927,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1425,7 +1425,7 @@ foreach {module module_info} [array get modules] {
</span> 
             # special case
             if { ${module} eq "qtwebengine" } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 PortGroup           xcodeversion 1.0
                 minimum_xcodeversions   {13 5.1}
                 if { ${os.major} < 13 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1439,8 +1439,8 @@ foreach {module module_info} [array get modules] {
</span>                 }
 
                 # see http://lists.qt-project.org/pipermail/interest/2016-February/thread.html#20946
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 supported_archs x86_64
 
                 # UsingTheRightCompiler (https://trac.macports.org/wiki/UsingTheRightCompiler)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1573,7 +1573,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1886,5 +1886,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt58/Portfile b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a5e5f4..29e9b10 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt58/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.8.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,8 +27,8 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/community_releases/${branch}/${version}-final
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/official_releases/qt/${branch}/${version}/submodules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/community_releases/${branch}/${version}-final
</span> 
 # see https://trac.macports.org/ticket/53952
 dist_subdir qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -79,7 +79,7 @@ if { ${os.major} == 13 } {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.8
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,7 +127,7 @@ if { ${os.major} == 13 } {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/archives/qt-5.8/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/archives/qt-5.8/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -831,13 +831,13 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             } else {
                 if { ${configure.build_arch} eq "i386" } {
                     pre-fetch {
                         ui_warn "32-bit mode is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                     }
                 }
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -859,7 +859,7 @@ foreach {module module_info} [array get modules] {
</span>             # see https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt5.rb
             patchfiles-append patch-pc_files.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -875,7 +875,7 @@ foreach {module module_info} [array get modules] {
</span>             patchfiles-append patch-sdk10_13.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -941,7 +941,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -988,7 +988,7 @@ foreach {module module_info} [array get modules] {
</span>             }
 
             # see https://bugreports.qt.io/browse/QTBUG-58401
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://code.qt.io/cgit/qt/qtbase.git/commit/?id=8f06124b70bad709b2f99789f2416529db5f153d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://code.qt.io/cgit/qt/qtbase.git/commit/?id=8f06124b70bad709b2f99789f2416529db5f153d
</span>             patchfiles-append patch-NSRect.diff
 
             # autogeneration works differently on 64-bit and 32-bit builds
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1413,7 +1413,7 @@ foreach {module module_info} [array get modules] {
</span> 
             # special case
             if { ${module} eq "qtwebengine" } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 PortGroup           xcodeversion 1.0
                 minimum_xcodeversions   {13 5.1}
                 if { ${os.major} == 13 } {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1422,8 +1422,8 @@ foreach {module module_info} [array get modules] {
</span>                 }
 
                 # see http://lists.qt-project.org/pipermail/interest/2016-February/thread.html#20946
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 supported_archs x86_64
 
                 # UsingTheRightCompiler (https://trac.macports.org/wiki/UsingTheRightCompiler)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1599,7 +1599,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1918,5 +1918,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt59/Portfile b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a2e9183..06c8ea4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt59/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,7 +11,7 @@ maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
</span> # for OpenSSLException, see source and header files in src/network/ssl of qtbase
 license             {LGPL-3 GPL-3 OpenSSLException}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            http://qt.io
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://www.qt.io
</span> 
 version             5.9.5
 if { ${subport} eq "${name}-qtwebkit" ||
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +32,7 @@ set qt_major        [lindex [split ${version} .] 0]
</span> PortGroup           cxx11 1.1
 
 master_sites        \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    http://download.qt.io/official_releases/qt/${branch}/${version}/submodules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    https://download.qt.io/official_releases/qt/${branch}/${version}/submodules
</span> 
 # see https://trac.macports.org/ticket/53952
 dist_subdir qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,7 +83,7 @@ if { ${os.major} == 14 } {
</span> # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/libexec/qt5 | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 # port provides `find ./ -name \*.dylib -exec otool -L {} \; | grep /opt/local/lib/ | cut -d ' ' -f1` | cut -d : -f2 | sort -u
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# http://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://code.qt.io/cgit/qt/qt5.git/tree/.gitmodules?h=5.9
</span> #
 ###############################################################################
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -131,7 +131,7 @@ if { ${os.major} == 14 } {
</span> #     license replacement
 # }
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# module info found at http://doc.qt.io/qt-5.9/qtmodules.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# module info found at https://doc.qt.io/qt-5.9/qtmodules.html
</span> #
 ###############################################################################
 array set modules {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -850,13 +850,13 @@ foreach {module module_info} [array get modules] {
</span>             if { [variant_isset universal] } {
                 pre-fetch {
                     ui_warn "Multiple architectures is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                 }
             } else {
                 if { ${configure.build_arch} eq "i386" } {
                     pre-fetch {
                         ui_warn "32-bit mode is not a Reference Configuration for Qt."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ui_warn "See http://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        ui_warn "See https://doc.qt.io/qt-5/supported-platforms.html#reference-configurations"
</span>                     }
                 }
             }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -869,12 +869,12 @@ foreach {module module_info} [array get modules] {
</span>             # see https://github.com/Homebrew/homebrew-core/blob/master/Formula/qt5.rb
             patchfiles-append patch-pc_files.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
</span>             # only runs test code on 32-bit systems
             patchfiles-append patch-tst_benchlibcallgrind.diff
 
             # avoid non-standard C++ that Xcode Clang accepts but other compilers do not
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # see http://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # see https://lists.llvm.org/pipermail/llvm-bugs/2017-January/053481.html
</span>             # see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11764
             patchfiles-append patch-qualified_reference.diff
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -958,7 +958,7 @@ foreach {module module_info} [array get modules] {
</span>             if { [string match macports-clang-* ${configure.compiler}] && [vercmp ${xcodeversion} "7.0"] >= 0 } {
                 # non-Xcode clang does not seem to be able to understand tbd files
                 # for an explanation of tbd files, see
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                #    http://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                #    https://stackoverflow.com/questions/31450690/why-xcode-7-shows-tbd-instead-of-dylib
</span>                 # see https://trac.macports.org/ticket/53151
                 pre-fetch {
                     ui_error "This configuration is known to fail"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1415,8 +1415,8 @@ foreach {module module_info} [array get modules] {
</span>             # special case
             if { ${module} eq "qtwebengine" } {
                 # see http://lists.qt-project.org/pipermail/interest/2016-February/thread.html#20946
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                # see http://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://googleappsupdates.blogspot.co.uk/2014/09/google-chrome-64-bit-for-mac-and-windows.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # see https://doc.qt.io/qt-5/qtwebengine-platform-notes.html
</span>                 supported_archs x86_64
 
                 # UsingTheRightCompiler (https://trac.macports.org/wiki/UsingTheRightCompiler)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1586,7 +1586,7 @@ foreach {module module_info} [array get modules] {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see http://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://doc.qt.io/qt-5/sql-driver.html for info on building SQL Database Drivers
</span> foreach {sql_names sql_info} [array get sql_plugins] {
     set driver          [lindex ${sql_names} 0]
     set dbms            [lindex ${sql_names} 1]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1846,5 +1846,5 @@ post-destroot {
</span> }
 
 livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       http://download.qt.io/archive/qt/${branch}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://download.qt.io/archive/qt/${branch}/
</span> livecheck.regex     (\\d+(\\.\\d+)+)
</pre><pre style='margin:0'>

</pre>