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

mww at macports.org mww at macports.org
Tue Dec 31 01:33:53 PST 2013


Revision: 115333
          https://trac.macports.org/changeset/115333
Author:   mww at macports.org
Date:     2013-12-31 01:33:53 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
oasis: version 0.4.1

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

Modified: trunk/dports/devel/oasis/Portfile
===================================================================
--- trunk/dports/devel/oasis/Portfile	2013-12-31 09:29:01 UTC (rev 115332)
+++ trunk/dports/devel/oasis/Portfile	2013-12-31 09:33:53 UTC (rev 115333)
@@ -5,8 +5,7 @@
 
 name                oasis
 epoch               1
-version             0.3.0
-revision            6
+version             0.4.1
 platforms           darwin
 categories          devel
 maintainers         landonf openmaintainer
@@ -17,20 +16,25 @@
                     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/918/
+master_sites        https://forge.ocamlcore.org/frs/download.php/1355/
 
-checksums           rmd160  44e4a85c0153f50be1249ae190a2cd5a72d61440 \
-                    sha256  2efa90a2dc31d0b731dc574f99ca3e1fd07079da1898b077d84db4a3fd212701
+checksums           rmd160  483a27e3437a3043279b08859dc640e4c26cae3d \
+                    sha256  12ca49699dceba687cd150a5b5e66246450d2e06e47578a701c140195ce256d3
 depends_lib         port:ocaml \
-                    port:ocaml-extlib \
-                    port:ocaml-pcre \
-                    port:ocaml-ocamlgraph \
+                    port:ocaml-findlib \
                     port:ocaml-odn \
                     port:ocamlmod \
-                    port:ocamlify
-use_oasis yes
+                    port:ocamlify \
+                    port:ocaml-ounit \
+                    port:ocaml-fileutils \
+                    port:ocaml-expect
 
-pre-destroot {
-    reinplace "s|^prefix.*|prefix=\"${destroot}${prefix}\"|g" ${worksrcpath}/setup.data
-}
+use_oasis           yes
+use_oasis_doc       yes
 
+configure.args-append "--destdir ${destroot}"
+
+livecheck.type      regex
+livecheck.url       https://forge.ocamlcore.org/frs/?group_id=54
+livecheck.regex     oasis-(\[0-9\\.\]+).tar.gz
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/f9dcec7c/attachment.html>


More information about the macports-changes mailing list