Ticket #1841: jikes.patch

File jikes.patch, 1.3 KB (added by mww@…, 20 years ago)

update jikes to 1.21

  • Portfile

    old new  
    1 # $Id: Portfile,v 1.4 2004/04/23 04:47:40 waqar Exp $
     1# $Id: Portfile,v 1.3 2004/02/25 20:51:19 waqar Exp $
    22
    33PortSystem 1.0
    44name            jikes
    5 version         1.18
    6 categories      lang java devel
     5version         1.21
     6categories      lang
    77maintainers     waqar@opendarwin.org
    88description     High performance Java compiler
    99long_description        \
    10         Jikes is a compiler that translates Java source files as        \
    11         defined in The Java Language Specification into the             \
    12         bytecoded instruction set and binary format defined in          \
     10        Jikes is a compiler that translates Java source files as \
     11        defined in The Java Language Specification into the \
     12        bytecoded instruction set and binary format defined in \
    1313        The Java Virtual Machine Specification.
    1414platforms       darwin
    1515homepage        http://www.ibm.com/developerworks/oss/jikes
    1616use_bzip2       yes
    17 master_sites    ftp://www-126.ibm.com/pub/jikes/1.18
    18 checksums       md5 74bbcfd31aa2d7df4b86c5fe2db315cc
    19 configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    20 
     17master_sites    ftp://www-126.ibm.com/pub/jikes/${version}
     18fetch.args      --disable-epsv
     19checksums       md5 4e45eeab4c75918174e16ea2b695d812
     20configure.args  --infodir=${prefix}/share/info \
     21                --mandir=${prefix}/share/man