<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/0ddb648a6972bbde95b3708b7de8847a9dcef14e">https://github.com/macports/macports-ports/commit/0ddb648a6972bbde95b3708b7de8847a9dcef14e</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 0ddb648  SDRplay: fix livecheck.
</span>0ddb648 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0ddb648a6972bbde95b3708b7de8847a9dcef14e
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Jan 30 09:25:31 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    SDRplay: fix livecheck.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Will now show that an update happened, not the actual new version. There's no way to determine that information from their website without actually downloading the file -- which is behind a reCAPTCHA.
</span>---
 science/SDRplay/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/SDRplay/Portfile b/science/SDRplay/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 82fb5b5..b29b345 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/SDRplay/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/SDRplay/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,4 +86,5 @@ destroot {
</span> }
 
 livecheck.url       http://www.sdrplay.com/downloads/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     macdl.php.>API/HW Driver.*v(\[0-9.\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.version   15th Nov 2017
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     {<a href="/macdl.php">API/HW Driver &#8211; v2.11</a> \((.*)\)<a href="/macdl.php">}
</span></pre><pre style='margin:0'>

</pre>