<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/48a2096b84d33b22d96fe9ac38a15b9e53070685">https://github.com/macports/macports-ports/commit/48a2096b84d33b22d96fe9ac38a15b9e53070685</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 48a2096b84d bfs: update to 2.0
</span>48a2096b84d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48a2096b84d33b22d96fe9ac38a15b9e53070685
</span>Author: George Plymale II <georgedp@orbitalimpact.com>
AuthorDate: Wed Oct 14 13:24:19 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bfs: update to 2.0
</span>---
 sysutils/bfs/Portfile | 9 +++++----
 1 file changed, 5 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 1fc6e2a48a1..8e7a98ca8bf 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;'>@@ -3,22 +3,23 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        tavianator bfs 1.5.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        tavianator bfs 2.0
</span> 
 categories          sysutils
 platforms           darwin freebsd linux
 license             BSD
 maintainers         {@ylluminarious orbitalimpact.com:georgedp} openmaintainer
 description         A breadth-first version of the UNIX find command.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://tavianator.com/projects/bfs.html
</span> 
 long_description    bfs is a variant of the UNIX find command that operates breadth-first rather \
     than depth-first. It is otherwise intended to be compatible with many \
     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   fb2eb5e5af44d23ceae31b9e690b63bcaae02377 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256   654a00a3fe15dbfaa0e5db38dfd75aefff825c032464f2dbc1f548701cb4ac44 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size     113871
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160   aa04ecc2881d973bcc042b7738cd4d672e023042 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256   e2b8f1fe332ba12656935313c3e2fe65089b25799766534217a3e3366565522c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size     127487
</span> 
 use_configure       no
 build.target        bfs
</pre><pre style='margin:0'>

</pre>