[32423] trunk/dports/devel/caml-extlib

eridius at macports.org eridius at macports.org
Sun Dec 30 13:39:00 PST 2007


Revision: 32423
          http://trac.macosforge.org/projects/macports/changeset/32423
Author:   eridius at macports.org
Date:     2007-12-30 13:38:59 -0800 (Sun, 30 Dec 2007)

Log Message:
-----------
Bump caml-extlib to 1.5.1, move to new Google Code project page

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

Modified: trunk/dports/devel/caml-extlib/Portfile
===================================================================
--- trunk/dports/devel/caml-extlib/Portfile	2007-12-30 21:26:26 UTC (rev 32422)
+++ trunk/dports/devel/caml-extlib/Portfile	2007-12-30 21:38:59 UTC (rev 32423)
@@ -3,25 +3,20 @@
 PortSystem          1.0
 
 name                caml-extlib
-version             1.5
+version             1.5.1
 categories          devel ml
 maintainers         eridius at macports.org
 description         Extended Standard Library for OCaml
 long_description    A User-supported Extended Standard Library for OCaml
-homepage            http://ocaml-lib.sourceforge.net/
+homepage            http://code.google.com/p/ocaml-extlib/
 platforms           darwin
-master_sites        sourceforge:ocaml-lib
+master_sites        googlecode:ocaml-extlib
 
-checksums           md5 17808ae18d6b6e40637f0df8561583e8 \
-                    sha1 04d52f922fbecd3e6a693ef2e50af21adb53c1a1
+checksums           md5 8dc2944cbf63141347956bd353893d75 \
+                    sha1 e72ae90f53cc4dbed151d57e6004ab6e4acddc7f
 distfiles           extlib-${version}.tar.gz
 worksrcdir          extlib-${version}
 
-livecheck.distname  extlib
-# workaround for bug in sourceforge feed where it won't accept dashes in project name
-livecheck.url       http://sourceforge.net/export/rss2_projfiles.php?group_id=74666
-livecheck.version   extlib-${version}
-
 patchfiles          patch-install.ml
 
 depends_lib         bin:camlp4:ocaml bin:ocamlfind:caml-findlib

Modified: trunk/dports/devel/caml-extlib/files/patch-install.ml
===================================================================
--- trunk/dports/devel/caml-extlib/files/patch-install.ml	2007-12-30 21:26:26 UTC (rev 32422)
+++ trunk/dports/devel/caml-extlib/files/patch-install.ml	2007-12-30 21:38:59 UTC (rev 32423)
@@ -1,21 +1,11 @@
---- install.ml.bak	2006-12-06 16:22:11.000000000 -0500
-+++ install.ml	2006-12-06 16:22:58.000000000 -0500
-@@ -173,9 +173,6 @@
- 	end;
- 	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);
- 	end;
- 	match install_dir with
- 	  Findlib ->
-@@ -194,7 +191,7 @@
- 	    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);
- 	| Dir install_dir ->
- 	    List.iter (fun m ->
- 			copy (m ^ ".cmi") install_dir;
+--- 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 @@
+ 	    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);
+ 	| 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/20071230/82ae3a4f/attachment.html


More information about the macports-changes mailing list