<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/fd1ad24f9a07647bb1e6dbfccd38920844ccf035">https://github.com/macports/macports-ports/commit/fd1ad24f9a07647bb1e6dbfccd38920844ccf035</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 fd1ad24f9a0 mod_gnutls: fix typo
</span>fd1ad24f9a0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fd1ad24f9a07647bb1e6dbfccd38920844ccf035
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Fri Feb 24 13:00:05 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mod_gnutls: fix typo
</span>---
 www/mod_gnutls/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 4b758a11ae1..206f20e1c4b 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;'>@@ -35,7 +35,7 @@ variant python39 conflicts python38 python310 python311 description {Build using
</span> variant python310 conflicts python38 python39 python311 description {Build using Python 3.10} {}
 variant python311 conflicts python38 python39 python310 description {Build using Python 3.11} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span>     default_variants +python311
 }
 
</pre><pre style='margin:0'>

</pre>