[131861] trunk/dports/science/gr-fcdproplus/Portfile

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


Revision: 131861
          https://trac.macports.org/changeset/131861
Author:   michaelld at macports.org
Date:     2015-01-19 18:19:18 -0800 (Mon, 19 Jan 2015)
Log Message:
-----------
gr-fcdproplus:
+ depend on swig-python, not swig;
+ fix typos in comments about which port this is.

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

Modified: trunk/dports/science/gr-fcdproplus/Portfile
===================================================================
--- trunk/dports/science/gr-fcdproplus/Portfile	2015-01-20 02:18:54 UTC (rev 131860)
+++ trunk/dports/science/gr-fcdproplus/Portfile	2015-01-20 02:19:18 UTC (rev 131861)
@@ -22,9 +22,9 @@
 depends_lib-append	port:boost \
                     port:doxygen \
                     port:libusb \
-                    port:swig
+                    port:swig-python
 
-# allow gr-osmosdr to work with both gnuradio and gnuradio-devel ...
+# allow gr-fcdproplus to work with both gnuradio and gnuradio-devel ...
 
 depends_lib-append  path:lib/libgnuradio-runtime.dylib:gnuradio
 
@@ -32,12 +32,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-fcdproplus 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-fcdproplus 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/b722e392/attachment.html>


More information about the macports-changes mailing list