Ticket #35444: Portfile.patch

File Portfile.patch, 1.1 KB (added by mww@…, 12 years ago)
  • Portfile

     
    33PortSystem          1.0
    44
    55name                ocaml-duppy
    6 version             0.1.2
    7 revision            2
     6version             0.4.2
    87categories          devel ml
    98license             LGPL-2.1
    109maintainers         rastageeks.org:toots
     
    1918platforms           darwin
    2019master_sites        sourceforge:savonet
    2120
    22 checksums           md5 97e5154a8054fde1751c315a5aabaadb \
    23                     sha1 407fe40d816a145f0682004a80c9fae0c38cfcd3 \
    24                     rmd160 313dd2193e855cb843abd4de5c2709317675a6b9
     21checksums           rmd160  bf829a7c54f214e4bd8144f5fcb49fee0e1ad27e \
     22                    sha256  edf1c4eb3d182765375435f42b1bd71c1e8ce00fff52328c1c47b3502b17cd28
    2523
    2624depends_lib         port:ocaml \
    2725                    port:ocaml-findlib \
    2826                    port:ocaml-pcre
    2927
     28configure.env-append USER=macports
     29
    3030pre-destroot {
    3131  set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
    3232  file mkdir $ocamlfind_destdir