[131906] trunk/dports/science/gr-dvbs2/Portfile
michaelld at macports.org
michaelld at macports.org
Tue Jan 20 10:17:59 PST 2015
Revision: 131906
https://trac.macports.org/changeset/131906
Author: michaelld at macports.org
Date: 2015-01-20 10:17:58 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
gr-dvbs2: fix port name in comments.
Modified Paths:
--------------
trunk/dports/science/gr-dvbs2/Portfile
Modified: trunk/dports/science/gr-dvbs2/Portfile
===================================================================
--- trunk/dports/science/gr-dvbs2/Portfile 2015-01-20 18:17:00 UTC (rev 131905)
+++ trunk/dports/science/gr-dvbs2/Portfile 2015-01-20 18:17:58 UTC (rev 131906)
@@ -23,7 +23,7 @@
port:doxygen \
port:swig-python
-# allow gr-dvbs to work with both gnuradio and gnuradio-devel ...
+# allow gr-dvbs2 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-dvbs does not work with gnuradio-legacy
+ # gnuradio-legacy is installed; this version of gr-dvbs2 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-dvbs does not work with gnuradio-next
+ # gnuradio-next is installed; this version of gr-dvbs2 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/20150120/917fd9ac/attachment.html>
More information about the macports-changes
mailing list