[143586] trunk/dports/science/gqrx

michaelld at macports.org michaelld at macports.org
Tue Dec 15 04:50:14 PST 2015


Revision: 143586
          https://trac.macports.org/changeset/143586
Author:   michaelld at macports.org
Date:     2015-12-15 04:50:14 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
gqrx: update to 9e4716b9 (20151212).

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	2015-12-15 12:49:29 UTC (rev 143585)
+++ trunk/dports/science/gqrx/Portfile	2015-12-15 12:50:14 UTC (rev 143586)
@@ -20,10 +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 9a4e45f69ec1994416393a43d5e1f76531bf8383
-    version             20151209
-    checksums           rmd160 2e1e7e6a7b0d3e1ef4b2d555822bd1c5dad7924b \
-                        sha256 51bfe287a60384df827b8f03841513d95632e938b4eb583c4f816d59b28829c3
+    github.setup        csete gqrx 9e4716b9952a415cf19488811640fc582bcfaf22
+    version             20151212
+    checksums           rmd160 1ede04f493dba719c4f144dcf6470083d0287c11 \
+                        sha256 809dd4623d2e3e0d46f90611d78d82839f15ef2af602d3f4f0bf0f7b3565faf1
 
     conflicts           gqrx-legacy
 

Modified: trunk/dports/science/gqrx/files/patch-gqrx.pro.diff
===================================================================
--- trunk/dports/science/gqrx/files/patch-gqrx.pro.diff	2015-12-15 12:49:29 UTC (rev 143585)
+++ trunk/dports/science/gqrx/files/patch-gqrx.pro.diff	2015-12-15 12:50:14 UTC (rev 143586)
@@ -1,6 +1,6 @@
 --- gqrx.pro.orig
 +++ gqrx.pro
-@@ -48,24 +48,20 @@
+@@ -48,10 +48,12 @@
      PREFIX=/usr/local
  }
  
@@ -15,17 +15,19 @@
  
  # disable debug messages in release
  CONFIG(debug, debug|release) {
-     # Use for valgrind
-     #QMAKE_CFLAGS_DEBUG += '-g -O0'
--
--    # Define version string (see below for releases)
--    VER = $$system(git describe --abbrev=8)
--
+@@ -60,13 +62,13 @@
+ 
+     # Define version string (see below for releases)
+     ## VER = $$system(git describe --abbrev=8)
+-    VER = 2.4
++    # VER = 2.4
+ 
  } else {
      DEFINES += QT_NO_DEBUG
      DEFINES += QT_NO_DEBUG_OUTPUT
--    VER = $$system(git describe --abbrev=1)
--    ## VER = v2.3.1-37-g78ea9469
+     ## VER = $$system(git describe --abbrev=1)
+-    VER = 2.4
++    # VER = 2.4
  
      # Release binaries with gr bundled
      # QMAKE_RPATH & co won't work with origin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151215/22dbd63e/attachment.html>


More information about the macports-changes mailing list