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

michaelld at macports.org michaelld at macports.org
Wed Feb 6 06:35:01 PST 2013


Revision: 102664
          https://trac.macports.org/changeset/102664
Author:   michaelld at macports.org
Date:     2013-02-06 06:35:01 -0800 (Wed, 06 Feb 2013)
Log Message:
-----------
gnuradio:

* update devel and next to latest; and

* add runtime dependency for QtGui variant on py*-pyqwt.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2013-02-06 13:07:29 UTC (rev 102663)
+++ trunk/dports/science/gnuradio/Portfile	2013-02-06 14:35:01 UTC (rev 102664)
@@ -3,6 +3,7 @@
 
 PortSystem          1.0
 PortGroup           cmake 1.0
+PortGroup           active-variants 1.1
 
 name                gnuradio
 maintainers		    michaelld openmaintainer
@@ -22,6 +23,7 @@
         This port is kept up with the GNU Radio release, which is typically updated every few months.
 
     version			3.6.3
+    revision        1
 
     conflicts       gnuradio-next gnuradio-devel
 
@@ -44,13 +46,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.4_20130120
+    version             3.6.4_20130205
 
     conflicts           gnuradio gnuradio-next
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          4435082f6167f0b5b519deaa1609572d596757dc
+    git.branch          3acdc997b2c03f6897f5c598842ba91d93586f3e
 
     livecheck.type      none
 
@@ -61,13 +63,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_20130123
+    version             3.7.0_20130205
 
     conflicts           gnuradio gnuradio-devel
 
     fetch.type          git
     git.url             git://gnuradio.org/gnuradio.git
-    git.branch          54c0f407b7045b821e03bbe95875590c3bea666b
+    git.branch          be45281798f35b7e2ec2380503b97590d6b754b4
 
     variant ctrlport description {Enable control port enhancements (EXPERIMENTAL)} {}
 
@@ -192,6 +194,8 @@
 
                 depends_lib-append \
                     port:py${s}-pyqt4
+                depends_run-append \
+                    port:py${s}-pyqwt
 
             }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130206/2a7c9e7c/attachment.html>


More information about the macports-changes mailing list