Ticket #6056: parrot.Porfile.diff

File parrot.Porfile.diff, 841 bytes (added by bfulgham@…, 19 years ago)

Patch to upgrade Parrot to 0.4.0 release

  • lang/parrot/Portfile

    old new  
    22
    33PortSystem 1.0
    44name                    parrot
    5 version                 0.3.1
     5version                 0.4.0
    66categories              lang devel
    77maintainers             bfulgham@mac.com
    88description             Open source virtual machine (for Perl and Python)
     
    1616homepage                http://www.parrotcode.org/
    1717master_sites            ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/
    1818
    19 checksums               md5 7cf99861ca6164da035c9cd258137f7e
     19checksums               md5 d8c3ff4f2dd9fd46867a9dcaf5cd0ed5
    2020
    2121depends_build           bin:perl:perl5.8
    2222depends_lib                     port:gmp port:icu
    2323
    2424configure.cmd           perl Configure.pl
    25 configure.pre_args      --prefix='${prefix}'/lib/parrot
     25configure.pre_args      --prefix=${prefix}/lib/parrot
    2626configure.args          --jitcapable --optimize
    2727
     28
    2829build.type              gnu
    2930build.target           
    3031