<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3343aa54b04a9d71d35d0153f0287c69a8fa5f82">https://github.com/macports/macports-ports/commit/3343aa54b04a9d71d35d0153f0287c69a8fa5f82</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 3343aa54b04 git: close file handle after writing
</span>3343aa54b04 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3343aa54b04a9d71d35d0153f0287c69a8fa5f82
</span>Author: Gregory Anders <greg@gpanders.com>
AuthorDate: Sat May 15 13:52:27 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    git: close file handle after writing
</span>---
 devel/git/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95f8bda7271..db1393a86c7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           perl5 1.0
</span> 
 name                git
 version             2.31.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 description         A fast version control system
 long_description    Git is a fast, scalable, distributed open source version \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -220,6 +220,7 @@ variant credential_osxkeychain description {Install git credential-osxkeychain u
</span>         # own git config file
         set f [open ${destroot}${prefix}/etc/gitconfig w 0644]
         puts ${f} "\[credential]\n\thelper = osxkeychain"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        close ${f}
</span>     }
 
     notes "
</pre><pre style='margin:0'>

</pre>