<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b4013ec2106a55ddc697360920560d2e41a66ee9">https://github.com/macports/macports-ports/commit/b4013ec2106a55ddc697360920560d2e41a66ee9</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 b4013ec2106 uhd: fix live check to look for just 3.15.X
</span>b4013ec2106 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b4013ec2106a55ddc697360920560d2e41a66ee9
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Sep 23 21:14:40 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> uhd: fix live check to look for just 3.15.X
</span>---
science/uhd/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 86dc3643d77..bba66572128 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ Provides the release version, which is typically updated every month or so.
</span> # overload the github livecheck regex to look for versions that
# are just numbers and '.', no letters (e.g., "3.7.3_rc2").
<span style='display:block; white-space:pre;background:#ffe0e0;'>- github.livecheck.regex {([0-9.]+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ github.livecheck.regex {(3.15.[0-9.]+)}
</span>
# temporary patch to disable Boost DIRS before internal DIRS
</pre><pre style='margin:0'>
</pre>