Revision: 71037 http://trac.macports.org/changeset/71037 Author: jmr@macports.org Date: 2010-08-30 03:52:26 -0700 (Mon, 30 Aug 2010) Log Message: ----------- update regex for googlecode livecheck Modified Paths: -------------- trunk/dports/_resources/port1.0/livecheck/googlecode.tcl Modified: trunk/dports/_resources/port1.0/livecheck/googlecode.tcl =================================================================== --- trunk/dports/_resources/port1.0/livecheck/googlecode.tcl 2010-08-30 10:16:35 UTC (rev 71036) +++ trunk/dports/_resources/port1.0/livecheck/googlecode.tcl 2010-08-30 10:52:26 UTC (rev 71037) @@ -14,6 +14,6 @@ set livecheck.distname [regsub ***=[quotemeta ${livecheck.version}] [quotemeta [file tail [lindex ${distfiles} 0]]] (\[^'\]+)] } if {${livecheck.regex} eq ""} { - set livecheck.regex [list "location\.href='http://[quotemeta ${livecheck.name}].googlecode.com/files/${livecheck.distname}'"] + set livecheck.regex [list "href=\"http://[quotemeta ${livecheck.name}].googlecode.com/files/${livecheck.distname}\""] } set livecheck.type "regex"