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

mww at macports.org mww at macports.org
Mon Aug 13 13:28:55 PDT 2012


Revision: 96541
          https://trac.macports.org/changeset/96541
Author:   mww at macports.org
Date:     2012-08-13 13:28:55 -0700 (Mon, 13 Aug 2012)
Log Message:
-----------
ocaml-extlib: version 1.5.3

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

Removed Paths:
-------------
    trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff

Modified: trunk/dports/devel/ocaml-extlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-extlib/Portfile	2012-08-13 20:23:11 UTC (rev 96540)
+++ trunk/dports/devel/ocaml-extlib/Portfile	2012-08-13 20:28:55 UTC (rev 96541)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name                ocaml-extlib
-version             1.5.2
-revision            3
+version             1.5.3
 categories          devel ml
 maintainers         mww openmaintainer
 license             LGPL-2.1
@@ -14,15 +13,15 @@
 platforms           darwin
 master_sites        googlecode:ocaml-extlib
 
-checksums           md5     839f9bf5a971fa07935c96ba7e209f86 \
-                    rmd160  ff554b614c099bce562f82b148067c731eddf059 \
-                    sha256  ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa
+checksums           md5     3de5f4e0a95fda7b2f3819c4a655b17c \
+                    rmd160  aa9b29b64184d962eaa00f8923bc83b53a07e7f9 \
+                    sha256  c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021
 distname            extlib-${version}
 
-patchfiles          patch-install.ml patch-extHashtbl.mli.diff
-
 depends_lib         port:ocaml port:ocaml-findlib
 
+patchfiles          patch-install.ml
+
 use_configure       no
 
 build {}

Deleted: trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff
===================================================================
--- trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff	2012-08-13 20:23:11 UTC (rev 96540)
+++ trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff	2012-08-13 20:28:55 UTC (rev 96541)
@@ -1,11 +0,0 @@
---- extHashtbl.mli	2011-08-06 16:56:39.000000000 +0200
-+++ extHashtbl.mli	2012-07-08 20:43:01.000000000 +0200
-@@ -73,7 +73,7 @@
- 		functions. (note : functor support removed to avoid code
- 		duplication). *)
- 
--	val create : int -> ('a, 'b) t
-+	val create : ?random:bool -> int -> ('a, 'b) t
- 	val clear : ('a, 'b) t -> unit
- 	val add : ('a, 'b) t -> 'a -> 'b -> unit
- 	val copy : ('a, 'b) t -> ('a, 'b) t

Modified: trunk/dports/devel/ocaml-extlib/files/patch-install.ml
===================================================================
--- trunk/dports/devel/ocaml-extlib/files/patch-install.ml	2012-08-13 20:23:11 UTC (rev 96540)
+++ trunk/dports/devel/ocaml-extlib/files/patch-install.ml	2012-08-13 20:28:55 UTC (rev 96541)
@@ -1,8 +1,19 @@
---- old-install.ml	2007-12-30 16:32:31.000000000 -0500
-+++ install.ml	2007-12-30 16:33:29.000000000 -0500
-@@ -194,7 +194,7 @@
+--- 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 @@
+ 	      Buffer.add_string files ("extLib" ^ lib_ext^ " ");
  	    end;
- 	    run (sprintf "%s META.txt META" cp_cmd);
  	    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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120813/96e7ff4e/attachment.html>


More information about the macports-changes mailing list