Ticket #29625: caml-camomile-0.8.3.diff

File caml-camomile-0.8.3.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • Portfile

     
    33PortSystem          1.0
    44
    55name                caml-camomile
    6 version             0.8.1
     6version             0.8.3
    77categories          devel ml
    88maintainers         toots@rastageeks.org
    99description         OCaml module to convert strings to and from various encodings
    1010homepage            http://camomile.sf.net/
    1111platforms           darwin
    1212master_sites        sourceforge:camomile
    13 distfiles           camomile-${version}.tar.bz2
    14 worksrcdir          camomile-${version}
     13distname            camomile-${version}
    1514use_bzip2           yes
    1615
    17 checksums           md5     999fc48a71030a1e765b85e3c1e7b933 \
    18                     sha1    331651050f82ff918efc36b34c0ce76c7b85ba5d \
    19                     rmd160  e8c455fa89ac7e3a8ad78d47a14218ffcd579655
     16checksums           sha1    9f2600010820689805b5ab6e4048217ea821d535 \
     17                    rmd160  56651ff4625dbdd9876784c1369c5a6ed6b290a6
    2018
    2119depends_lib         port:ocaml port:caml-findlib
    2220
     21# ocaml is not universal
     22universal_variant   no
     23
    2324configure.cflags    {}
    2425configure.cxxflags  {}
    2526configure.cppflags  {}