[135669] trunk/dports/science/gr-osmosdr/Portfile

michaelld at macports.org michaelld at macports.org
Wed Apr 29 06:47:04 PDT 2015


Revision: 135669
          https://trac.macports.org/changeset/135669
Author:   michaelld at macports.org
Date:     2015-04-29 06:47:04 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gr-osmosdr:
+ new interface for obtaining tarballs;
+ update to be9af0fe (20150423).

Modified Paths:
--------------
    trunk/dports/science/gr-osmosdr/Portfile

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2015-04-29 13:41:29 UTC (rev 135668)
+++ trunk/dports/science/gr-osmosdr/Portfile	2015-04-29 13:47:04 UTC (rev 135669)
@@ -22,12 +22,14 @@
     long_description    ${description}.  \
         This port is kept up with the gr-osmosdr GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
 
-    fetch.type          git
-    git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          48045b597d3a605d2cb1cd2df62d07317009b9ea
-    version             20150110
-    revision            3
+    set commit          be9af0fe6f81bce327f9b1a2cd23a09533725d9b
+    version             20150423
+    checksums           rmd160 ae381f2c9cdbb9e19f0830bed50b114a32678838 \
+                        sha256 1c5b666a9b2c5338f4aae93e9308098cd0d394690fd539e0a51e40bf0453e214
 
+    distname            ${name}-${commit}
+    master_sites        http://cgit.osmocom.org/gr-osmosdr/snapshot/
+
     conflicts           gr-osmosdr-legacy
 
     # allow gr-osmosdr to work with both gnuradio and gnuradio-devel ...
@@ -60,12 +62,14 @@
     long_description    ${description}.  \
         This port is for the gr-osmosdr gr3.6 branch, providing compatibility with GNU Radio release 3.6 API: the gnuradio-legacy port.  ${description_common}
 
+    set commit          c7cb045fcb091243aee3e47dd6fdfd0faba89f69
     version             20140503
     revision            8
+    checksums           rmd160 e01366b76fbe3cdf9d7634c32b276ab73cce115e \
+                        sha256 4d5587c677bd1e2395fec19f67a3a1a5366fe2196ceda1e1954503fb89b94d91
 
-    fetch.type          git
-    git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          c7cb045fcb091243aee3e47dd6fdfd0faba89f69
+    distname            ${name}-${commit}
+    master_sites        http://cgit.osmocom.org/gr-osmosdr/snapshot/
 
     conflicts           gr-osmosdr
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/8675e745/attachment.html>


More information about the macports-changes mailing list