Ticket #22958: Portfile-osh.diff

File Portfile-osh.diff, 955 bytes (added by jan+mp@…, 14 years ago)

osh 20091127 to osh 20091218 patch

  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            osh
    7 version         20091127
     7version         20091218
    88categories      shells
    99maintainers     v6shell.org:jan+mp
    1010description     Ports of the Sixth Edition (V6) UNIX Thompson shell
     
    1818homepage        http://v6shell.org/
    1919master_sites    ${homepage}src/
    2020
    21 checksums       md5    3af1073896d5ce099ce0b09f156ffdfc \
    22                 sha1   9dbb6ba5f760783bd37714155b250d538b50852c \
    23                 rmd160 7880bf3540e6f1d78d44b13f2820fa33a2bd0983
     21checksums       md5    3dde2827156660ea8be2711d3ff790c5 \
     22                sha1   7dc04fdd93401829803e9b22aa0a6a53203488e5 \
     23                rmd160 76502912f409fba780a6e649c848e6bffc234247
    2424
    2525use_configure           no
    2626use_parallel_build      yes
     
    2828build.args      PREFIX=${prefix}
    2929
    3030destroot.args   PREFIX=${prefix}
     31destroot.target install install-doc install-exp
    3132
    3233variant universal {
    3334        build.args-append       CFLAGS="${configure.universal_cflags}" \