[114596] trunk/dports/devel/ocaml-async-unix/Portfile

mww at macports.org mww at macports.org
Wed Dec 11 03:39:33 PST 2013


Revision: 114596
          https://trac.macports.org/changeset/114596
Author:   mww at macports.org
Date:     2013-12-11 03:39:33 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
ocaml-async-unix: version 109.53.00

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

Modified: trunk/dports/devel/ocaml-async-unix/Portfile
===================================================================
--- trunk/dports/devel/ocaml-async-unix/Portfile	2013-12-11 11:28:45 UTC (rev 114595)
+++ trunk/dports/devel/ocaml-async-unix/Portfile	2013-12-11 11:39:33 UTC (rev 114596)
@@ -1,30 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup ocaml 1.0
+PortSystem          1.0
+PortGroup           ocaml 1.0
+PortGroup           github 1.0
 
+github.setup        janestreet async_unix 109.53.00
+
 name                ocaml-async-unix
-version             108.00.02
-revision            3
 categories          devel ml
 platforms           darwin
 license             LGPL-2.1
 maintainers         mww openmaintainer
 description         Jane Street Capital's asynchronous execution library (unix)
 long_description    ${description}
-
 homepage            https://ocaml.janestreet.com/code
-master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
-distname            async_unix-${version}
+checksums           rmd160  4e5e9bc2b92da1314162fb3cbcacc4a2f6ef86d5 \
+                    sha256  d412a49c4b06ba446c82c71bfcd4bc026de2d822bc98f0582612c1f59ee0c37b
 
-checksums           rmd160  c360d56b8dd5aa1bceb9148c1a6234565adb629b \
-                    sha256  8825b5a2513346aa06a54b01e23d95328f05d30fce3396461425dc86a104805d
+depends_lib         port:ocaml \
+                    port:ocaml-findlib \
+                    port:ocaml-sexplib \
+                    port:ocaml-fieldslib \
+                    port:ocaml-bin-prot \
+                    port:ocaml-pa-ounit \
+                    port:ocaml-pipebang \
+                    port:ocaml-async-core \
+                    port:ocaml-comparelib \
+                    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-pipebang port:ocaml-core port:ocaml-async-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/42120d72/attachment-0001.html>


More information about the macports-changes mailing list