Ticket #25853: ocamlduce-3.12.0.0.diff

File ocamlduce-3.12.0.0.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

beginnings of a patch

  • Portfile

     
    11# $Id$
    22
    33PortSystem          1.0
     4
    45name                ocamlduce
    5 version             3.08.4pl3
    6 revision            1
     6version             3.12.0.0
     7set download_id     441
    78categories          lang ml
    89maintainers         nomaintainer
    910description         Objective Caml extensions for manipulating XML
    1011long_description    OCamlDuce is a merger between OCaml and CDuce. It \
    1112                    comes as a modified version of OCaml which integrates \
    1213                    CDuce features: expressions, types, patterns.
    13 homepage            http://www.cduce.org/ocaml.html
     14homepage            https://forge.ocamlcore.org/projects/ocamlduce/
    1415platforms           darwin
    15 master_sites        http://pauillac.inria.fr/~frisch/ocamlcduce/download/
    16 worksrcdir          ocaml-sub
     16master_sites        https://forge.ocamlcore.org/frs/download.php/${download_id}
    1717build.target        opt
    1818build.args          -f Makefile.ocamlduce
    1919destroot.args       -f Makefile.ocamlduce
    2020patchfiles          patch-Makefile.ocamlduce.diff
    21 configure.universal_args-delete --disable-dependency-tracking
    2221configure.pre_args  -prefix ${prefix}
    23 checksums           md5 16e69929c9fbe57642dd700bb595360e
    24 depends_lib         bin:camlp4:ocaml
    2522
     23checksums           sha1    1cc8cb089edeb438d57b50b51c0dda1f35476927 \
     24                    rmd160  4deee8799ec1c8c519e008a7d7d920f424ae2f24
     25
     26depends_lib         port:ocaml
     27
    2628# ocaml is not universal
    2729universal_variant   no
    2830