<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/a99f6cfc2b6f0898e459865dd0a95ccf213707fd">https://github.com/macports/macports-ports/commit/a99f6cfc2b6f0898e459865dd0a95ccf213707fd</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 a99f6cfc2b6 airspy: fix the lib version string to not be redundant in git commit
</span>a99f6cfc2b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a99f6cfc2b6f0898e459865dd0a95ccf213707fd
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Aug 29 17:33:53 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    airspy: fix the lib version string to not be redundant in git commit
</span>---
 science/airspy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/airspy/Portfile b/science/airspy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd19534cf92..5ad89440afe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/airspy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/airspy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,6 @@ configure.ldflags-delete -L${prefix}/lib
</span> 
 post-patch {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s@%d.%d.%d@%d.%d.%d MacPorts [string range ${github.version} 0 7](${version})@" ${worksrcpath}/airspy-tools/src/airspy_lib_version.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s@%d.%d.%d@%d.%d.%d MacPorts ${version}@" ${worksrcpath}/airspy-tools/src/airspy_lib_version.c
</span> 
 }
</pre><pre style='margin:0'>

</pre>