Ticket #13221: booPortfile.diff

File booPortfile.diff, 1.5 KB (added by brennan@…, 16 years ago)

patch of boo Portfile to build boo 0.8

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    boo
    6 version                 0.7.0.1921
     6version                 0.8.0.2730
    77categories              lang mono
    88platforms               darwin
    99maintainers             nomaintainer
    1010description             object oriented statically typed programming language for CLI
    1111long_description        Boo is a new object oriented statically typed programming \
    12                 language for the Common Language Infrastructure with a python inspired \
     12                language for the Common Language Infrastructure with a Python-inspired \
    1313                syntax and a special focus on language and compiler extensibility.
    1414
    1515homepage                http://boo.sourceforge.net/
    1616master_sites    http://dist.codehaus.org/boo/distributions/
    1717distname                ${distname}-src
    18 checksums               md5 60ebf10aabe59e9b3da9530f0dbc7a5c
    19 use_bzip2               yes
    20 patchfiles              patch-default.build
     18checksums               md5 de53eea5ffab5f9c1209c1f7588ad5eb
     19use_zip                 yes
    2120
    2221depends_lib             port:mono
    2322depends_build   port:nant
    24 
    25 worksrcdir              ${name}-${version}
    26 
    2723use_configure   no
     24patchfiles              patch-default.build
     25worksrcdir             
    2826
    2927build.cmd               ${prefix}/bin/nant
    3028build.target
    3129
    32 test.run                no
     30test.run                yes
    3331test.cmd                ${build.cmd} compile-tests && nunit-console tests/build/*Tests.dll
    34 test.target
    3532
    3633destroot.cmd    ${build.cmd}
    3734destroot.destdir        -D:install.prefix=${prefix} -D:install.destdir=${destroot}
     
    3936        file delete -force ${destroot}/tmp
    4037        cd ${destroot}${prefix}/bin
    4138        reinplace "s|/usr/local|${prefix}|g" booc booi booish
    42 }
     39}
     40 No newline at end of file