Ticket #11493: Portfile.patch

File Portfile.patch, 1.4 KB (added by rick@…, 17 years ago)

patch

  • Portfile

    old new  
    33PortSystem 1.0
    44name            sbcl
    55version         1.0.3
    6 set bootversion 0.9.16
     6set bootversion 1.0.3
    77categories      lang
    88maintainers     gwright@macports.org waqar@macports.org
    99platforms       darwin
     
    2121use_bzip2       yes
    2222
    2323platform powerpc {
    24                    set bootversion 0.9.15
     24                   set bootversion 1.0.2
    2525                   distfiles-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix}
    2626                   checksums-append ${name}-${bootversion}-powerpc-darwin-binary${extract.suffix} \
    27                         md5 2f0ee82eff649e3862c524fd0705cfc0
     27                        md5 5135c1e202ee1351263d0c2c015f17b6
    2828
    2929                   global host_lisp
    3030                   set host_lisp        "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "
     
    3333platform i386     {
    3434                   distfiles-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix}
    3535                   checksums-append ${name}-${bootversion}-x86-darwin-binary${extract.suffix} \
    36                         md5 b7fb206ac82d11ae7aeee8e0cf462c93
     36                        md5 867a40a536f7948ef6246859f54a0238
    3737
    3838                   global host_lisp
    3939                   set host_lisp        "\"${workpath}/${name}-${bootversion}-x86-darwin/src/runtime/sbcl --core ${workpath}/${name}-${bootversion}-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null\" "