<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/eb8eabb5873464f2508e662910299f40c8ec08bc">https://github.com/macports/macports-ports/commit/eb8eabb5873464f2508e662910299f40c8ec08bc</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 eb8eabb5873 git-delta: bump revision for libgit2 update
</span>eb8eabb5873 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit eb8eabb5873464f2508e662910299f40c8ec08bc
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu Oct 7 08:15:20 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    git-delta: bump revision for libgit2 update
</span>---
 textproc/git-delta/Portfile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/git-delta/Portfile b/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e0017862c33..b3ddcce5ca0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/git-delta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,8 +5,9 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        dandavison delta 0.8.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from archive
</span> name                git-delta
<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 syntax-highlighter for git and diff output
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,11 +16,11 @@ long_description    Delta provides language syntax-highlighting, within-line \
</span>                     output for git on the command line.
 
 categories          textproc
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+installs_libs       no
</span> license             MIT
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           darwin
</span> 
 checksums           ${distname}${extract.suffix} \
                     rmd160  f8aa31463ef97e1b8d9b5fa16e392ff5491e2325 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,8 +42,6 @@ destroot {
</span>         ${destroot}${prefix}/share/zsh/site-functions/_delta
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.tarball_from archive
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> notes "
 To install delta for git if it isn't installed already, you can use `git config`:
 
</pre><pre style='margin:0'>

</pre>