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

michaelld at macports.org michaelld at macports.org
Wed Apr 29 06:48:34 PDT 2015


Revision: 135670
          https://trac.macports.org/changeset/135670
Author:   michaelld at macports.org
Date:     2015-04-29 06:48:34 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gr-osmosdr: fix livecheck for new tarball method.

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:47:04 UTC (rev 135669)
+++ trunk/dports/science/gr-osmosdr/Portfile	2015-04-29 13:48:34 UTC (rev 135670)
@@ -52,7 +52,7 @@
     }
 
     livecheck.url       http://cgit.osmocom.org/gr-osmosdr/log/?h=master
-    livecheck.version   ${git.branch}
+    livecheck.version   ${commit}
     livecheck.regex     id=(\[a-f0-9\]+).*>HEAD<
 
 }
@@ -78,7 +78,7 @@
     depends_lib-append  port:gnuradio-legacy
 
     livecheck.url       http://cgit.osmocom.org/gr-osmosdr/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/6dd0c6cc/attachment.html>


More information about the macports-changes mailing list