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

michaelld at macports.org michaelld at macports.org
Wed Jun 12 05:37:26 PDT 2013


Revision: 106944
          https://trac.macports.org/changeset/106944
Author:   michaelld at macports.org
Date:     2013-06-12 05:37:26 -0700 (Wed, 12 Jun 2013)
Log Message:
-----------
gr-osmosdr:
* update both to latest;
* add and fix livecheck;
* use new gr3.6 branch for that API version.

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

Modified: trunk/dports/science/gr-osmosdr/Portfile
===================================================================
--- trunk/dports/science/gr-osmosdr/Portfile	2013-06-12 12:13:52 UTC (rev 106943)
+++ trunk/dports/science/gr-osmosdr/Portfile	2013-06-12 12:37:26 UTC (rev 106944)
@@ -20,13 +20,13 @@
 if {${subport} == ${name}} {
 
     long_description    ${description}: \
-        This port is for the gr-osmosdr '0.0.1' tag, providing compatibility with GNU Radio release 3.6 API, the gnuradio and gnuradio-devel ports.  ${description_common}
+        This port is for the gr-osmosdr gr3.6 branch, providing compatibility with GNU Radio release 3.6 API, the gnuradio and gnuradio-devel ports.  ${description_common}
 
-    version             20130526
+    version             20130610
 
     fetch.type          git
     git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          a19c9f84ff302258f33d2371d8b395d7ae43acd9
+    git.branch          e42752826ccd142b25ef8f9f5d33a70bc0506bb9
 
     conflicts           gr-osmosdr-next
 
@@ -43,6 +43,11 @@
             return -code error "Invalid port dependency"
         }
     }
+
+    livecheck.url       http://cgit.osmocom.org/gr-osmosdr/log/?h=gr3.6
+    livecheck.version   ${git.branch}
+    livecheck.regex     id=(\[a-f0-9\]+).*>gr3.6<
+
 }
 
 subport gr-osmosdr-next {
@@ -50,11 +55,11 @@
     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-next port.  ${description_common}
 
-    version             20130609
+    version             20130610
 
     fetch.type          git
     git.url             git://git.osmocom.org/gr-osmosdr
-    git.branch          d23039463d16443007c80a00a4f7aa7181cc46d3
+    git.branch          6b0f84f4ed63d7524e02b66684a63cd251a1885a
 
     conflicts           gr-osmosdr
 
@@ -62,9 +67,9 @@
 
     depends_lib-append	port:gnuradio-next
 
-    livecheck.url       http://cgit.osmocom.org/cgit/gr-osmosdr/
+    livecheck.url       http://cgit.osmocom.org/gr-osmosdr/log/?h=master
     livecheck.version   ${git.branch}
-    livecheck.regex     id=(\[a-f0-9\]+).>HEAD<
+    livecheck.regex     id=(\[a-f0-9\]+).*>HEAD<
 
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130612/ca79cfe2/attachment.html>


More information about the macports-changes mailing list