<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1b951364af069cd49470b765a3676385b8619076">https://github.com/macports/macports-ports/commit/1b951364af069cd49470b765a3676385b8619076</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1b951364af069cd49470b765a3676385b8619076
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Sat Aug 4 15:59:28 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pgcli: update to 1.10.3 and add python37 support.
</span>---
 databases/pgcli/Portfile | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/pgcli/Portfile b/databases/pgcli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9f805d9..fb44ade 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/pgcli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/pgcli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           python 1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        dbcli pgcli 1.9.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        dbcli pgcli 1.10.3 v
</span> 
 categories          databases python
 maintainers         {g5pw @g5pw} {@xeron gmail.com:xeron.oskom} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,13 +16,15 @@ long_description    ${description}
</span> 
 homepage            http://pgcli.com
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  922f2cf729ab173edef221f39005d9e2d4d1c81c \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  e42291b45e762176218e2e937e7d1603f6f8eb32d17fd97907bb625d003e93dd
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  61fbaba17dd699f0fa0faf1a042a4525c7dead23 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  75a5012a43462bf12d48baeb6bf25378dc117f9380af837112c3cf95fd945ee3 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    428744
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 python36 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python34 python35 python36 python37 description "Use Python 2.7" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python27 python35 python36 python37 description "Use Python 3.4" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python34 python36 python37 description "Use Python 3.5" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python34 python35 python37 description "Use Python 3.6" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python34 python35 python36 description "Use Python 3.7" {}
</span> 
 if {[variant_isset python34]} {
     python.default_version 34
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +32,8 @@ if {[variant_isset python34]} {
</span>     python.default_version 35
 } elseif {[variant_isset python36]} {
     python.default_version 36
<span style='display:block; white-space:pre;background:#e0ffe0;'>+} elseif {[variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version 37
</span> } else {
     default_variants +python27
     python.default_version 27
</pre><pre style='margin:0'>

</pre>