<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/b212878f28bab34731d7fb1575bbfa519a5f6bd3">https://github.com/macports/macports-ports/commit/b212878f28bab34731d7fb1575bbfa519a5f6bd3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b212878f28bab34731d7fb1575bbfa519a5f6bd3
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Apr 1 02:28:21 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> libreoffice: use python 3.10
</span>---
office/libreoffice/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/libreoffice/Portfile b/office/libreoffice/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f611e8f6698..f52daaf2131 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/libreoffice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/libreoffice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup boost 1.0
</span>
name libreoffice
version 7.3.2.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories office aqua
license {LGPL-3 MPL-1.1}
platforms macosx
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -146,7 +146,7 @@ depends_lib-append \
</span> port:xz \
port:zlib
# Try to keep this in sync with the Python portgroup.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pyver 3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pyver 3.10
</span> set python_version [join [split ${pyver} "."] ""]
depends_run-append \
port:python${python_version} \
</pre><pre style='margin:0'>
</pre>