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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/09bf7eb11af7f91a755cf04b6501ea14b00da2ab">https://github.com/macports/macports-ports/commit/09bf7eb11af7f91a755cf04b6501ea14b00da2ab</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 09bf7eb11af qgis3: move to 3.16.2, make python 3.9 and proj 7 and postgresql 13 the default and drop python25 support
</span>09bf7eb11af is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 09bf7eb11af7f91a755cf04b6501ea14b00da2ab
</span>Author: Veence <vince@macports.org>
AuthorDate: Thu Dec 24 10:12:05 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: move to 3.16.2, make python 3.9 and proj 7 and postgresql 13 the default and drop python25 support
</span>---
 gis/qgis3/Portfile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac07bf319d3..60bf2f42193 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           github  1.0
</span> PortGroup           qt5     1.0
 PortGroup           active_variants 1.1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        qgis QGIS 3_16_1 final-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        qgis QGIS 3_16_2 final-
</span> name                qgis3
 version             [string map {_ .} ${github.version}]
 revision            1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,9 +24,9 @@ license             GPL-2+
</span> 
 homepage            http://www.qgis.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  369c246e18269e4e7634215f5c7026660206317b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  afef666fb47aa22838e2e68d74a52986c6fd9180e9df09a4058d88527922bb6f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    134907000
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  f4aff75231366da6eb7cb0a3a31d70297489fdc8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  500d7d7c74555b035b3ca8f4a1ab6f17d2ad19c5cde9d3b551f4439f68c9f59c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    135218561
</span> 
 compiler.cxx_standard  2011
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -134,7 +134,7 @@ variant server description "Builds with the server (FCGI) option" {
</span> 
  
 # Database variants (from the GDAL port)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set postgresql_suffixes {12 11 10 95 96}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set postgresql_suffixes {13 12 11 10 95 96}
</span> 
 set postgresql_variants {}
 foreach suffix ${postgresql_suffixes} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -163,12 +163,12 @@ foreach suffix ${postgresql_suffixes} {
</span> }
 
 set pgdefault [string range ${pgdefault} 0 end-4]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pgdefault "${pgdefault}} { default_variants +postgresql12 }"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pgdefault "${pgdefault}} { default_variants +postgresql13 }"
</span> 
 eval ${pgdefault}
 
 # Python variants
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_suffixes {36 37 38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_suffixes {36 37 38 39}
</span> set python_variants {}
 
 foreach pyver ${python_suffixes} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -234,7 +234,7 @@ foreach pyver ${python_suffixes} {
</span> }
 
 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 +python38 }"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_default "${python_default}} { default_variants +python39 }"
</span> 
 eval ${python_default}
 
</pre><pre style='margin:0'>

</pre>