New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17093: Portfile.diff

File Portfile.diff, 1.4 KB (added by mcalhoun@…, 4 years ago)
  • Portfile

    old new  
    55name            tcsh 
    66version         6.15.00 
    77categories      shells 
    8 maintainers     waqar@macports.org 
     8maintainers     waqar 
    99description     C shell with file name completion and command line editing  
    1010long_description \ 
    1111    Tcsh is a version of the Berkeley C-Shell, with the addition of: a  \ 
     
    1414 
    1515homepage        http://www.tcsh.org/Home 
    1616platforms       darwin 
    17 master_sites    ftp://ftp.funet.fi/pub/unix/shells/${name}/ \ 
    18                   ftp://ftp.astron.com/pub/${name}/ \ 
    19                   ftp://ftp.gw.com/pub/unix/${name}/  
     17master_sites    ftp://ftp.funet.fi/pub/unix/shells/${name}/old/ \ 
     18                  ftp://ftp.astron.com/pub/${name}/old/ \ 
     19                  ftp://ftp.gw.com/pub/unix/${name}/old  
    2020checksums       md5 67a0611620b080bd0eb032b1774382b6 \ 
    2121                sha1 d24f7bf27e80222a6293b6629c14db547f0b7387 \ 
    2222                rmd160 8065279e93bd3fddb2a95a3f74a680858d36508c 
     
    2626depends_lib     port:libiconv \ 
    2727                port:ncurses 
    2828 
    29 livecheck.check md5 
    30 livecheck.url   ftp://ftp.funet.fi/pub/unix/shells/${name}/ 
    31 livecheck.md5   6397135fdcd1cef68247e03f39dd0f29 
     29livecheck.check  regex 
     30livecheck.url    http://www.tcsh.org/MostRecentRelease 
     31livecheck.regex  "The most recent Tcsh release is \[^\\d\]*(\\d+(?:\\.\\d+)*)\[^\\d\]*"