<pre style='margin:0'>
Vadim-Valdis Yudaev (judaew) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac8225e633e1c25852b60af21f71b9b15f6b146c">https://github.com/macports/macports-ports/commit/ac8225e633e1c25852b60af21f71b9b15f6b146c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ac8225e633e1c25852b60af21f71b9b15f6b146c
</span>Author: judaew (Glory to Ukraine) <judaew@macports.org>
AuthorDate: Fri Apr 1 18:05:36 2022 +0300

<span style='display:block; white-space:pre;color:#404040;'>    bfs: update to 2.5 and add missing dependency
</span>---
 sysutils/bfs/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/bfs/Portfile b/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f340f1ad8f2..32696c57601 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/bfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ PortGroup           makefile 1.0
</span> # Need openat(), unlinkat(), fdopendir()
 legacysupport.newest_darwin_requires_legacy 13
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        tavianator bfs 2.4.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        tavianator bfs 2.5
</span> github.tarball_from archive
 
 categories          sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,15 +25,17 @@ long_description    bfs is a variant of the UNIX find command that operates brea
</span>     versions of find, including: POSIX find, GNU find, BSD find and macOS find. \
     If you're not familiar with find, the GNU find manual provides a good introduction.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  78d2bb3dcae0153677496930fa480ac8ed3488df \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  f9454ec57b4dac91a6e1548f70c9a4616c291b7ad310e6ca910a3bd71581721d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    149400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  dd41f5033d2776805881dab51d6f6921cd2b7698 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  410be5de74bfc5dece213731d3a8462310789118d299fb14f02bd9b0fdd66875 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    154230
</span> 
 # clang: error: unable to execute command: Segmentation fault: 11
 compiler.blacklist  {clang < 500}
 
 configure.cppflags  -DNDEBUG
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:oniguruma6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.target        bfs
 
 test.run            yes
</pre><pre style='margin:0'>

</pre>