<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3acfa83d8bf509fcc307adb23f0c8188c4cfbe17">https://github.com/macports/macports-ports/commit/3acfa83d8bf509fcc307adb23f0c8188c4cfbe17</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3acfa83d8bf509fcc307adb23f0c8188c4cfbe17
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Feb 27 05:14:36 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    bowtie2: tweak livecheck to avoid "_new" in version
</span>---
 science/bowtie2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/bowtie2/Portfile b/science/bowtie2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1d55ad6..f9a7004 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/bowtie2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/bowtie2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,5 +71,5 @@ post-destroot {
</span>         ${destroot}${prefix}/share/doc/${name}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# do not find -beta software
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-github.livecheck.regex {([^"-]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# do not find _new or -beta software
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex {([^"_-]+)}
</span></pre><pre style='margin:0'>

</pre>