<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cf6bfa423fd6063b08a9dfea8e7ea98a701e7446">https://github.com/macports/macports-ports/commit/cf6bfa423fd6063b08a9dfea8e7ea98a701e7446</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 cf6bfa423fd gimp3-devel: increase git clone depth
</span>cf6bfa423fd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf6bfa423fd6063b08a9dfea8e7ea98a701e7446
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sat Aug 8 16:38:17 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gimp3-devel: increase git clone depth
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes git fetch failure.
</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 43edcccb6e7..f0d94d0bc77 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;'>@@ -27,7 +27,7 @@ long_description    The GNU Image Manipulation Program (GIMP) is a powerful \
</span> homepage            https://gimp.org/
 
 fetch.type          git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-git.url             --depth 2000 https://gitlab.gnome.org/GNOME/gimp.git
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+git.url             --depth 3000 https://gitlab.gnome.org/GNOME/gimp.git
</span> git.branch          ${git_commit}
 
 depends_build       port:pkgconfig \
</pre><pre style='margin:0'>

</pre>