<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/86b79419a0eb3caa5dc867a0e672ccc506a9ee25">https://github.com/macports/macports-ports/commit/86b79419a0eb3caa5dc867a0e672ccc506a9ee25</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 86b7941  libiio: split to release at 0.18 and devel at 20190503-46e4dbcd
</span>86b7941 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 86b79419a0eb3caa5dc867a0e672ccc506a9ee25
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri May 3 14:02:53 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libiio: split to release at 0.18 and devel at 20190503-46e4dbcd
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Have to bump epoch to 1 to get release to register as updated by port.
</span>---
 science/libiio/Portfile | 39 +++++++++++++++++++++++++++++++--------
 1 file changed, 31 insertions(+), 8 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 0d2cec0..9ab2bd6 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,16 +8,39 @@ 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 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> license             LGPL-2+
 platforms           darwin
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup analogdevicesinc libiio 826563e41b5ce9890b75506f672017de8d76d52d
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version      20190328-[string range ${github.version} 0 7]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums    rmd160 f235ab5002e563f905f4a6d8336c89384d10cde1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             sha256 4d004b230f4111b4854db62fa0bc52c398c47f357c909b0c2d672fd5191155fc \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-             size   199828
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision     0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+subport libiio-devel {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${subport} eq ${name}} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup analogdevicesinc libiio 0.18 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums    rmd160 586fe16461baa8340fd0284f14bc3c3b138edc37 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 sha256 357e7c2753a17990d7a7ef55ed077bedb94d90f96ca951c786834dbd32d9668d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 size   199931
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision     0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    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;'>+    # because I moved from a "devel" style 20190503 to a release style
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # "0.18" and the latter is "less than" the former when comparing.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    epoch        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    #devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup analogdevicesinc libiio 46e4dbcdff9167f77d45783da920f4ef53705497
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version      20190503-[string range ${github.version} 0 7]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums    rmd160 586fe16461baa8340fd0284f14bc3c3b138edc37 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 sha256 357e7c2753a17990d7a7ef55ed077bedb94d90f96ca951c786834dbd32d9668d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 size   199931
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision     0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description ${long_description} Provides the GIT master branch version, which is typically updated every few days to weeks.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 depends_lib-append port:libxml2 \
     path:lib/libusb.dylib:libusb \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +84,7 @@ post-destroot {
</span>     move ${destroot}${prefix}/lib/python2.7 ${destroot}${py_install_dir}
 
     # link from iio.framework to normal
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set iio_framework_version 0.17
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set iio_framework_version 0.18
</span>     set iio_framework_top ${frameworks_dir}/iio.framework
     set iio_framework ${iio_framework_top}/Versions/${iio_framework_version}/iio
     set iio_dr_framework_top ${destroot}${iio_framework_top}
</pre><pre style='margin:0'>

</pre>