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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9a809339d6618c5c3db4eb51bb0139187f636a0f">https://github.com/macports/macports-ports/commit/9a809339d6618c5c3db4eb51bb0139187f636a0f</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 9a809339d66 postgresql12: add missing libgssapi_krb5.dylib dependency and bump +python to 3.9.
</span>9a809339d66 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9a809339d6618c5c3db4eb51bb0139187f636a0f
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Thu Dec 9 15:20:12 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    postgresql12: add missing libgssapi_krb5.dylib dependency and bump +python to 3.9.
</span>---
 databases/postgresql12/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql12/Portfile b/databases/postgresql12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3c3779ceb88..151456b4c46 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup muniversal 1.0
</span> #remember to update the -doc and -server as well
 name                postgresql12
 version             12.9
<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          databases
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ use_bzip2           yes
</span> # do not build man or html files (use postgresqlXY-doc instead)
 patchfiles-append   patch-no_doc.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt port:icu
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt port:icu path:lib/libgssapi_krb5.dylib:kerberos5
</span> depends_build       port:bison port:pkgconfig
 depends_run         port:postgresql_select
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -135,9 +135,9 @@ variant python27 conflicts python3 description {add support for python 2.7} {
</span> }
 
 variant python3 conflicts python27 description {add support for python 3.x} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python39
</span>     configure.args-append   --with-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.9
</span> }
 
 variant perl description {add Perl support} {
</pre><pre style='margin:0'>

</pre>