Ticket #22313: Portfile.patch

File Portfile.patch, 1.3 KB (added by jan+mp@…, 14 years ago)
  • Portfile

    old new  
    33PortSystem      1.0
    44
    55name            osh
    6 version         20090527
     6version         20091029
    77categories      shells
    88maintainers     v6shell.org:jan+mp
    99description     Ports of the Sixth Edition (V6) UNIX Thompson shell
     
    1717homepage        http://v6shell.org/
    1818master_sites    ${homepage}src/
    1919
    20 checksums       md5 179f79cfe6eb30036189e5ff111aa4ec \
    21                 sha1 e13dabfc254c0dd083a9a0674a11730d3afd8eff \
    22                 rmd160 24e83098888d8c4c512462abc84d0b2cf5264e5c
     20checksums       md5 d35f9082005ad4322985cc12c3dad2db \
     21                sha1 f5c745c57f7fc7a61666aae518f4ade7c4e67534 \
     22                rmd160 8074b99c8c618bc8de269cd0f8dcf3e15bc3e47c
    2323
    2424use_configure           no
    2525use_parallel_build      yes
    2626
    2727build.args      PREFIX=${prefix}
    2828
    29 destroot.args   PREFIX=${prefix} MANDIR=${prefix}/share/man/man1
    30 
    31 post-destroot {
    32         set     docdir  ${destroot}${prefix}/share/doc/${name}-${version}
    33         xinstall -m 0755 -d ${docdir}
    34         xinstall -m 0444 -W ${worksrcpath} \
    35                 AUTHORS CHANGES CHANGES-sh_to_sh6 INSTALL \
    36                 LICENSE NOTES README ${docdir}
    37 }
     29destroot.args   PREFIX=${prefix}
    3830
    3931variant universal {
    4032        build.args-append       CFLAGS="${configure.universal_cflags}" \
     
    4335
    4436livecheck.type  regex
    4537livecheck.url   ${master_sites}
    46 livecheck.regex ${name}-(\[0-9\]{8})${extract.suffix}
     38livecheck.regex ${name}-(\\d{8})${extract.suffix}