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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e22bfddb3b4861c5d5e987197a9d8887d76a24ad">https://github.com/macports/macports-ports/commit/e22bfddb3b4861c5d5e987197a9d8887d76a24ad</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 e22bfddb3b4 GiNaC, holoviews, rdiff-backup: fix typos, whitespace
</span>e22bfddb3b4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e22bfddb3b4861c5d5e987197a9d8887d76a24ad
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Mon Jun 10 07:21:22 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    GiNaC, holoviews, rdiff-backup: fix typos, whitespace
</span>---
 math/GiNaC/Portfile          | 2 +-
 python/rdiff-backup/Portfile | 2 +-
 science/holoviews/Portfile   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/GiNaC/Portfile b/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c62dd2cbf2..2f281d481de 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ variant python38 conflicts python39 python310 python311 python312 description {U
</span> variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
 variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
 variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts  python39 python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Use Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39]
         && ![variant_isset python310] && ![variant_isset python311]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/rdiff-backup/Portfile b/python/rdiff-backup/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db53da6ba43..2ca986f614c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/rdiff-backup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/rdiff-backup/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ variant python38 conflicts python39 python310 python311 python312 description {U
</span> variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
 variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
 variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts  python39 python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Use Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39]
         && ![variant_isset python310] && ![variant_isset python311]} {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/holoviews/Portfile b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0aa087bb3f..05953946e7f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/holoviews/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +24,8 @@ checksums           rmd160  e9452de6684524a73f5397f8bf7b17d9ebabb3a9 \
</span> 
 variant python39 conflicts python310 python311 python312 description {Use Python 3.9} {}
 variant python310 conflicts python39 python311 python312 description {Use Python 3.10} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts  python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts  python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 description {Use Python 3.12} {}
</span> 
 if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
     default_variants +python312
</pre><pre style='margin:0'>

</pre>