<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/444fb6c7fde1c80bf3b11c189b76590537993a14">https://github.com/macports/macports-ports/commit/444fb6c7fde1c80bf3b11c189b76590537993a14</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 444fb6c7fde1c80bf3b11c189b76590537993a14
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Nov 12 23:46:06 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    postgresql*: install python contrib for Python 3
</span>---
 databases/postgresql10/Portfile | 3 ++-
 databases/postgresql95/Portfile | 3 ++-
 databases/postgresql96/Portfile | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql10/Portfile b/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2479fbd..0cf35c8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> #remember to update the -doc and -server as well
 name                postgresql10
 version             10.1
<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;'>@@ -96,7 +97,7 @@ post-build {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plperl
     }
 # remove python-specific contrib, if no python27 variant
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python27] && ![variant_isset python3]} {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plpython
         file delete -force ${worksrcpath}/contrib/ltree_plpython
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql95/Portfile b/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ac79bd7..06e6cd0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql95/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> #remember to update the -doc and -server as well
 name                   postgresql95
 version                        9.5.10
<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;'>@@ -96,7 +97,7 @@ post-build {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plperl
     }
 # remove python-specific contrib, if no python27 variant
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python27] && ![variant_isset python3]} {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plpython
         file delete -force ${worksrcpath}/contrib/ltree_plpython
     }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgresql96/Portfile b/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2efb5f4..1f07890 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgresql96/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> #remember to update the -doc and -server as well
 name                postgresql96
 version             9.6.6
<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;'>@@ -96,7 +97,7 @@ post-build {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plperl
     }
 # remove python-specific contrib, if no python27 variant
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python27] && ![variant_isset python3]} {
</span>         file delete -force ${worksrcpath}/contrib/hstore_plpython
         file delete -force ${worksrcpath}/contrib/ltree_plpython
     }
</pre><pre style='margin:0'>

</pre>