[149105] trunk/dports/science

michaelld at macports.org michaelld at macports.org
Mon May 30 10:03:59 PDT 2016


Revision: 149105
          https://trac.macports.org/changeset/149105
Author:   michaelld at macports.org
Date:     2016-05-30 10:03:58 -0700 (Mon, 30 May 2016)
Log Message:
-----------
volk-gnss-sdr* and gnss-sdr*: update devel and next to 0aa980a9 (20160529), removing integrated patch.

Modified Paths:
--------------
    trunk/dports/science/gnss-sdr/Portfile
    trunk/dports/science/volk-gnss-sdr/Portfile

Removed Paths:
-------------
    trunk/dports/science/gnss-sdr/files/

Modified: trunk/dports/science/gnss-sdr/Portfile
===================================================================
--- trunk/dports/science/gnss-sdr/Portfile	2016-05-30 14:28:38 UTC (rev 149104)
+++ trunk/dports/science/gnss-sdr/Portfile	2016-05-30 17:03:58 UTC (rev 149105)
@@ -41,11 +41,10 @@
         This port is kept up with the GNSS-SDR GIT master branch, which is typically updated daily to weekly.  This version of GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-devel port, which represents GNU Radio GIT master branch.  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 gnss-sdr and gnuradio ports, cleaning any current builds, and trying again.
 
     name                gnss-sdr-devel
-    github.setup        gnss-sdr gnss-sdr a6df9f8c6f4c5665976cfa70e844ce1b56ac7323
-    version             20160515
-    revision            1
-    checksums           rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \
-                        sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae
+    github.setup        gnss-sdr gnss-sdr 0aa980a9a10a6d7bdb01c8cdac7a4cf2b4e9a028
+    version             20160529
+    checksums           rmd160 112ab3d0227d4f519a315c0bab5a7cbf008dbfaf \
+                        sha256 d055acaf2bffcefdfded8d14f5c0e234853c611b21669d61b8c4551e86b2ea07
 
     conflicts           gnss-sdr gnss-sdr-next
 
@@ -53,10 +52,6 @@
 
     require_active_variants port:gnuradio-devel uhd
 
-    # temporary patch to fix API usage of volk max to be uint16_t
-
-    patchfiles-append   patch-volk_max_uint16_t.diff
-
 }
 
 subport gnss-sdr-next {
@@ -64,11 +59,10 @@
         This port is kept up with the GNSS-SDR GIT next branch, which is typically updated daily to weekly.  This version of GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-next port, which represents GNU Radio GIT next branch.  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 gnss-sdr and gnuradio ports, cleaning any current builds, and trying again.
 
     name                gnss-sdr-next
-    github.setup        gnss-sdr gnss-sdr 7bbffc3b4f54649534a75858eb692adb50f00edc
-    version             20160522
-    revision            1
-    checksums           rmd160 98863cf3052cd71ecae78ca051009c479f0bcd82 \
-                        sha256 10cde19f21227bd9c35525a060458f4963ca65a7b0346607df4031ac3a76459b
+    github.setup        gnss-sdr gnss-sdr 0aa980a9a10a6d7bdb01c8cdac7a4cf2b4e9a028
+    version             20160529
+    checksums           rmd160 112ab3d0227d4f519a315c0bab5a7cbf008dbfaf \
+                        sha256 d055acaf2bffcefdfded8d14f5c0e234853c611b21669d61b8c4551e86b2ea07
 
     conflicts           gnss-sdr gnss-sdr-devel
 
@@ -76,10 +70,6 @@
 
     require_active_variants port:gnuradio-next uhd
 
-    # temporary patch to fix API usage of volk max to be uint16_t
-
-    patchfiles-append   patch-volk_max_uint16_t.diff
-
 }
 
 # override github PortGroup homepage setting

Modified: trunk/dports/science/volk-gnss-sdr/Portfile
===================================================================
--- trunk/dports/science/volk-gnss-sdr/Portfile	2016-05-30 14:28:38 UTC (rev 149104)
+++ trunk/dports/science/volk-gnss-sdr/Portfile	2016-05-30 17:03:58 UTC (rev 149105)
@@ -36,10 +36,10 @@
         This port is kept up with the VOLK-GNSS-SDR GIT master branch, which is typically updated daily to weekly.  This version of VOLK-GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnss-sdr-devel and gnuradio-devel ports.  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 gnss-sdr and gnuradio ports, cleaning any current builds, and trying again.
 
     name                volk-gnss-sdr-devel
-    github.setup        gnss-sdr gnss-sdr a6df9f8c6f4c5665976cfa70e844ce1b56ac7323
-    version             20160515
-    checksums           rmd160 c9bee1c541979d2ae573ae63848051354ef3f68f \
-                        sha256 3b25a45c6faa48017176858c2673a1301ead3b4cf7cdc52bdfad3e05669e90ae
+    github.setup        gnss-sdr gnss-sdr 0aa980a9a10a6d7bdb01c8cdac7a4cf2b4e9a028
+    version             20160529
+    checksums           rmd160 112ab3d0227d4f519a315c0bab5a7cbf008dbfaf \
+                        sha256 d055acaf2bffcefdfded8d14f5c0e234853c611b21669d61b8c4551e86b2ea07
 
     conflicts           volk-gnss-sdr volk-gnss-sdr-next
 
@@ -50,10 +50,10 @@
         This port is kept up with the VOLK-GNSS-SDR GIT next branch, which is typically updated daily to weekly.  This version of VOLK-GNSS-SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnss-sdr-next and gnuradio-next ports.  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 gnss-sdr and gnuradio ports, cleaning any current builds, and trying again.
 
     name                volk-gnss-sdr-next
-    github.setup        gnss-sdr gnss-sdr 7bbffc3b4f54649534a75858eb692adb50f00edc
-    version             20160522
-    checksums           rmd160 98863cf3052cd71ecae78ca051009c479f0bcd82 \
-                        sha256 10cde19f21227bd9c35525a060458f4963ca65a7b0346607df4031ac3a76459b
+    github.setup        gnss-sdr gnss-sdr 0aa980a9a10a6d7bdb01c8cdac7a4cf2b4e9a028
+    version             20160529
+    checksums           rmd160 112ab3d0227d4f519a315c0bab5a7cbf008dbfaf \
+                        sha256 d055acaf2bffcefdfded8d14f5c0e234853c611b21669d61b8c4551e86b2ea07
 
     conflicts           volk-gnss-sdr volk-gnss-sdr-devel
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160530/96bec667/attachment.html>


More information about the macports-changes mailing list