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

ryandesign at macports.org ryandesign at macports.org
Sat Jul 17 15:30:05 PDT 2010


Revision: 69833
          http://trac.macports.org/changeset/69833
Author:   ryandesign at macports.org
Date:     2010-07-17 15:30:04 -0700 (Sat, 17 Jul 2010)
Log Message:
-----------
googlecode.tcl: fix livecheck following changes to googlecode's site

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-07-17 22:21:59 UTC (rev 69832)
+++ trunk/dports/_resources/port1.0/livecheck/googlecode.tcl	2010-07-17 22:30:04 UTC (rev 69833)
@@ -11,7 +11,7 @@
     set livecheck.url "http://code.google.com/p/${livecheck.name}/downloads/list"
 }
 if {${livecheck.distname} eq "default"} {
-    set livecheck.distname [regsub ***=[quotemeta ${livecheck.version}] [quotemeta [file tail [lindex ${distfiles} 0]]] (.*)]
+    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}'"]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100717/7853310f/attachment.html>


More information about the macports-changes mailing list