[94777] trunk/dports/devel/oasis/Portfile

mww at macports.org mww at macports.org
Fri Jun 29 09:21:57 PDT 2012


Revision: 94777
          https://trac.macports.org/changeset/94777
Author:   mww at macports.org
Date:     2012-06-29 09:21:57 -0700 (Fri, 29 Jun 2012)
Log Message:
-----------
oasis: version 0.3.0

Modified Paths:
--------------
    trunk/dports/devel/oasis/Portfile

Modified: trunk/dports/devel/oasis/Portfile
===================================================================
--- trunk/dports/devel/oasis/Portfile	2012-06-29 16:08:47 UTC (rev 94776)
+++ trunk/dports/devel/oasis/Portfile	2012-06-29 16:21:57 UTC (rev 94777)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           ocaml 1.0
 
 name                oasis
-version             0.3.0~rc3
+version             0.3.0
 platforms           darwin
 categories          devel
 maintainers         landonf openmaintainer
@@ -14,25 +15,20 @@
                     entry points in your build system and allows external \
                     tools to analyse your project easily.
 homepage            http://oasis.forge.ocamlcore.org/index.php
-master_sites        https://forge.ocamlcore.org/frs/download.php/829/
+master_sites        https://forge.ocamlcore.org/frs/download.php/918/
 
-checksums           md5     5968d86ef526d2fc7637039f4db757b2 \
-                    sha1    3be557f6c45851e8e74853fd0e1d16f76fcd0668 \
-                    rmd160  90d701f7e649b796f32488f9baa047f0a41e882a
+checksums           rmd160  44e4a85c0153f50be1249ae190a2cd5a72d61440 \
+                    sha256  2efa90a2dc31d0b731dc574f99ca3e1fd07079da1898b077d84db4a3fd212701
 depends_lib         port:ocaml \
                     port:ocaml-extlib \
                     port:ocaml-pcre \
-                    port:ocaml-ocamlgraph
+                    port:ocaml-ocamlgraph \
+                    port:ocaml-odn \
+                    port:ocamlmod \
+                    port:ocamlify
+use_oasis yes
 
-use_configure       no
-
-build.env           PREFIX=${prefix}
-use_parallel_build  no
-
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
-destroot.env        OCAMLFIND_DESTDIR="$ocamlfind_destdir"
-
 pre-destroot {
-	file mkdir ${ocamlfind_destdir}
+    reinplace "s|^prefix.*|prefix=\"${destroot}${prefix}\"|g" ${worksrcpath}/setup.data
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120629/baef303d/attachment.html>


More information about the macports-changes mailing list