[111369] trunk/dports/science/gqrx/Portfile

michaelld at macports.org michaelld at macports.org
Thu Sep 19 09:40:19 PDT 2013


Revision: 111369
          https://trac.macports.org/changeset/111369
Author:   michaelld at macports.org
Date:     2013-09-19 09:40:19 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
gqrx:
* update devel to 56d674c8 (20130917);
* compare strings properly ("eq" and "ne", not "==" and "!=").

Modified Paths:
--------------
    trunk/dports/science/gqrx/Portfile

Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile	2013-09-19 16:30:29 UTC (rev 111368)
+++ trunk/dports/science/gqrx/Portfile	2013-09-19 16:40:19 UTC (rev 111369)
@@ -45,7 +45,7 @@
 
 }
 
-if {${subport} == ${name}} {
+if {${subport} eq ${name}} {
 
     long_description    ${description}  \
         This port is kept up with the latest Gqrx tagged release, is typically updated every few months, and provides compatibility with the GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
@@ -69,17 +69,17 @@
     long_description    ${description}  \
         This port is kept up with the Gqrx GIT 'master' branch, is typically updated weekly to monthly, and provides compatibility with the GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
 
-    set full_commit     b516659602f541b26c9d1a6a840f442020a88b73
+    set full_commit     56d674c843ae1db0a8f0e9e642ffc423632f41fc
     github.setup        csete gqrx [string range ${full_commit} 0 7]
 
     # fix port name set by github PortGroup
 
     name                gqrx-devel
 
-    version             2.2.1_20130916
+    version             2.2.1_20130917
 
-    checksums           rmd160  5b629a9ac2fdf9abf9b88230f36c89036590165a \
-                        sha256  de7e28c6ead2982cef89938313af0a8d15d7ec648f1c0f2ae4fbf71724f115b3
+    checksums           rmd160  bfa4853c437dfa62a80b9e281d72555ecd7015ac \
+                        sha256  a88b96c90afcd443d1b051d68185bf99425a4e0a9a8e14978c385e0900094f08
 
     conflicts           gqrx-legacy gqrx
 
@@ -118,7 +118,7 @@
 
 }
 
-if {${subport} != "gqrx-legacy"} {
+if {${subport} ne "gqrx-legacy"} {
 
     # allow gqrx to work with both gnuradio and gnuradio-devel ...
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/7cd9554d/attachment.html>


More information about the macports-changes mailing list