<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/518654f76e2842c726abf55151f497c00bdac9d1">https://github.com/macports/macports-ports/commit/518654f76e2842c726abf55151f497c00bdac9d1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 518654f76e2842c726abf55151f497c00bdac9d1
</span>Author: John Hoyt <john.hoyt@gmail.com>
AuthorDate: Fri Nov 5 11:47:04 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    qt6-qtbase: remove python3.9 and sqlite dependecies, they are handled by the appropriate subports
</span>---
 aqua/qt6/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt6/Portfile b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 865f27162d3..b9f33cb52be 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt6/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,8 +140,8 @@ array set modules {
</span>         path:lib/pkgconfig/harfbuzz.pc:harfbuzz port:harfbuzz port:assimp port:brotli                           \
         path:bin/dbus-daemon:dbus port:dbus port:double-conversion port:freetype port:glib2 port:hunspell       \
         port:icu port:jasper path:include/turbojpeg.h:libjpeg-turbo port:libjpeg-turbo port:libb2 port:libpng   \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:tiff port:md4c path:lib/pkgconfig/libpcre2-posix.pc:pcre2 port:pcre2 port:python39 port:sqlite3    \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:webp port:zlib path:lib/pkgconfig/libzstd.pc:zstd port:zstd port:libiconv"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:tiff port:md4c path:lib/pkgconfig/libpcre2-posix.pc:pcre2 port:pcre2 port:webp port:webp           \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:zlib path:lib/pkgconfig/libzstd.pc:zstd port:zstd port:libiconv"
</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"}
         ""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -556,6 +556,7 @@ foreach {module module_info} [array get modules] {
</span> 
         long_description  "Tools and Module(s) for Qt Tool Kit ${qt_major}: ${modules_provided_join}"
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         if { ${module} eq "qtbase" } {
             # this subport uses configure script (NOT qmake)
             PortGroup               qt6 1.0
</pre><pre style='margin:0'>

</pre>