[82587] trunk/dports/devel/caml-extlib/Portfile

mww at macports.org mww at macports.org
Tue Aug 16 02:42:19 PDT 2011


Revision: 82587
          http://trac.macports.org/changeset/82587
Author:   mww at macports.org
Date:     2011-08-16 02:42:19 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
version 1.5.2; take (open)maintainership

Modified Paths:
--------------
    trunk/dports/devel/caml-extlib/Portfile

Modified: trunk/dports/devel/caml-extlib/Portfile
===================================================================
--- trunk/dports/devel/caml-extlib/Portfile	2011-08-16 09:40:17 UTC (rev 82586)
+++ trunk/dports/devel/caml-extlib/Portfile	2011-08-16 09:42:19 UTC (rev 82587)
@@ -3,36 +3,37 @@
 PortSystem          1.0
 
 name                caml-extlib
-version             1.5.1
+version             1.5.2
 categories          devel ml
-maintainers         nomaintainer
+maintainers         mww openmaintainer
 description         Extended Standard Library for OCaml
 long_description    A User-supported Extended Standard Library for OCaml
 homepage            http://code.google.com/p/ocaml-extlib/
 platforms           darwin
 master_sites        googlecode:ocaml-extlib
 
-checksums           md5 8dc2944cbf63141347956bd353893d75 \
-                    sha1 e72ae90f53cc4dbed151d57e6004ab6e4acddc7f
-distfiles           extlib-${version}.tar.gz
-worksrcdir          extlib-${version}
+checksums           md5     839f9bf5a971fa07935c96ba7e209f86 \
+                    rmd160  ff554b614c099bce562f82b148067c731eddf059 \
+                    sha256  ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa
+distname            extlib-${version}
 
 patchfiles          patch-install.ml
 
-depends_lib         bin:camlp4:ocaml bin:ocamlfind:caml-findlib
+depends_lib         port:ocaml port:caml-findlib
 
 use_configure       no
 
 build {}
 
-destroot.cmd        "ocaml"
+destroot.cmd        "${prefix}/bin/ocaml"
 destroot.pre_args   install.ml
 destroot.args       -b -n -doc
 destroot.post_args
 
 pre-destroot {
-        set extlib_destdir  ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]
-        file mkdir $extlib_destdir
+        set extlib_destdir ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]
+        xinstall -m 755 -d ${extlib_destdir}
         reinplace s|##PREFIX##|${prefix}| ${worksrcpath}/install.ml
         reinplace s|##DESTDIR##|${extlib_destdir}| ${worksrcpath}/install.ml
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/a27446cb/attachment.html>


More information about the macports-changes mailing list