Ticket #8312: ksh-93.diff

File ksh-93.diff, 1.3 KB (added by meissnem@…, 18 years ago)

ksh93-2006-02-14 patch

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            ksh93
    6 version         2005-02-02
     6version         2006-02-14
    77categories      shells
    88maintainers     yeled@opendarwin.org
    99description     The AT&T Korn shell
     
    1111        The official version of ksh-93, by David Korn and AT&T research
    1212platforms       darwin freebsd
    1313homepage        http://www.research.att.com/sw/download/
    14 master_sites    http://www.research.att.com/~gsf/download/tgz/
     14master_sites    http://public.research.att.com/~gsf/download/tgz
    1515
    1616distfiles       ast-ksh.$version.tgz INIT.$version.tgz
    17 checksums       ast-ksh.$version.tgz md5 fecce7e67b55fe986c7c2163346e0977 \
    18                 INIT.$version.tgz md5 50339ec5c16f102e865f8f766da9016d
     17checksums       ast-ksh.$version.tgz md5 76a13bdb10a35b5ff67208cf9042a8bf \
     18                INIT.$version.tgz md5 375ede1f75db451f645a140ec41b9216
    1919
    2020fetch.user      I accept www.opensource.org/licenses/cpl
    2121fetch.password  .
     
    2626
    2727extract.dir     ${worksrcpath}
    2828
    29 patchfiles      patch-src__lib__libast__features__lib \
    30                 patch-src__lib__libast__sfio__sfhdr.h
    31 
    3229configure       {}
    3330
    3431build.cmd       bin/package
     
    4037        xinstall -m 555 ${worksrcpath}/arch/${arch}/bin/ksh ${destroot}${prefix}/bin
    4138        xinstall -m 444 ${worksrcpath}/arch/${arch}/man/man1/sh.1 ${destroot}${prefix}/share/man/man1/ksh.1
    4239}
    43