Ticket #17734: Portfile.diff

File Portfile.diff, 959 bytes (added by llattanzi+McF@…, 15 years ago)

Portfile.patch

  • Portfile

     
    22
    33PortSystem 1.0
    44name            glark
    5 version         1.6.5
     5version         1.8.0
    66revision        1
    77platforms       darwin
    88categories      textproc
     
    1313                        complex expressions (``and'' and ``or''), and automatic exclusion \
    1414                        of non-text files.
    1515homepage        http://glark.sourceforge.net
    16 master_sites    sourceforge
    17 checksums       md5 5c1fb2980bfe8f1f24f3ae76fe2fcb00
     16master_sites    http://www.incava.org/pub/${name}/
     17checksums       sha1 e652a01872fa9d33b4d8b7d674a45a193f047bc1
    1818use_configure   no
    1919destroot {      system "cd ${worksrcpath} && \
    20                         install ${name} ${destroot}${prefix}/bin && \
     20                        install bin/${name} ${destroot}${prefix}/bin && \
    2121                        install ${name}.1 ${destroot}${prefix}/share/man/man1" }
     22
     23livecheck.check         regex
     24livecheck.url           http://www.incava.org/pub/${name}/
     25livecheck.regex         ${name}-(\\d+(?:\\.\\d+)*)