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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/acadb4197e574ba33281f872890aa716e68c4eae">https://github.com/macports/macports-ports/commit/acadb4197e574ba33281f872890aa716e68c4eae</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 acadb41  iso-codes: build with latest Python (3.6)
</span>acadb41 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit acadb4197e574ba33281f872890aa716e68c4eae
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 5 13:50:50 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    iso-codes: build with latest Python (3.6)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    no revbump because the installed files do not change
</span>---
 devel/iso-codes/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/iso-codes/Portfile b/devel/iso-codes/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a26a48..a17d0b9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/iso-codes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/iso-codes/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,9 +23,9 @@ checksums           rmd160  74a3d4a4701bbf06c1412dbf1c5f7a16a56ca6c7 \
</span>                     sha256  7335e0301cd77cd4ee019bf5d3709aa79309d49dd66e85ba350caf67e00b00cd
 
 depends_build       port:gettext \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python36
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.env           PATH=${frameworks_dir}/Python.framework/Versions/3.5/bin:$env(PATH)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env           PATH=${frameworks_dir}/Python.framework/Versions/3.6/bin:$env(PATH)
</span> 
 post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>