<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/68256b395c67e122def0866b5c7711cb7170daba">https://github.com/macports/macports-ports/commit/68256b395c67e122def0866b5c7711cb7170daba</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 68256b395c67e122def0866b5c7711cb7170daba
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Dec 25 12:11:02 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    scribus-devel: Requires Qt 5.14+
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://w.scribus.net/wiki/index.php/1.5.7_Release
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62006
</span>---
 print/scribus-devel/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/scribus-devel/Portfile b/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9c1af7cba79..94d253c3e19 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           qt5 1.0
</span> PortGroup           boost 1.0
 
 qt5.depends_component qttools qttranslations
<span style='display:block; white-space:pre;background:#ffe0e0;'>-qt5.min_version     5.11.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+qt5.min_version     5.14.0
</span> 
 set git_commit      2dbeda3c6793075305b6adaf26f7be5d455a88ba
 set git_date        20201209
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +19,7 @@ categories          print
</span> license             LGPL-2+ BSD MIT
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set branch          [join [lrange [split ${version} .] 0 1] .]
</span> 
 description         qt5-based WYSIWYG desktop publishing application
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +27,7 @@ long_description    Scribus is an open source desktop publishing program. It \
</span>                     provides true WYSIWYG editing, excellent PDF export \
                     facilities, and a wide range of other input and output \
                     options. This port tracks the development branch, \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    currently 1.5.x.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    currently ${branch}.x.
</span> 
 homepage            https://www.scribus.net/
 
</pre><pre style='margin:0'>

</pre>