[111529] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Tue Sep 24 10:13:59 PDT 2013


Revision: 111529
          https://trac.macports.org/changeset/111529
Author:   michaelld at macports.org
Date:     2013-09-24 10:13:59 -0700 (Tue, 24 Sep 2013)
Log Message:
-----------
gnuradio:
* update devel 72e8181b and next to a2c3ee9f (both 20130923);
* compare strings correctly ("eq" and "ne" instead of "==" and "!=").

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-09-24 16:37:44 UTC (rev 111528)
+++ trunk/dports/science/gnuradio/Portfile	2013-09-24 17:13:59 UTC (rev 111529)
@@ -20,7 +20,7 @@
 
 dist_subdir         gnuradio
 
-if {${subport} == ${name}} {
+if {${subport} eq ${name}} {
 
     version         3.7.1
 
@@ -72,13 +72,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT 'master' branch, which is typically updated daily to weekly.  This version of GNU Radio generally contains fixes to, and its API is compatible with, the current GNU Radio release, and will be incorporated in an upcoming release.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
-    version             3.7.2_20130913
+    version             3.7.2_20130923
 
     conflicts           gnuradio-legacy gnuradio gnuradio-next
 
     fetch.type          git
     git.url             http://git.gnuradio.org/git/gnuradio.git
-    git.branch          7516b6dd96e6936ac275a94fa66ecb1307588098
+    git.branch          72e8181b60c3762c7edbeeb71dee062a77f90e59
 
     livecheck.url       http://gnuradio.org/cgit/gnuradio.git/log/?h=master
     livecheck.version   ${git.branch}
@@ -91,13 +91,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT 'next' branch, which is typically updated daily to weekly.  This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by either gnuradio or gnuradio-devel.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
-    version             3.8.0_20130913
+    version             3.8.0_20130923
 
     conflicts           gnuradio-legacy gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             http://git.gnuradio.org/git/gnuradio.git
-    git.branch          f143e4263dc151a646bd179744c3a0fc27062a03
+    git.branch          a2c3ee9f851bc218142bc79847aabff7d0508466
 
     livecheck.url       http://gnuradio.org/cgit/gnuradio.git/log/?h=next
     livecheck.version   ${git.branch}
@@ -105,7 +105,7 @@
 
 }
 
-if {${subport} != "gnuradio-legacy"} {
+if {${subport} ne "gnuradio-legacy"} {
 
     # GNU Radio 3.7 has requirements that 3.6 does not, and provides
     # features that 3.6 does not have.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130924/eb2c9ce9/attachment.html>


More information about the macports-changes mailing list