<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d90bda2920eb16cda01a9805bc50f4af60dda1a6">https://github.com/macports/macports-ports/commit/d90bda2920eb16cda01a9805bc50f4af60dda1a6</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 d90bda2920e libiio: fix build
</span>d90bda2920e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d90bda2920eb16cda01a9805bc50f4af60dda1a6
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Mon Feb 10 18:00:25 2025 +0400

<span style='display:block; white-space:pre;color:#404040;'>    libiio: fix build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - fix description
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/72039
</span>---
 science/libiio/Portfile | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libiio/Portfile b/science/libiio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1753f7906d..4dc5816df6f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libiio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libiio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,17 +8,32 @@ name                libiio
</span> categories          science comms
 maintainers         {michaelld @michaelld} openmaintainer
 description         ${name} is used to interface to the Industrial Input/Output (IIO) Subsystem
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}. The IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers ( [...]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}. The IIO subsystem is intended to provide \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    support for devices that in some sense are analog to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    digital or digital to analog converters (ADCs, DACs). This \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    includes, but is not limited to ADCs, Accelerometers, Gyros, \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    IMUs, Capacitance to Digital Converters (CDCs), Pressure \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Sensors, Color, Light and Proximity Sensors, Temperature \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PLLs (Phase Locked Loops), Variable/Programmable Gain \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Amplifiers (VGA, PGA), and RF transceivers. You can use libiio \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    natively on an embedded Linux target (local mode), or use \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    libiio to communicate remotely to that same target from a host \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    Linux, Windows, or MAC over USB or Ethernet or Serial.
</span> license             LGPL-2+
 
 # release
 github.setup        analogdevicesinc libiio 0.24 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> checksums           rmd160  5c214e103c2527ace2b8e4ff5cf46d5ff0210115 \
                     sha256  3680d53aa129ca2ebaac009fecc88b9f4e79d1c3ad03067c16321d25b91ee779 \
                     size    483053
 revision            3
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${long_description} Provides the release, which is typically updated every few months to yearly.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    ${long_description} Provides the release, which is \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    typically updated every few months to yearly.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # because I moved from a "devel" style 20190503 to a release style
 # "0.18" and the latter is "less than" the former when comparing.
 epoch               1
</pre><pre style='margin:0'>

</pre>