<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/6ada127ef2df8b3172afba0127ef5fec6ef3f1e6">https://github.com/macports/macports-ports/commit/6ada127ef2df8b3172afba0127ef5fec6ef3f1e6</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 6ada127  qt5*: fix typo; creates dependency on nonexistent port
</span>6ada127 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6ada127ef2df8b3172afba0127ef5fec6ef3f1e6
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Aug 12 18:43:56 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5*: fix typo; creates dependency on nonexistent port
</span>---
 aqua/qt5/Portfile  | 2 +-
 aqua/qt55/Portfile | 2 +-
 aqua/qt56/Portfile | 2 +-
 aqua/qt57/Portfile | 2 +-
 aqua/qt58/Portfile | 2 +-
 aqua/qt59/Portfile | 2 +-
 6 files changed, 6 insertions(+), 6 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 09835cb..32674ed0 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;'>@@ -1325,7 +1325,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         depends_lib-append port:${name}-${module_doc}-docs
                     }
                 }
<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 832bd5c..806ecfc 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;'>@@ -1213,7 +1213,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         if { ${os.major} >= 12 || (${module_doc} ne "qtwebengine") } {
                             depends_lib-append port:${name}-${module_doc}-docs
                         }
<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 036afe0..68968ab 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;'>@@ -1260,7 +1260,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         if { ${os.major} >= 13 || (${module_doc} ne "qtwebengine" && ${module_doc} ne "qtwebview") } {
                             depends_lib-append port:${name}-${module_doc}-docs
                         }
<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 aea8a80..52c3d6a 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;'>@@ -1339,7 +1339,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         if { ${os.major} >= 13 || (${module_doc} ne "qtwebengine" && ${module_doc} ne "qtwebview") } {
                             depends_lib-append port:${name}-${module_doc}-docs
                         }
<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 29e9b10..8a78a77 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;'>@@ -1329,7 +1329,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         depends_lib-append port:${name}-${module_doc}-docs
                     }
                 }
<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 06c8ea4..5b1c497 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;'>@@ -1320,7 +1320,7 @@ foreach {module module_info} [array get modules] {
</span>                 # unless a way is found, ReproducibleBuilds (https://trac.macports.org/wiki/ReproducibleBuilds)
                 #    requires qtdoc depend on all the documentation modules
                 foreach {module_doc module_doc_info} [array get modules] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    if { [lsearch -exact [lindex ${module_doc_info} 7] "~docs"] == -1 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    if { [lsearch -exact [lindex ${module_doc_info} 6] "~docs"] == -1 } {
</span>                         depends_lib-append port:${name}-${module_doc}-docs
                     }
                 }
</pre><pre style='margin:0'>

</pre>