<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/6d2a5d6fb013624c202cc8ce63b72ac86fdedd74">https://github.com/macports/macports-ports/commit/6d2a5d6fb013624c202cc8ce63b72ac86fdedd74</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 6d2a5d6  qt5-qtbase: add dependency on double-conversion and rebuild
</span>6d2a5d6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d2a5d6fb013624c202cc8ce63b72ac86fdedd74
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Jul 21 18:10:34 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt5-qtbase: add dependency on double-conversion and rebuild
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This module will opportunistically link with double-conversion if
</span><span style='display:block; white-space:pre;color:#404040;'>    it is active at build time.  Otherwise, it uses an internal copy.
</span><span style='display:block; white-space:pre;color:#404040;'>    Adding this dependency ensures that the module will build consistently
</span><span style='display:block; white-space:pre;color:#404040;'>    on all systems.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Discovered while testing ports on a fresh install of Catalina public beta.
</span>---
 aqua/qt5/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 263d6ad..9932141 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;'>@@ -151,12 +151,12 @@ array set modules {
</span>             48431020
         }
         ""
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        "port:zlib port:libpng port:jpeg port:freetype path:bin/dbus-daemon:dbus port:tiff port:libmng path:lib/pkgconfig/glib-2.0.pc:glib2 port:icu port:pcre2 port:harfbuzz"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "port:zlib port:libpng port:jpeg port:freetype path:bin/dbus-daemon:dbus port:tiff port:libmng path:lib/pkgconfig/glib-2.0.pc:glib2 port:icu port:pcre2 port:harfbuzz port:double-conversion"
</span>         ""
         {"Qt Core" "Qt GUI" "Qt Network" "Qt SQL" "Qt Test" "Qt Widgets" "Qt Concurrent" "Qt D-Bus" "Qt OpenGL" "Qt Platform Headers" "Qt Print Support" "Qt XML"}
         ""
         "variant overrides: "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        "revision 0"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        "revision 1"
</span>         "License: "
     }
     qtcanvas3d {
</pre><pre style='margin:0'>

</pre>