Ticket #14006: Portfile.diff

File Portfile.diff, 706 bytes (added by mreid@…, 16 years ago)

Portfile patch to update port to current upstream

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            camlp5
    6 version         5.02
     6version         5.07
    77categories      lang
    88platforms       darwin
    99description     Camlp5 is a preprocessor-pretty-printer of OCaml.
     
    2525depends_build   port:ocaml
    2626configure.pre_args  --prefix "${prefix}" --mandir "${prefix}/share/man"
    2727build.target    world.opt
    28 checksums       md5 aaaf513bf670063111433f765ba0a882
     28checksums       md5 0fec937e7d84b4f0c44b07522e443cf1 \
     29                sha1 e5a140007f4504b6c1307ac06ab9595c46d9088f \
     30                rmd160 6004bdd5bdcd36ba5658ec637d33a12c84e19b64
    2931