Revision: 67175 http://trac.macports.org/changeset/67175 Author: rmsfisher@macports.org Date: 2010-04-30 11:24:58 -0700 (Fri, 30 Apr 2010) Log Message: ----------- audio/lame fixed livecheck Modified Paths: -------------- trunk/dports/audio/lame/Portfile Modified: trunk/dports/audio/lame/Portfile =================================================================== --- trunk/dports/audio/lame/Portfile 2010-04-30 16:47:56 UTC (rev 67174) +++ trunk/dports/audio/lame/Portfile 2010-04-30 18:24:58 UTC (rev 67175) @@ -26,3 +26,7 @@ configure.args-append --mandir=${prefix}/share/man configure.cppflags-append -I${prefix}/include/ncurses + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "v(\\d+(?:\\.\\d+)*)"