<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/f80f1f9dd517ee68961968cb6beb03da111437b4">https://github.com/macports/macports-ports/commit/f80f1f9dd517ee68961968cb6beb03da111437b4</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 f80f1f9 gr-iqbalance: move to Github PG and rev-bump for updated GNU Radio API / ABI.
</span>f80f1f9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f80f1f9dd517ee68961968cb6beb03da111437b4
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Apr 2 16:34:55 2018 -0400
<span style='display:block; white-space:pre;color:#404040;'> gr-iqbalance: move to Github PG and rev-bump for updated GNU Radio API / ABI.
</span>---
science/gr-iqbalance/Portfile | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gr-iqbalance/Portfile b/science/gr-iqbalance/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2704024..77e83fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gr-iqbalance/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gr-iqbalance/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,21 @@
</span> PortSystem 1.0
PortGroup cmake 1.0
PortGroup active_variants 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup github 1.0
</span>
name gr-iqbalance
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers {michaelld @michaelld} openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup osmocom gr-iqbal dcd73fd54992430938ced73872b983bffd770b11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 20151025
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 ab33ce518a37570a758a434c28e20f525fd41fdb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 ee8d69aadfbe56ff460bc0a6b48230504d49cb14ca22c6603d56b33c65949f5c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 106203
</span>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# stealth update equivalent when moving to GitHub
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# remove on next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir ${name}/${version}_1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers {michaelld @michaelld} openmaintainer
</span> description gr-iqbalance provides I/Q balancing blocks for GNU Radio
categories science comms
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,15 +28,6 @@ platforms darwin macosx
</span> long_description ${description}. \
This port is kept up with the gr-iqbal GIT 'master' branch, which is typically updated monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set commit dcd73fd54992430938ced73872b983bffd770b11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-version 20151025
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 ab33ce518a37570a758a434c28e20f525fd41fdb \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 ee8d69aadfbe56ff460bc0a6b48230504d49cb14ca22c6603d56b33c65949f5c
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname gr-iqbal-${commit}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites http://cgit.osmocom.org/gr-iqbal/snapshot/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # allow gr-iqbalance to work with both gnuradio and gnuradio-devel ...
depends_lib-append path:lib/libgnuradio-runtime.dylib:gnuradio
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,10 +42,6 @@ pre-fetch {
</span> }
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url http://cgit.osmocom.org/gr-iqbal/log/?h=master
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.version ${commit}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex id=(\[a-f0-9\]+).*>HEAD<
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> depends_build-append port:pkgconfig
depends_lib-append port:boost \
</pre><pre style='margin:0'>
</pre>