[101353] trunk/dports/science/gnuradio

michaelld at macports.org michaelld at macports.org
Wed Jan 9 05:07:54 PST 2013


Revision: 101353
          https://trac.macports.org/changeset/101353
Author:   michaelld at macports.org
Date:     2013-01-09 05:07:54 -0800 (Wed, 09 Jan 2013)
Log Message:
-----------
gnuradio :
* update to 3.6.3, devel and next to latest;
* removes the need for patchfiles;
* add runtime dependency on py*-scipy.

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

Removed Paths:
-------------
    trunk/dports/science/gnuradio/files/

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-01-09 12:42:34 UTC (rev 101352)
+++ trunk/dports/science/gnuradio/Portfile	2013-01-09 13:07:54 UTC (rev 101353)
@@ -21,8 +21,7 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio release, which is typically updated every few months.
 
-    version			3.6.2
-    revision        2
+    version			3.6.3
 
     conflicts       gnuradio-next gnuradio-devel
 
@@ -31,17 +30,9 @@
     master_sites	http://gnuradio.org/releases/gnuradio gnu
 
     checksums \
-        rmd160  111ecf4bcdeb0b48be01fd0c9312c60093cedc6d \
-        sha256  4ce84bf9c6591b5ddc2c384e03e40fc2f0cb8cd1add485ee2d6f26052cc6de35
+        rmd160  fb44b5c74cc399b7216c14c2bad4aa6100bcd124 \
+        sha256  bf4b2d7df2c078a6fccc0cf288d12bbb7617a9f86d453028db95f05e47745c9f
 
-    if {${configure.compiler} == "clang"} {
-        patchfiles-append patch-clang.diff
-    }
-
-    # allow us to set where the Python files end up
-
-    patchfiles-append patch-GrPython.diff
-
     livecheck.type  regex
     livecheck.url	http://gnuradio.org/releases/gnuradio/?C=M&O=D
     livecheck.regex gnuradio-(\[0-9\.\]+\[0-9\])\\.
@@ -53,13 +44,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT Master branch, which is typically updated every few days to week.  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.6.3_20130107
+    version             3.6.4_20130108
 
     conflicts           gnuradio gnuradio-next
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          77884c6bb837464b04031e94007c52e9323b005d
+    git.branch          3abf4a11534d0db96e32830f629c8e34a8098798
 
     livecheck.type      none
 
@@ -70,13 +61,13 @@
     long_description    ${description}: \
         This port is kept up with the GNU Radio GIT Next branch, which is typically updated every few days to week.  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.7.0_20130107
+    version             3.7.0_20130108
 
     conflicts           gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          a5dcd13eee561f74715ea537ec93dabfcc24039b
+    git.branch          bd8ba61bbb3df90260554dcf1c37564458d472eb
 
     variant ctrlport description {Enable control port enhancements (EXPERIMENTAL)} {}
 
@@ -166,6 +157,9 @@
                 port:py${s}-numpy \
                 port:py${s}-cheetah
 
+            depends_run-append \
+                port:py${s}-scipy
+
             # specify the Python version to use
 
             configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130109/69d94125/attachment-0001.html>


More information about the macports-changes mailing list