Ticket #38638: mosh-1.2.4.2.diff

File mosh-1.2.4.2.diff, 1.5 KB (added by neverpanic (Clemens Lang), 11 years ago)
  • Portfile

     
    44PortSystem              1.0
    55
    66name                    mosh
    7 version                 1.2.3
     7version                 1.2.4
    88categories              net
    99license                 GPL-3+
    1010platforms               darwin
     
    1414                        high-latency, high-packet-loss, dynamically-addressed \
    1515                        network links
    1616homepage                http://mosh.mit.edu/
    17 master_sites            https://github.com/downloads/keithw/mosh/
     17master_sites            ${homepage}
    1818
    19 checksums               rmd160  55b6232bd7567582306647b700983e5bb20b5bd6 \
    20                         sha256  93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
     19checksums               rmd160  9569a4356efc8afc851ab64914d30e949a899533 \
     20                        sha256  e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
    2121
    2222depends_build           port:pkgconfig
    2323
    2424depends_lib             port:ncurses \
    25                         port:p5.12-io-tty \
    2625                        port:protobuf-cpp \
    2726                        port:zlib \
    2827                        port:openssl
     
    3231}
    3332
    3433livecheck.type          regex
    35 livecheck.url           https://github.com/keithw/mosh/downloads
    36 livecheck.regex         "${name}-(\[0-9a-z.\]*)${extract.suffix}"
     34livecheck.url           ${homepage}
     35livecheck.regex         "[quotemeta ${name}]-(\[0-9a-z.\]+)[quotemeta ${extract.suffix}]"