[144652] trunk/dports/science/gqrx

michaelld at macports.org michaelld at macports.org
Thu Jan 14 10:42:10 PST 2016


Revision: 144652
          https://trac.macports.org/changeset/144652
Author:   michaelld at macports.org
Date:     2016-01-14 10:42:10 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
gqrx: update to 7e4a45a7 (20160113).

Modified Paths:
--------------
    trunk/dports/science/gqrx/Portfile
    trunk/dports/science/gqrx/files/patch-gqrx.pro.diff

Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile	2016-01-14 18:38:50 UTC (rev 144651)
+++ trunk/dports/science/gqrx/Portfile	2016-01-14 18:42:10 UTC (rev 144652)
@@ -20,11 +20,10 @@
     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}
 
-    github.setup        csete gqrx 520bce2b1977b258e9dbd126a01bd1d27cf1e207
-    version             20160106
-    revision            1
-    checksums           rmd160 585bfea43be3a4fc98e0974611b26ce7c39193c2 \
-                        sha256 a06baaed427b31dfc45dd315ebf452a3c4d464ef373603ee1fcf5ba4d2bdcaaf
+    github.setup        csete gqrx 7e4a45a7e160b80b4dfefa2a705ebcdfd4fad295
+    version             20160113
+    checksums           rmd160 6d5673644b29c62d767c8cb51c1374b1498e18f9 \
+                        sha256 1125c339a264606953b33f5c8984f5ec44cf6f82ba7523952a8fc2ee06cea64f
 
     conflicts           gqrx-legacy
 

Modified: trunk/dports/science/gqrx/files/patch-gqrx.pro.diff
===================================================================
--- trunk/dports/science/gqrx/files/patch-gqrx.pro.diff	2016-01-14 18:38:50 UTC (rev 144651)
+++ trunk/dports/science/gqrx/files/patch-gqrx.pro.diff	2016-01-14 18:42:10 UTC (rev 144652)
@@ -1,6 +1,6 @@
---- gqrx.pro.orig	2015-12-28 11:30:47.000000000 -0500
-+++ gqrx.pro	2015-12-28 11:32:39.000000000 -0500
-@@ -48,24 +48,26 @@
+--- gqrx.pro.orig	2016-01-14 09:00:55.000000000 -0500
++++ gqrx.pro	2016-01-14 09:01:42.000000000 -0500
+@@ -48,10 +48,12 @@
      PREFIX=/usr/local
  }
  
@@ -9,26 +9,25 @@
  INSTALLS    += target 
  
 -#CONFIG += debug
--
 +CONFIG -= debug
 +VER = @VERSION@
 +CONFIG += @ARCHES@
-+ 
+ 
  # disable debug messages in release
  CONFIG(debug, debug|release) {
-     # Use for valgrind
+@@ -59,13 +61,13 @@
      #QMAKE_CFLAGS_DEBUG += '-g -O0'
  
      # Define version string (see below for releases)
 -    VER = $$system(git describe --abbrev=8)
 +    # VER = $$system(git describe --abbrev=8)
-     ##VER = 2.4
+     ##VER = 2.5
  
  } else {
      DEFINES += QT_NO_DEBUG
      DEFINES += QT_NO_DEBUG_OUTPUT
 -    VER = $$system(git describe --abbrev=1)
 +    # VER = $$system(git describe --abbrev=1)
-     ##VER = 2.4
+     ##VER = 2.5
  
      # Release binaries with gr bundled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/2ebad6d4/attachment.html>


More information about the macports-changes mailing list