Ticket #17525: Portfile.diff
File Portfile.diff, 852 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 4 4 5 5 name smlnj 6 6 version 110.68 7 revision 1 7 8 categories lang ml 8 9 maintainers bfulgham@macports.org 9 10 description Standard ML of New Jersey … … 53 54 # Platform-specific boot code (omitted: sparc-unix, x86-win32) 54 55 platform powerpc { 55 56 distfiles-append boot.ppc-unix.tgz 56 checksums-append boot.ppc-unix.tgz sha1 8c4d7b2512f70420617835899f4b8e8e30e6e81957 checksums-append boot.ppc-unix.tgz sha1 e264fd6f168aaf0124adb1b3727cbf7c5c6c2705 57 58 } 58 59 platform i386 { 59 60 distfiles-append boot.x86-unix.tgz 60 checksums-append boot.x86-unix.tgz sha1 5898ea3c32485c24be433be679d45776e3e98d1661 checksums-append boot.x86-unix.tgz sha1 433e02047ce1377af5b2d5fbd53cb9142bb8b15c 61 62 } 62 63 63 64 ### extract ###