Revision: 103349 https://trac.macports.org/changeset/103349 Author: michaelld@macports.org Date: 2013-02-22 07:10:23 -0800 (Fri, 22 Feb 2013) Log Message: ----------- gnuradio : fix and add livecheck Modified Paths: -------------- trunk/dports/science/gnuradio/Portfile Modified: trunk/dports/science/gnuradio/Portfile =================================================================== --- trunk/dports/science/gnuradio/Portfile 2013-02-22 14:53:26 UTC (rev 103348) +++ trunk/dports/science/gnuradio/Portfile 2013-02-22 15:10:23 UTC (rev 103349) @@ -35,9 +35,8 @@ rmd160 fb44b5c74cc399b7216c14c2bad4aa6100bcd124 \ sha256 bf4b2d7df2c078a6fccc0cf288d12bbb7617a9f86d453028db95f05e47745c9f - livecheck.type regex livecheck.url http://gnuradio.org/releases/gnuradio/?C=M&O=D - livecheck.regex gnuradio-(\[0-9\.\]+\[0-9\])\\. + livecheck.regex >LATEST-IS-(\[^<\]*)< } @@ -54,7 +53,9 @@ git.url git://gnuradio.org/gnuradio.git git.branch 96583a9009478242c51ecfd7bb4321ed3d90e3b8 - livecheck.type none + livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/ + livecheck.version ${git.branch} + livecheck.regex id=(\[a-f0-9\]+).>HEAD< } @@ -84,7 +85,9 @@ } - livecheck.type none + livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=next + livecheck.version ${git.branch} + livecheck.regex id=(\[a-f0-9\]+).*>next< }