<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/20d555a7a13ecb224964aeb659e0b7f3b2f7c540">https://github.com/macports/macports-ports/commit/20d555a7a13ecb224964aeb659e0b7f3b2f7c540</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 20d555a7a13 gitweb: add explicit dependency on libgit2, bump to rebuild for libgit2 1.2.0
</span>20d555a7a13 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20d555a7a13ecb224964aeb659e0b7f3b2f7c540
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Sep 21 14:54:04 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gitweb: add explicit dependency on libgit2, bump to rebuild for libgit2 1.2.0
</span>---
 devel/gitweb/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gitweb/Portfile b/devel/gitweb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1b9491e109..40f26b9ddd1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gitweb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gitweb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github 1.0
</span> PortGroup           cargo 1.0
 
 github.setup        yoannfleurydev gitweb 0.3.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         Open the current remote git repository in your browser
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,8 @@ checksums           ${distname}${extract.suffix} \
</span> 
 depends_build-append port:pkgconfig
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         path:lib/libssl.dylib:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append  path:lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libgit2
</span> 
 github.tarball_from archive
 
</pre><pre style='margin:0'>

</pre>