<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/9e521018fb681c4846d23f0fa2e82f4405282131">https://github.com/macports/macports-ports/commit/9e521018fb681c4846d23f0fa2e82f4405282131</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9e521018fb681c4846d23f0fa2e82f4405282131
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Tue Dec 17 10:25:39 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    quickfix: replace variant python34 with python37, add size
</span>---
 devel/quickfix/Portfile | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/quickfix/Portfile b/devel/quickfix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2190ff6..4f6fd89 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/quickfix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/quickfix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,7 +21,8 @@ master_sites        sourceforge:project/quickfix/quickfix/${version}
</span> worksrcdir          ${name}
 
 checksums           rmd160  369d5bf7044fa4c90d2d74e4470e50c0ad82951b \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    21803784
</span> 
 depends_lib         port:libxml2
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,20 +55,20 @@ variant postgresql90 conflicts postgresql84 description {Include PostgreSQL 9.0
</span>     configure.args-replace  --without-postgresql --with-postgresql=${prefix}/lib/postgresql90/bin/pg_config
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 description {Include Python 2.7 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python37 description {Include Python 2.7 support} {
</span>     depends_lib-append      port:python27
     configure.python        ${prefix}/bin/python2.7
     configure.args-replace  --without-python --with-python
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 description {Include Python 3.4 support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python37 description {Include Python 3.5 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.5
</span>     configure.args-replace  --without-python --with-python
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 description {Include Python 3.5 support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 description {Include Python 3.7 support} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.7
</span>     configure.args-replace  --without-python --with-python
 }
</pre><pre style='margin:0'>

</pre>