[92063] trunk/dports/devel/ocaml-core

landonf at macports.org landonf at macports.org
Mon Apr 16 19:35:32 PDT 2012


Revision: 92063
          https://trac.macports.org/changeset/92063
Author:   landonf at macports.org
Date:     2012-04-16 19:35:28 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Update to core 107.01.

Modified Paths:
--------------
    trunk/dports/devel/ocaml-core/Portfile

Added Paths:
-----------
    trunk/dports/devel/ocaml-core/files/lib_zone.ml.diff

Removed Paths:
-------------
    trunk/dports/devel/ocaml-core/files/lib_TZ.ml.diff

Modified: trunk/dports/devel/ocaml-core/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core/Portfile	2012-04-17 02:10:28 UTC (rev 92062)
+++ trunk/dports/devel/ocaml-core/Portfile	2012-04-17 02:35:28 UTC (rev 92063)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                ocaml-core
-version             0.7.0
+version             107.01
 categories          devel ml
 platforms           darwin
 maintainers         mww openmaintainer
@@ -12,9 +12,9 @@
 long_description    ${description}
 homepage            http://www.janestreet.com/ocaml/
 master_sites        ${homepage}
-checksums           md5     fc6195e8727f1e08020bad06c3833bc3 \
-                    sha1    966a93901b8e168ecca4d010fa99b4c1d3b22bf8 \
-                    rmd160  52a5e2a101b0ef33eb6ef7aca827aa69bdefb02b
+checksums           md5     375d8f46e47d44e1de35cf36b78b9c8e \
+                    sha1    ef4443939cb42f5778912608d3023a669b06d44f \
+                    rmd160  5a496d71ac40bd709675e12a90233956a7a9309d
 
 distname            core-${version}
 
@@ -35,5 +35,5 @@
 }
 
 platform darwin {
-    patchfiles-append lib_TZ.ml.diff
+    patchfiles-append lib_zone.ml.diff
 }

Deleted: trunk/dports/devel/ocaml-core/files/lib_TZ.ml.diff
===================================================================
--- trunk/dports/devel/ocaml-core/files/lib_TZ.ml.diff	2012-04-17 02:10:28 UTC (rev 92062)
+++ trunk/dports/devel/ocaml-core/files/lib_TZ.ml.diff	2012-04-17 02:35:28 UTC (rev 92063)
@@ -1,11 +0,0 @@
---- lib/TZ.ml.orig	2011-03-23 03:01:14.000000000 +1100
-+++ lib/TZ.ml	2011-04-11 14:08:19.000000000 +1000
-@@ -387,7 +387,7 @@
-   let default () =
-     {
-       full = false;
--      basedir = "/usr/share/zoneinfo/posix";
-+      basedir = "/usr/share/zoneinfo";
-       table = String.Table.create ~size:11 ();
-     }
- 

Added: trunk/dports/devel/ocaml-core/files/lib_zone.ml.diff
===================================================================
--- trunk/dports/devel/ocaml-core/files/lib_zone.ml.diff	                        (rev 0)
+++ trunk/dports/devel/ocaml-core/files/lib_zone.ml.diff	2012-04-17 02:35:28 UTC (rev 92063)
@@ -0,0 +1,11 @@
+--- lib/zome.ml.orig	2012-04-16 22:12:22.000000000 -0400
++++ lib/zone.ml	2012-04-16 22:12:58.000000000 -0400
+@@ -387,7 +387,7 @@
+   let default () =
+     {
+       full = false;
+-      basedir = "/usr/share/zoneinfo/posix";
++      basedir = "/usr/share/zoneinfo";
+       table = String.Table.create ~size:11 ();
+     }
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/b51360b3/attachment.html>


More information about the macports-changes mailing list