[66690] trunk/dports/devel/caml-lwt
avsm at macports.org
avsm at macports.org
Tue Apr 20 07:26:31 PDT 2010
Revision: 66690
http://trac.macports.org/changeset/66690
Author: avsm at macports.org
Date: 2010-04-20 07:26:28 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
update to caml-lwt-2.1.0
Modified Paths:
--------------
trunk/dports/devel/caml-lwt/Portfile
trunk/dports/devel/caml-lwt/files/patch-Makefile.diff
Modified: trunk/dports/devel/caml-lwt/Portfile
===================================================================
--- trunk/dports/devel/caml-lwt/Portfile 2010-04-20 13:54:56 UTC (rev 66689)
+++ trunk/dports/devel/caml-lwt/Portfile 2010-04-20 14:26:28 UTC (rev 66690)
@@ -3,9 +3,8 @@
PortSystem 1.0
name caml-lwt
-version 2.0.0
+version 2.1.0
distname lwt-${version}
-revision 2
categories devel ml
maintainers avsm
description Cooperative threading library for OCaml
@@ -14,17 +13,17 @@
homepage http://ocsigen.org/lwt
platforms darwin
master_sites http://ocsigen.org/download/
-patchfiles patch-Makefile.diff
depends_lib port:ocaml port:caml-findlib port:caml-ssl \
port:caml-react port:caml-text
-checksums md5 d6f43a0ee96a2c71ba7f30bc634155fc \
- sha1 3fda6aa5e8021fbf262d218c6d9fe68de5821783 \
- rmd160 d0ae9a6b85b0fe81b669a924d433a04a82a5cad1
+checksums md5 93feaa322f1bc585dc60a891cae4e40f \
+ sha1 301080f0d5241658c248c3b7f959688ee17e54e8 \
+ rmd160 c1af42b3a5661d89b003efdf6e188f3c69587938
use_configure no
use_parallel_build no
+patchfiles patch-Makefile.diff
set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
destroot.post_args DESTDIR="$ocamlfind_destdir"
Modified: trunk/dports/devel/caml-lwt/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/caml-lwt/files/patch-Makefile.diff 2010-04-20 13:54:56 UTC (rev 66689)
+++ trunk/dports/devel/caml-lwt/files/patch-Makefile.diff 2010-04-20 14:26:28 UTC (rev 66690)
@@ -1,11 +1,11 @@
---- Makefile.orig 2009-09-28 12:56:35.000000000 +0100
-+++ Makefile 2009-09-28 12:56:48.000000000 +0100
-@@ -73,7 +73,7 @@
+--- Makefile.orig 2010-04-20 14:34:18.000000000 +0100
++++ Makefile 2010-04-20 14:34:34.000000000 +0100
+@@ -74,7 +74,7 @@
install:
mkdir -p "$(DESTDIR)"
- $(OCAMLFIND) install $(NAME) -destdir "$(DESTDIR)" _build/META \
-+ $(OCAMLFIND) install $(NAME) -ldconf ignore -destdir "$(DESTDIR)" _build/META \
- $(wildcard _build/src/*.mli) \
- $(wildcard _build/src/*.cmi) \
- $(wildcard _build/src/*.cmx) \
++ $(OCAMLFIND) install -ldconf ignore $(NAME) -destdir "$(DESTDIR)" _build/META \
+ $(wildcard _build/src/*/*.mli) \
+ $(wildcard _build/src/*/*.cmi) \
+ $(wildcard _build/src/*/*.cmx) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100420/87aff5c3/attachment.html>
More information about the macports-changes
mailing list