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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/717d7cc161670e5c19497e515e297700a9b9be21">https://github.com/macports/macports-ports/commit/717d7cc161670e5c19497e515e297700a9b9be21</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 717d7cc1616 pcraster: fix conflict with mapserver; default to +py312
</span>717d7cc1616 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 717d7cc161670e5c19497e515e297700a9b9be21
</span>Author: Nicklas Larsson <n_larsson@yahoo.com>
AuthorDate: Thu Jun 20 10:05:29 2024 +0200

<span style='display:block; white-space:pre;color:#404040;'>    pcraster: fix conflict with mapserver; default to +py312
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The binary file 'legend' is renamed to 'pcrlegend', due to conflict
</span><span style='display:block; white-space:pre;color:#404040;'>    with mapserver.
</span>---
 gis/pcraster/Portfile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/pcraster/Portfile b/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8593ba4bdad..c49b2147c03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/pcraster/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           github 1.0
</span> PortGroup           qt5 1.0
 
 github.setup        pcraster pcraster 4.4.1 v
<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          gis
 license             GPL
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,5 +78,11 @@ foreach pyver ${python_suffixes} {
</span>     set python_default "${python_default}!\[variant_isset python${pyver}\] && "
 }
 set python_default [string range ${python_default} 0 end-4]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_default "${python_default}} { default_variants +python311}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +python312}"
</span> eval ${python_default}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${destroot}${prefix}/bin/legend ${destroot}${prefix}/bin/pcrlegend
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+notes "The utility 'legend' is renamed to 'pcrlegend' due to conflict with mapserver."
</span></pre><pre style='margin:0'>

</pre>