Changeset 97765


Ignore:
Timestamp:
Sep 14, 2012, 7:44:43 PM (12 years ago)
Author:
and.damore@…
Message:

resources: stricter livecheck matching for googlecode, previously it was matching a trailing '" onclick='

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/livecheck/googlecode.tcl

    r79958 r97765  
    1818}
    1919if {${livecheck.distname} eq "default"} {
    20     set livecheck.distname [regsub ***=[quotemeta ${livecheck.version}] [quotemeta [file tail [lindex ${distfiles} 0]]] (\[^'\]+)]
     20    set livecheck.distname [regsub ***=[quotemeta ${livecheck.version}] [quotemeta [file tail [lindex ${distfiles} 0]]] (\[^\"'\]+)]
    2121}
    2222if {${livecheck.regex} eq ""} {
Note: See TracChangeset for help on using the changeset viewer.