<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/5334996ebac6961683a62b70c6105a4b1e479854">https://github.com/macports/macports-ports/commit/5334996ebac6961683a62b70c6105a4b1e479854</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 5334996ebac mod_gnutls: move to GitHub, add python312 variant
</span>5334996ebac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5334996ebac6961683a62b70c6105a4b1e479854
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Dec 20 15:00:06 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    mod_gnutls: move to GitHub, add python312 variant
</span>---
 www/mod_gnutls/Portfile | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

<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 2c2809fa369..0d18ea8754e 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;'>@@ -2,10 +2,9 @@
</span> 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           github 1.0
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-name                mod_gnutls
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version             0.12.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        airtower-luna mod_gnutls 0.12.1 mod_gnutls/
</span> revision            0
 categories          www security crypto
 license             Apache-2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,8 +19,9 @@ long_description    \
</span>     encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does \
     not use OpenSSL.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://mod.gnutls.org
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        ${homepage}/downloads/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://github.com/airtower-luna/mod_gnutls/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from releases
</span> 
 checksums           rmd160  c6e016ae970866f0feadb4eb990d0c7ebff5a8c9 \
                     sha256  5bb97f11edb31a399354027004d3b0e862bd8d85fb6ba86b3b54b340a5e2ed97 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,16 +29,17 @@ checksums           rmd160  c6e016ae970866f0feadb4eb990d0c7ebff5a8c9 \
</span> 
 use_bzip2           yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Build using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Build using Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Build using Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Build using Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 python312 description {Build using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 python312 description {Build using Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 python312 description {Build using Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 python312 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.11} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span>     default_variants +python311
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach python.branch {3.11 3.10 3.9 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach python.branch {3.12 3.11 3.10 3.9 3.8} {
</span>     set python.version [string map {. {}} ${python.branch}]
     if {[variant_isset python${python.version}]} {
         configure.python ${prefix}/bin/python${python.branch}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,10 +86,10 @@ variant memcache description {Distributed SSL Session Cache support} {
</span>     configure.args-append   --with-apr-memcache-prefix=${prefix}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> notes "
 To enable ${name}, add
     LoadModule gnutls_module modules/mod_gnutls.so
 to your ${httpd_conf} file.
 "
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {(\d\.\d+(\.\d+))}
</span></pre><pre style='margin:0'>

</pre>