<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/b009324f99a1fac1e35a380ff4b85216fa582af1">https://github.com/macports/macports-ports/commit/b009324f99a1fac1e35a380ff4b85216fa582af1</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 b009324f99a aria2, mod_gnutls: fix typos in variant descriptions
</span>b009324f99a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b009324f99a1fac1e35a380ff4b85216fa582af1
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Dec 20 16:50:46 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    aria2, mod_gnutls: fix typos in variant descriptions
</span>---
 net/aria2/Portfile      | 2 +-
 www/mod_gnutls/Portfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 202e3a3ac3c..0a3f89029a6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,7 +22,7 @@ variant python38 conflicts python39 python310 python311 python312 description {B
</span> variant python39 conflicts python38 python310 python311 python312 description {Build using Python 3.9} {}
 variant python310 conflicts python38 python39 python311 python312 description {Build using Python 3.10} {}
 variant python311 conflicts python38 python39 python310 python312 description {Build using Python 3.11} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
     default_variants +python311
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_gnutls/Portfile b/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0d18ea8754e..49ae3aec1af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ variant python38 conflicts python39 python310 python311 python312 description {B
</span> variant python39 conflicts python38 python310 python311 python312 description {Build using Python 3.9} {}
 variant python310 conflicts python38 python39 python311 python312 description {Build using Python 3.10} {}
 variant python311 conflicts python38 python39 python310 python312 description {Build using Python 3.11} {}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
     default_variants +python311
</pre><pre style='margin:0'>

</pre>