[106417] trunk/dports/devel/ocaml-extlib

mww at macports.org mww at macports.org
Sat May 25 08:58:56 PDT 2013


Revision: 106417
          https://trac.macports.org/changeset/106417
Author:   mww at macports.org
Date:     2013-05-25 08:58:56 -0700 (Sat, 25 May 2013)
Log Message:
-----------
ocaml-extlib: version 1.5.4

Modified Paths:
--------------
    trunk/dports/devel/ocaml-extlib/Portfile
    trunk/dports/devel/ocaml-extlib/files/patch-install.ml

Modified: trunk/dports/devel/ocaml-extlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-extlib/Portfile	2013-05-25 15:43:04 UTC (rev 106416)
+++ trunk/dports/devel/ocaml-extlib/Portfile	2013-05-25 15:58:56 UTC (rev 106417)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                ocaml-extlib
-version             1.5.3
-revision            1
+version             1.5.4
 categories          devel ml
 maintainers         mww openmaintainer
 license             LGPL-2.1
@@ -14,9 +13,9 @@
 platforms           darwin
 master_sites        googlecode:ocaml-extlib
 
-checksums           md5     3de5f4e0a95fda7b2f3819c4a655b17c \
-                    rmd160  aa9b29b64184d962eaa00f8923bc83b53a07e7f9 \
-                    sha256  c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021
+checksums           md5     329041625309b9e49051e5b097a9185d \
+                    rmd160  15d038abb9a2d5a8cab2d9c51035f7ab9120b345 \
+                    sha256  df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd
 distname            extlib-${version}
 
 depends_lib         port:ocaml port:ocaml-findlib

Modified: trunk/dports/devel/ocaml-extlib/files/patch-install.ml
===================================================================
--- trunk/dports/devel/ocaml-extlib/files/patch-install.ml	2013-05-25 15:43:04 UTC (rev 106416)
+++ trunk/dports/devel/ocaml-extlib/files/patch-install.ml	2013-05-25 15:58:56 UTC (rev 106417)
@@ -1,22 +1,11 @@
---- install.ml	2011-08-06 15:01:32.000000000 +0200
-+++ install.ml	2012-08-13 22:26:14.000000000 +0200
-@@ -174,8 +174,8 @@
- 	if !autodoc then begin
- 		run (sprintf "ocamldoc -sort -html -d %s %s" doc_dir (m_list ".mli"));
- 		run ((match path_type with
--				| PathDos -> sprintf "%s odoc_style.css %s\\style.css";
--				| PathUnix -> sprintf "%s odoc_style.css %s/style.css") cp_cmd doc_dir);
-+				| PathDos -> sprintf "%s doc/style.css %s\\style.css";
-+				| PathUnix -> sprintf "%s doc/style.css %s/style.css") cp_cmd doc_dir);
- 	end;
- 	match install_dir with
- 	  Findlib ->
-@@ -193,7 +193,7 @@
+--- work/extlib-1.5.4/install.ml	2013-05-08 12:40:59.000000000 +0200
++++ install.ml	2013-05-25 17:50:35.000000000 +0200
+@@ -210,7 +210,7 @@
  	      Buffer.add_string files ("extLib" ^ lib_ext^ " ");
  	    end;
  	    let files = Buffer.contents files in
--	    run (sprintf "ocamlfind install extlib %s META" files);
-+	    run (sprintf "##PREFIX##/bin/ocamlfind install -destdir '##DESTDIR##' -metadir '' extlib %s META" files);
+-	    run (sprintf "ocamlfind install -patch-version %s extlib META %s" version files);
++ 	    run (sprintf "##PREFIX##/bin/ocamlfind install -destdir '##DESTDIR##' -metadir '' -patch-version %s extlib META %s" version files);
  	| Dir install_dir ->
  	    List.iter (fun m ->
  			copy (m ^ ".cmi") install_dir;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130525/250ecd86/attachment.html>


More information about the macports-changes mailing list