Ticket #17525: Portfile.diff

File Portfile.diff, 852 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    44
    55name             smlnj
    66version          110.68
     7revision         1
    78categories       lang ml
    89maintainers      bfulgham@macports.org
    910description      Standard ML of New Jersey
     
    5354# Platform-specific boot code (omitted: sparc-unix, x86-win32)
    5455platform powerpc {
    5556        distfiles-append boot.ppc-unix.tgz
    56         checksums-append boot.ppc-unix.tgz sha1 8c4d7b2512f70420617835899f4b8e8e30e6e819
     57        checksums-append boot.ppc-unix.tgz sha1 e264fd6f168aaf0124adb1b3727cbf7c5c6c2705
    5758}
    5859platform i386 {
    5960        distfiles-append boot.x86-unix.tgz
    60         checksums-append boot.x86-unix.tgz sha1 5898ea3c32485c24be433be679d45776e3e98d16
     61        checksums-append boot.x86-unix.tgz sha1 433e02047ce1377af5b2d5fbd53cb9142bb8b15c
    6162}
    6263
    6364### extract ###