[111528] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Tue Sep 24 09:37:44 PDT 2013


Revision: 111528
          https://trac.macports.org/changeset/111528
Author:   michaelld at macports.org
Date:     2013-09-24 09:37:44 -0700 (Tue, 24 Sep 2013)
Log Message:
-----------
gr-osmosdr: compare strings correctly, using "eq" instead of "==".

Modified Paths:
--------------
    trunk/dports/science/gr-osmosdr/Portfile

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-09-24 16:35:55 UTC (rev 111527)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-09-24 16:37:44 UTC (rev 111528)
@@ -17,7 +17,7 @@
 
 set description_common {Includes OSMO SDR support GNU Radio source and sink blocks in C++, Python, and GNU Radio Companion (grc).  This port also offers a wrapper functionality for the FunCube Dongle, Ettus UHD, and rtl-sdr radios.  By using gr-osmosdr source you can take advantage of a common software API in your applications independent of the underlying radio hardware.}
 
-if {${subport} == ${name}} {
+if {${subport} eq ${name}} {
 
     long_description    ${description}.  \
         This port is kept up with the gr-osmosdr GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130924/aa94f8f7/attachment.html>


More information about the macports-changes mailing list