<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/baeda988d7df6d816841ed2ec2160364c4662c0e">https://github.com/macports/macports-ports/commit/baeda988d7df6d816841ed2ec2160364c4662c0e</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 baeda98  gimp3-devel: Fix typo in python37 variant
</span>baeda98 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit baeda988d7df6d816841ed2ec2160364c4662c0e
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Sun Aug 4 13:09:56 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gimp3-devel: Fix typo in python37 variant
</span>---
 graphics/gimp3-devel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gimp3-devel/Portfile b/graphics/gimp3-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39a7fb4..03d85e2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gimp3-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gimp3-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -180,7 +180,7 @@ variant python36 description {Build with python plugin support using python 3.6}
</span> variant python37 description {Build with python plugin support using python 3.7} {
     configure.args-delete     --disable-python
     configure.python          ${prefix}/bin/python3.7
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append        poer:py37-cairo \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append        port:py37-cairo \
</span>                               port:py37-gobject3
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.7
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
</pre><pre style='margin:0'>

</pre>