<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/68ae6ad18c87ec74a3730b782d164f78104b48ee">https://github.com/macports/macports-ports/commit/68ae6ad18c87ec74a3730b782d164f78104b48ee</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 68ae6ad18c8 libgit2: fix typo
</span>68ae6ad18c8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 68ae6ad18c87ec74a3730b782d164f78104b48ee
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Aug 24 18:12:58 2020 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libgit2/Portfile b/devel/libgit2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a7cd53d67e5..517b411c1f9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libgit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libgit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,7 +52,7 @@ platform darwin {
</span> # https://trac.macports.org/ticket/61057
 # https://github.com/libgit2/libgit2/issues/5613
 # https://github.com/libgit2/libgit2/pull/5614
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {${os.major} < 10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${os.major} < 14} {
</span>         configure.args-append \
                     -DUSE_NTLMCLIENT:BOOL=OFF
     }
</pre><pre style='margin:0'>

</pre>