<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac2cc87c729090f20ed5938017db7d387a940325">https://github.com/macports/macports-ports/commit/ac2cc87c729090f20ed5938017db7d387a940325</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 ac2cc87c729 bladeRF: fix extract error
</span>ac2cc87c729 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ac2cc87c729090f20ed5938017db7d387a940325
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Feb 16 19:04:17 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    bladeRF: fix extract error
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/66934
</span>---
 science/bladeRF/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/bladeRF/Portfile b/science/bladeRF/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fe519d654b9..0a07c01e08f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/bladeRF/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/bladeRF/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +49,8 @@ checksums           ${bladeRF_distfile} \
</span>                     sha256  53670c8f0a9feaa774d8c3067ba201b31c0197294bdd00a1795c72a0368aac40 \
                     size    44184797
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# github portgroup defaults to extract.rename yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+extract.rename      no
</span> post-extract {
 
     # roughly replicate what's going on in the github PG post-extract
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,9 +89,8 @@ post-extract {
</span> categories          science comms
 maintainers         {michaelld @michaelld} openmaintainer
 description         bladeRF is an open-source hardware and software software-defined radio (SDR) platform.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} This port provides all the source code required to program and interact with a bladeRF platform, including firmware for the Cypress FX3 USB controller, HDL for the Altera Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} This port provides all the source code required to program and interact with a bladeRF platform, including firmware for the Cypress FX3 USB controller, HDL for the Altera Cyclone IV FPGA, and C code for the host side libraries, drivers, and utilities.
</span> license             MIT LGPL-2 GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 depends_build-append \
     port:pkgconfig \
</pre><pre style='margin:0'>

</pre>