Ticket #43326: Portfile-osh.diff

File Portfile-osh.diff, 1.5 KB (added by jan+mp@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                osh
    7 version             20131109
     7version             20140410
    88categories          shells
    99license             BSD BSD-old
    1010maintainers         v6shell.org:jan+mp
     
    1919homepage            http://v6shell.org/
    2020master_sites        ${homepage}src/
    2121
    22 checksums           md5     b1c205bf34979943973efc8a6bd16016 \
    23                     sha1    fcf832afe2591d50d77c2d616dcfda7b484c0f89 \
    24                     rmd160  58b1e0652e7daa07db1c05cfc75dc9365f8d9538 \
    25                     sha256  82502c4cbbb46d099fe0fc026e5411e80159b88f64efd4f3154cc0f4178d8658
     22checksums           md5     bb7093e0de3514e60726d633d8e75e7b \
     23                    sha1    73d44e5d04504e6af1ffb6e23763ec7f5a40ae1a \
     24                    rmd160  261ea43e896d06cd25f122aa092c8d5df5edb755 \
     25                    sha256  c1830ecf56d4705a744677a53f79b2ec6e71e8f9fb9a229dc3632afd8e7a4ff6
    2626
    2727use_configure       no
    2828use_parallel_build  yes
     
    3535variant universal   {}
    3636
    3737# Ensure use of the correct build_arch.
    38 build.args-append   CFLAGS="[get_canonical_archflags cc]" \
    39                     LDFLAGS="[get_canonical_archflags ld]"
     38build.args-append   OSXCFLAGS="[get_canonical_archflags cc]" \
     39                    OSXLDFLAGS="[get_canonical_archflags ld]"
    4040
    4141destroot.args       PREFIX=${prefix}
    4242destroot.target     install install-doc install-exp