[131865] trunk/dports/science/gr-dvbt/Portfile

michaelld at macports.org michaelld at macports.org
Mon Jan 19 18:39:35 PST 2015


Revision: 131865
          https://trac.macports.org/changeset/131865
Author:   michaelld at macports.org
Date:     2015-01-19 18:39:35 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
gr-dvbt: fix port name in comments.

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

Modified: trunk/dports/science/gr-dvbt/Portfile
===================================================================
--- trunk/dports/science/gr-dvbt/Portfile	2015-01-20 02:33:44 UTC (rev 131864)
+++ trunk/dports/science/gr-dvbt/Portfile	2015-01-20 02:39:35 UTC (rev 131865)
@@ -23,7 +23,7 @@
                     port:doxygen \
                     port:swig-python
 
-# allow gr-osmosdr to work with both gnuradio and gnuradio-devel ...
+# allow gr-dvbt to work with both gnuradio and gnuradio-devel ...
 
 depends_lib-append  path:lib/libgnuradio-runtime.dylib:gnuradio
 
@@ -31,12 +31,12 @@
 
 pre-fetch {
     if {![catch {set installed [lindex [registry_active gnuradio-legacy] 0]}]} {
-        # gnuradio-legacy is installed; this version of gr-osmosdr does not work with gnuradio-legacy
+        # gnuradio-legacy is installed; this version of gr-dvbt does not work with gnuradio-legacy
         ui_msg "\nError: ${name} requires the gnuradio or gnuradio-devel port, and will not work with the gnuradio-legacy port.  deactivate gnuradio-legacy, and then install or activate gnuradio or gnuradio-devel.\n"
         return -code error "Invalid port dependency: gnuradio-legacy"
     }
     if {![catch {set installed [lindex [registry_active gnuradio-next] 0]}]} {
-        # gnuradio-next is installed; this version of gr-osmosdr does not work with gnuradio-next
+        # gnuradio-next is installed; this version of gr-dvbt does not work with gnuradio-next
         ui_msg "\nError: ${name} requires the gnuradio or gnuradio-devel port, and will not work with the gnuradio-next port.  deactivate gnuradio-next, and then install or activate gnuradio or gnuradio-devel.\n"
         return -code error "Invalid port dependency: gnuradio-next"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150119/f68c6efc/attachment.html>


More information about the macports-changes mailing list