[135675] trunk/dports/science/gr-iqbalance/Portfile

michaelld at macports.org michaelld at macports.org
Wed Apr 29 07:10:58 PDT 2015


Revision: 135675
          https://trac.macports.org/changeset/135675
Author:   michaelld at macports.org
Date:     2015-04-29 07:10:58 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gr-iqbalance*: new interface for obtaining tarballs.

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

Modified: trunk/dports/science/gr-iqbalance/Portfile
===================================================================
--- trunk/dports/science/gr-iqbalance/Portfile	2015-04-29 14:01:34 UTC (rev 135674)
+++ trunk/dports/science/gr-iqbalance/Portfile	2015-04-29 14:10:58 UTC (rev 135675)
@@ -20,12 +20,15 @@
     long_description    ${description}.  \
         This port is kept up with the gr-iqbal GIT 'master' branch, which is typically updated monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
 
-    fetch.type          git
-    git.url             git://git.osmocom.org/gr-iqbal
-    git.branch          44ab02f671dbc8765391a83d8186779fbb38baea
+    set commit          44ab02f671dbc8765391a83d8186779fbb38baea
     version             20140825
     revision            3
+    checksums           rmd160 8ec7b22e2ac37c972c4f7df187f66830ab38cb1e \
+                        sha256 e2c8f0ecc97eaebdf0178a5375181c957484c02985c8e3d018dac1cc14567232
 
+    distname            gr-iqbal-${commit}
+    master_sites        http://cgit.osmocom.org/gr-iqbal/snapshot/
+
     conflicts           gr-iqbalance-legacy
 
     # allow gr-osmosdr to work with both gnuradio and gnuradio-devel ...
@@ -48,7 +51,7 @@
     }
 
     livecheck.url       http://cgit.osmocom.org/gr-iqbal/log/?h=master
-    livecheck.version   ${git.branch}
+    livecheck.version   ${commit}
     livecheck.regex     id=(\[a-f0-9\]+).*>HEAD<
 
 }
@@ -58,12 +61,14 @@
     long_description    ${description}.  \
         This port is for the gr-iqbal gr3.6 branch, providing compatibility with GNU Radio release 3.6 API: the gnuradio-legacy port.
 
+    set commit          bd3abaa3b55d4918acd054ea1f119c73cee625df
     version             20130919
     revision            3
+    checksums           rmd160 f46f06b442b458d464302088498cf8100d31d287 \
+                        sha256 ae2f8f31eb68c3864bb148b5099837bc6808388f018864d871e1bbfc0a65ed28
 
-    fetch.type          git
-    git.url             git://git.osmocom.org/gr-iqbal
-    git.branch          bd3abaa3b55d4918acd054ea1f119c73cee625df
+    distname            gr-iqbal-${commit}
+    master_sites        http://cgit.osmocom.org/gr-iqbal/snapshot/
 
     conflicts           gr-iqbalance
 
@@ -76,7 +81,7 @@
     patchfiles-append   patch-CMakeLists.txt_legacy.diff
 
     livecheck.url       http://cgit.osmocom.org/gr-iqbal/log/?h=gr3.6
-    livecheck.version   ${git.branch}
+    livecheck.version   ${commit}
     livecheck.regex     id=(\[a-f0-9\]+).*>gr3.6<
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/592bf032/attachment.html>


More information about the macports-changes mailing list