New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80849


Ignore:
Timestamp:
07/18/11 19:25:43 (4 years ago)
Author:
blair@…
Message:

serf0: correct livecheck to use "serf" instead of "serf0" and to only
look for older 0.7.x releases on the download page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/serf0/Portfile

    r80770 r80849  
    4949} 
    5050 
     51livecheck.url   http://code.google.com/p/serf/downloads/list 
    5152livecheck.type  regex 
    52 livecheck.regex $name-(\\d+(?:\\.\\d+)*) 
     53livecheck.regex serf-(0\\.7\\.\\d+) 
Note: See TracChangeset for help on using the changeset viewer.