[71037] trunk/dports/_resources/port1.0/livecheck/googlecode.tcl

jmr at macports.org jmr at macports.org
Mon Aug 30 03:52:29 PDT 2010


Revision: 71037
          http://trac.macports.org/changeset/71037
Author:   jmr at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100830/f24b4250/attachment-0001.html>


More information about the macports-changes mailing list