Ticket #22647: Portfile-unison.2.diff

File Portfile-unison.2.diff, 1.1 KB (added by someuser12, 14 years ago)

Portfile update with a livecheck feature

  • Portfile

    old new  
    22
    33PortSystem        1.0
    44name              unison
    5 version           2.27.57
     5version           2.32.52
    66categories        net
    77maintainers       eridius
    88description       Unison File Synchronizer
     
    1515homepage          http://www.cis.upenn.edu/~bcpierce/unison/
    1616master_sites      ${homepage}/download/releases/stable/
    1717platforms         darwin openbsd
    18 checksums         md5 4ba0a3e4bf4b4ad0c063f86391371f78 \
    19                   sha1 9892680d8bd3e3c50031451cc6e77eb5431768ea
     18checksums         md5     0701f095c1721776a0454b94607eda48 \
     19                  sha1    68ea5709de4fcc2f9aef7b01b24637503b61b5ac \
     20                  rmd160  8216a2e482d5a445dd7acdb62e1bb6377e90d1a1
    2021patchfiles        patch-Makefile
    2122
    2223use_configure   no
     
    4647                        ${destroot}/Applications/MacPorts/
    4748        }
    4849}
     50
     51livecheck.type      regex
     52livecheck.url       ${master_sites}
     53livecheck.regex     {unison-(\d+(?:\.\d+)*).tar.gz}