[86945] trunk/dports/devel/caml-react/Portfile

mww at macports.org mww at macports.org
Mon Nov 7 06:17:09 PST 2011


Revision: 86945
          http://trac.macports.org/changeset/86945
Author:   mww at macports.org
Date:     2011-11-07 06:17:06 -0800 (Mon, 07 Nov 2011)
Log Message:
-----------
version 0.9.2

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

Modified: trunk/dports/devel/caml-react/Portfile
===================================================================
--- trunk/dports/devel/caml-react/Portfile	2011-11-07 13:55:46 UTC (rev 86944)
+++ trunk/dports/devel/caml-react/Portfile	2011-11-07 14:17:06 UTC (rev 86945)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup ocaml 1.0
 
 name                caml-react
-version             0.9.0
+version             0.9.2
 categories          devel ml
 maintainers         nomaintainer
 description         Functional reactive progreamming for OCaml
@@ -22,10 +23,12 @@
 
 depends_lib         port:ocaml
 
-checksums           md5     193a64a2abb0eebc6a88c19fba18ca85 \
-                    sha1    bc19c0b8c7ab647d030ce7e85ef61ffbbaae5499 \
-                    rmd160  0017145cc8f6e6b34906cd6036f4b2ef68ae0f1b
+checksums           md5     ecbe0fa4d7d0fd1076cce5decf7a86b7 \
+                    sha1    a238ee9e795712fb31472d086f8ed5eabc1590a9 \
+                    rmd160  abae8e133a227c66d2e1d25a0b4be41113c2b91f
 
+post-extract { system -W ${worksrcpath} "chmod +x build" }
+
 use_configure       no
 use_parallel_build  no
 
@@ -34,7 +37,7 @@
 
 destroot.cmd        "./build"
 destroot.target     "install"
-destroot.env        INSTALLDIR=${destroot}${prefix}/lib/ocaml/site-lib/react
+destroot.env        INSTALLDIR=${ocamlfind_destdir}/react
 destroot.destdir    ""
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111107/89920a03/attachment.html>


More information about the macports-changes mailing list