[114598] trunk/dports/devel/ocaml-async/Portfile

mww at macports.org mww at macports.org
Wed Dec 11 04:28:39 PST 2013


Revision: 114598
          https://trac.macports.org/changeset/114598
Author:   mww at macports.org
Date:     2013-12-11 04:28:38 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
ocaml-async: version 109.53.00

Modified Paths:
--------------
    trunk/dports/devel/ocaml-async/Portfile

Modified: trunk/dports/devel/ocaml-async/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async/Portfile	2013-12-11 12:21:38 UTC (rev 114597)
+++ trunk/dports/devel/ocaml-async/Portfile	2013-12-11 12:28:38 UTC (rev 114598)
@@ -1,33 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup ocaml 1.0
+PortSystem          1.0
+PortGroup           ocaml 1.0
+PortGroup           github 1.0
 
+github.setup        janestreet async 109.53.00
+
 name                ocaml-async
-version             108.00.02
-revision            4
 categories          devel ml
 platforms           darwin
 license             LGPL-2.1
 maintainers         mww openmaintainer
 description         Jane Street Capital's asynchronous execution library
 long_description    ${description}
-
 homepage            https://ocaml.janestreet.com/code
-master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
-distname            async-${version}
+checksums           rmd160  44cef2517c7a8738a7e78538de8e035e157dde94 \
+                    sha256  ea8c0cdc725c5b35ae92108aad40e57f296c3d257ad562054acbf68916596267
 
-checksums           rmd160  aa103b00ad9169770911366de6b83c374db576b1 \
-                    sha256  7517cd9a37b707091956a4ada7b5252112f908a597027fe047ef73431234cf6f
+depends_lib         port:ocaml \
+                    port:ocaml-findlib \
+                    port:ocaml-async-core \
+                    port:ocaml-async-extra \
+                    port:ocaml-async-unix
 
-depends_lib         port:ocaml port:ocaml-findlib port:ocaml-async-core port:ocaml-async-extra port:ocaml-async-unix
-
 use_oasis           yes
 use_oasis_doc       yes
 
-configure.args-append "--override datarootdir ${destroot}${prefix}/share"
+configure.args-append "--destdir ${destroot}"
 
-livecheck.type      regex
-livecheck.url       https://ocaml.janestreet.com/ocaml-core/
-livecheck.regex     (\[0-9\]+\\\.\[0-9\\\.\]+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131211/a14454d6/attachment.html>


More information about the macports-changes mailing list