[60099] trunk/dports/devel/caml-lwt

avsm at macports.org avsm at macports.org
Sun Nov 1 15:39:33 PST 2009


Revision: 60099
          http://trac.macports.org/changeset/60099
Author:   avsm at macports.org
Date:     2009-11-01 15:39:33 -0800 (Sun, 01 Nov 2009)
Log Message:
-----------
update to lwt-2.0.0 release version

Modified Paths:
--------------
    trunk/dports/devel/caml-lwt/Portfile

Removed Paths:
-------------
    trunk/dports/devel/caml-lwt/files/patch-myocamlbuild.diff

Modified: trunk/dports/devel/caml-lwt/Portfile
===================================================================
--- trunk/dports/devel/caml-lwt/Portfile	2009-11-01 23:37:57 UTC (rev 60098)
+++ trunk/dports/devel/caml-lwt/Portfile	2009-11-01 23:39:33 UTC (rev 60099)
@@ -4,8 +4,8 @@
 
 name                caml-lwt
 version             2.0.0
-distname            lwt-${version}+rc1
-revision            1
+distname            lwt-${version}
+revision            2
 categories          devel ml
 maintainers         avsm
 description         Cooperative threading library for OCaml
@@ -14,14 +14,14 @@
 homepage            http://ocsigen.org/lwt
 platforms           darwin
 master_sites        http://ocsigen.org/download/
-patchfiles          patch-Makefile.diff patch-myocamlbuild.diff
+patchfiles          patch-Makefile.diff
 
 depends_lib         port:ocaml port:caml-findlib port:caml-ssl \
                     port:caml-react port:caml-text
 
-checksums           md5     da266196ee3a1245eed3cf5df09f9ce1 \
-                    sha1    1077fda09eb6c6b5b2795466c1d316aea8dbce63 \
-                    rmd160  c3bc6b51a51d0c16c53765bb9407f9d49953872d
+checksums           md5     d6f43a0ee96a2c71ba7f30bc634155fc \
+                    sha1    3fda6aa5e8021fbf262d218c6d9fe68de5821783 \
+                    rmd160  d0ae9a6b85b0fe81b669a924d433a04a82a5cad1
 
 use_configure       no
 use_parallel_build  no

Deleted: trunk/dports/devel/caml-lwt/files/patch-myocamlbuild.diff
===================================================================
--- trunk/dports/devel/caml-lwt/files/patch-myocamlbuild.diff	2009-11-01 23:37:57 UTC (rev 60098)
+++ trunk/dports/devel/caml-lwt/files/patch-myocamlbuild.diff	2009-11-01 23:39:33 UTC (rev 60099)
@@ -1,11 +0,0 @@
---- myocamlbuild.ml.orig	2009-09-28 15:27:50.000000000 +0100
-+++ myocamlbuild.ml	2009-09-28 15:28:06.000000000 +0100
-@@ -305,7 +305,7 @@
-              Echo([substitute [("@VERSION@", get_version ())] (read_file "META.in")], "META"));
- 
-         (* Generation of the lwt.odocl file *)
--        let deps = ["src/lwt_extra.mllib"; "src/lwt.mllib"; "src/lwt_preemptive.mllib"; "src/lwt_ssl.mllib"]
-+        let deps = ["src/lwt_extra.mllib"; "src/lwt.mllib"; "src/lwt_preemptive.mllib"; "src/lwt_ssl.mllib"; "src/lwt_unix.mllib"]
-         and prod = "lwt.odocl" in
-         rule "lwt_doc" ~prod ~deps
-           (fun _ _ -> Echo(List.map (sprintf "src/%s\n")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091101/d84a7a64/attachment.html>


More information about the macports-changes mailing list