<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d9acdf663328909ae74b7a00231d91dd71283fd7">https://github.com/macports/macports-ports/commit/d9acdf663328909ae74b7a00231d91dd71283fd7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d9acdf663328909ae74b7a00231d91dd71283fd7
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sat Jul 13 11:17:29 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libiio: non-functional: path-style dep on pkgconfig
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [skip ci]
</span>---
 science/libiio/Portfile | 3 +--
 1 file changed, 1 insertion(+), 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 61338c3dc78..2b6e4798272 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;'>@@ -10,7 +10,6 @@ maintainers         {michaelld @michaelld} openmaintainer
</span> description         ${name} is used to interface to the Industrial Input/Output (IIO) Subsystem
 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 ( [...]
 license             LGPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> 
 # release
 github.setup        analogdevicesinc libiio 0.24 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +74,7 @@ depends_lib-append \
</span>     path:lib/pkgconfig/icu-uc.pc:icu
 
 depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:pkgconfig \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    path:bin/pkg-config:pkgconfig \
</span>     path:bin/doxygen:doxygen
 
 # remove top-level library path, such that internal libraries are used
</pre><pre style='margin:0'>

</pre>