<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/fe31e64596390a2252ddd4bc178a23668b577724">https://github.com/macports/macports-ports/commit/fe31e64596390a2252ddd4bc178a23668b577724</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fe31e64596390a2252ddd4bc178a23668b577724
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Dec 13 19:59:55 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape-devel: minimize git download size
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Only clone target mainenance branch 0.92.x limiting depth to 100.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This reduces the cloned size from approximately 1.46 GiB to 45.02 MiB.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Depth of 100 is somewhat arbitrary but roughly corresponds to the age
</span><span style='display:block; white-space:pre;color:#404040;'>    of the branch since the last stable release allowing some leeway for
</span><span style='display:block; white-space:pre;color:#404040;'>    us to checkout our target commit as additional commits are added to
</span><span style='display:block; white-space:pre;color:#404040;'>    the branch.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Suggested by @RJVB, see https://trac.macports.org/ticket/56806.
</span>---
 graphics/inkscape-devel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape-devel/Portfile b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 68a249c..37ee6f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ long_description    Inkscape is an multi-platform, Open-Source Vector Graphics E
</span> homepage            http://www.inkscape.org/
 
 fetch.type          git
<span style='display:block; white-space:pre;background:#ffe0e0;'>-git.url             git://git.launchpad.net/inkscape
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+git.url             -b 0.92.x --depth 100 git://git.launchpad.net/inkscape
</span> git.branch          ${git_commit}
 
 set perl_version    5.26
</pre><pre style='margin:0'>

</pre>