[114595] trunk/dports/devel/ocaml-async-core/Portfile

mww at macports.org mww at macports.org
Wed Dec 11 03:28:45 PST 2013


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

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

Modified: trunk/dports/devel/ocaml-async-core/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-core/Portfile	2013-12-11 09:47:05 UTC (rev 114594)
+++ trunk/dports/devel/ocaml-async-core/Portfile	2013-12-11 11:28:45 UTC (rev 114595)
@@ -2,10 +2,11 @@
 
 PortSystem          1.0
 PortGroup           ocaml 1.0
+PortGroup           github 1.0
 
+github.setup        janestreet async_core 109.53.00
+
 name                ocaml-async-core
-version             108.00.02
-revision            3
 categories          devel ml
 platforms           darwin
 license             LGPL-2.1
@@ -13,17 +14,20 @@
 description         Jane Street Capital's asynchronous execution library (core)
 long_description    ${description}
 homepage            https://ocaml.janestreet.com/code
-master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
-checksums           rmd160  5150e4abbc3511668a0a60daaeb0e239c1ace6d5 \
-                    sha256  5139d7250f38f8f84684b73ac201e2a522179996197618884aae5471cac735d0
+checksums           rmd160  7137684c4b8c5aad795f06a8cde209c437eb9fb1 \
+                    sha256  111f7295d772c6e9241adfabba1cf6ce62d5f794eede1c994d13027258cccf3f
 
-distname            async_core-${version}
+depends_lib         port:ocaml \
+                    port:ocaml-findlib \
+                    port:ocaml-sexplib \
+                    port:ocaml-fieldslib \
+                    port:ocaml-bin-prot \
+                    port:ocaml-pa-ounit \
+                    port:ocaml-core \
+                    port:ocaml-herelib 
 
-depends_lib         port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-core
-
 use_oasis           yes
+use_oasis_doc       yes
 
-livecheck.type      regex
-livecheck.url       https://ocaml.janestreet.com/ocaml-core/
-livecheck.regex     (\[0-9\]+\\\.\[0-9\\\.\]+)
+configure.args-append "--destdir ${destroot}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131211/e830d06c/attachment.html>


More information about the macports-changes mailing list