<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a758939a7b7e4cc3c1f4d8b900efc6451e30ecb5">https://github.com/macports/macports-ports/commit/a758939a7b7e4cc3c1f4d8b900efc6451e30ecb5</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a758939  pyqt ports: update homepage and livecheck URLs
</span>a758939 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a758939a7b7e4cc3c1f4d8b900efc6451e30ecb5
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Mar 23 17:34:36 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pyqt ports: update homepage and livecheck URLs
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>     - Use HTTPS
</span><span style='display:block; white-space:pre;color:#404040;'>     - riverbankcomputing.co.uk now redirects to riverbankcomputing.com
</span>---
 python/py-pyqt4/Portfile | 4 ++--
 python/py-pyqt5/Portfile | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyqt4/Portfile b/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e3fbf8..cfa764f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyqt4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +15,7 @@ long_description \
</span>     bindings are implemented as a set of Python modules: qt, \
     qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, \
     and contains 300 classes and over 5,750 functions and methods.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        http://www.riverbankcomputing.co.uk/software/pyqt/intro
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://www.riverbankcomputing.com/software/pyqt/intro
</span> 
 version         4.12.1
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -259,7 +259,7 @@ if {[string last devel ${subport}] != -1} {
</span>         livecheck.version ${branch}
     }
     livecheck.type   regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.url    http://www.riverbankcomputing.co.uk/software/pyqt/download
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.url    https://www.riverbankcomputing.com/software/pyqt/download
</span>     livecheck.regex  >PyQt4_gpl_mac-(\[0-9.\]*).tar.gz<
 
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pyqt5/Portfile b/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 79aa70e..8b55495 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pyqt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ maintainers             {mmoll @mamoll} openmaintainer
</span> description             PyQt5 is a set of Python bindings for the Qt5 toolkit
 long_description        ${description}. The bindings \
                         are implemented as a set of Python modules and contain over 620 classes.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage                http://www.riverbankcomputing.co.uk/software/pyqt/intro
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage                https://www.riverbankcomputing.com/software/pyqt/intro
</span> license                 GPL-3
 master_sites            https://www.riverbankcomputing.com/static/Downloads/PyQt5/
 distname                PyQt5_gpl-${version}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,5 +129,5 @@ if {${subport} eq "${name}-common"} {
</span> }
 
 livecheck.type     regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url      http://www.riverbankcomputing.co.uk/software/pyqt/download5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url      https://www.riverbankcomputing.com/software/pyqt/download5
</span> livecheck.regex    >PyQt5_gpl-(\[0-9.\]*).tar.gz<
</pre><pre style='margin:0'>

</pre>