[135673] trunk/dports/science/libosmo-dsp/Portfile

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


Revision: 135673
          https://trac.macports.org/changeset/135673
Author:   michaelld at macports.org
Date:     2015-04-29 06:57:29 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
libosmo-dsp:
+ new interface for obtaining tarballs;
+ add livecheck.

Modified Paths:
--------------
    trunk/dports/science/libosmo-dsp/Portfile

Modified: trunk/dports/science/libosmo-dsp/Portfile
===================================================================
--- trunk/dports/science/libosmo-dsp/Portfile	2015-04-29 13:53:14 UTC (rev 135672)
+++ trunk/dports/science/libosmo-dsp/Portfile	2015-04-29 13:57:29 UTC (rev 135673)
@@ -14,11 +14,13 @@
 license             GPL-2+
 platforms           darwin macosx
 
+set commit          f68f75e8b75ded7401821d7fa6c1fbb55e10a19c
 version             20141006
+checksums           rmd160 29271b343779d348c28873e701a04dffe8ba37c9 \
+                    sha256 976cb411c3a4b59de8e412f526af3192b6e733cd466437e0ceb73b63a5c3b25a
 
-fetch.type          git
-git.url             git://git.osmocom.org/libosmo-dsp
-git.branch          f68f75e8b75ded7401821d7fa6c1fbb55e10a19c
+distname            ${name}-${commit}
+master_sites        http://cgit.osmocom.org/libosmo-dsp/snapshot/
 
 depends_build-append port:pkgconfig
 depends_lib-append	port:fftw-3-single \
@@ -46,3 +48,7 @@
 # build verbosely
 
 build.post_args-append AM_DEFAULT_VERBOSITY=1
+
+livecheck.url       http://cgit.osmocom.org/cgit/libosmo-dsp/log/
+livecheck.version   ${commit}
+livecheck.regex     id=(\[a-f0-9\]+).>HEAD<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/6059bc22/attachment-0001.html>


More information about the macports-changes mailing list