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

michaelld at macports.org michaelld at macports.org
Mon Aug 22 06:08:25 PDT 2016


Revision: 151805
          https://trac.macports.org/changeset/151805
Author:   michaelld at macports.org
Date:     2016-08-22 06:08:24 -0700 (Mon, 22 Aug 2016)
Log Message:
-----------
gqrx-devel: update to d2bcf19d (20160820), fixing qInfo -> qDebug from commit 670ec76e (qInfo does not seem to exist in qt4-mac).

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

Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile	2016-08-22 13:03:05 UTC (rev 151804)
+++ trunk/dports/science/gqrx/Portfile	2016-08-22 13:08:24 UTC (rev 151805)
@@ -38,13 +38,18 @@
 
 subport gqrx-devel {
 
-    github.setup        csete gqrx e55b056900ac999264c791922adebfd7dcc711ad
-    version             20160812
-    checksums           rmd160 2ef6d0e87d31200451ee71cc3b95583a28289fc9 \
-                        sha256 8ca496a2fa6bf52b44dfe6b8c87b12ebe5e1891628421e39f62e487014f05dbf
+    github.setup        csete gqrx d2bcf19d05aec4e3c6993a59a7cf62dc8eec87a4
+    version             20160820
+    checksums           rmd160 f428e0e5dcffa3bc00d8f837248ef33aa4cb2f1e \
+                        sha256 9d9b87489e110aab1bd63363aa97757ed80ecc2ad8d7bf59057a74ba4a746e62
 
     patchfiles-append   patch-gqrx.pro.devel.diff
 
+    post-patch {
+        # temporary patch to fix qInfo -> qDebug in src/qtgui/dockrxopt.cpp
+        reinplace "s at qInfo@qDebug at g" ${worksrcpath}/src/qtgui/dockrxopt.cpp
+    }
+
     long_description    ${long_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.
     conflicts           gqrx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160822/bb2a86a5/attachment.html>


More information about the macports-changes mailing list