[72077] trunk/dports

erickt at macports.org erickt at macports.org
Sat Oct 2 09:48:35 PDT 2010


Revision: 72077
          http://trac.macports.org/changeset/72077
Author:   erickt at macports.org
Date:     2010-10-02 09:48:33 -0700 (Sat, 02 Oct 2010)
Log Message:
-----------
Version bump for ocaml packages

specifically:

ocaml
caml-batteries
caml-camomile
caml-sexplib
caml-type-conv

Be advised that caml-batteries is using a git checkout, which
fixes some incompatibilities with ocaml 3.12.

Modified Paths:
--------------
    trunk/dports/devel/caml-batteries/Portfile
    trunk/dports/devel/caml-camomile/Portfile
    trunk/dports/devel/caml-sexplib/Portfile
    trunk/dports/devel/caml-type-conv/Portfile
    trunk/dports/lang/ocaml/Portfile

Modified: trunk/dports/devel/caml-batteries/Portfile
===================================================================
--- trunk/dports/devel/caml-batteries/Portfile	2010-10-02 16:37:53 UTC (rev 72076)
+++ trunk/dports/devel/caml-batteries/Portfile	2010-10-02 16:48:33 UTC (rev 72077)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                caml-batteries
-version             20090405
+version             20bc31e5d00319a48ccc88cd4f13b4eb2c30fef2
 categories          devel ml
 maintainers         erickt openmaintainer
 description         A new O'Caml standard library
@@ -12,15 +12,12 @@
                     OCaml programming language.
 homepage            http://batteries.forge.ocamlcore.org/
 platforms           darwin
-master_sites        http://forge.ocamlcore.org/frs/download.php/199
+master_sites        http://forge.ocamlcore.org/frs/download.php/366
 
-distfiles           batteries-${version}.tar.gz
-worksrcdir          batteries-${version}
+fetch.type          git
+git.url             git://github.com/ocaml-batteries-team/batteries-included.git
+git.branch          ${version}
 
-checksums           md5     4cdd4c6885a2213c6d9aff6b1e4b1da7 \
-                    sha1    e5fdc8940d73296cadcae5a4d10d61f7ebf5e566 \
-                    rmd160  cfda79b2ce4d8980e8bb553efbd972d5da402dc4
-
 depends_lib         port:ocaml \
                     port:caml-findlib \
                     port:caml-type-conv \
@@ -31,10 +28,7 @@
                     port:caml-ocamlnet \
                     port:caml-ounit
 
-configure.pre_args
-configure.args      --with-docroot=${prefix}/share/doc/caml-batteries
-build.target        all opt top syntax
-use_parallel_build  no
+use_configure       no
 
 set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
 
@@ -46,7 +40,7 @@
 }
 
 livecheck.type      regex
-livecheck.regex     "bin-prot-release-(.*?).tar.gz"
+livecheck.regex     "batteries-(.*?).tar.gz"
 
 variant doc description {Install documentation} {
     build.target-append doc

Modified: trunk/dports/devel/caml-camomile/Portfile
===================================================================
--- trunk/dports/devel/caml-camomile/Portfile	2010-10-02 16:37:53 UTC (rev 72076)
+++ trunk/dports/devel/caml-camomile/Portfile	2010-10-02 16:48:33 UTC (rev 72077)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                caml-camomile
-version             0.7.2
+version             0.8.1
 categories          devel ml
 maintainers         toots at rastageeks.org
 description         OCaml module to convert strings to and from various encodings
@@ -14,9 +14,9 @@
 worksrcdir          camomile-${version}
 use_bzip2           yes
 
-checksums           md5     288e17838fedc52aacb733952b25d5dd \
-                    sha1    8793a16a689056b9b20b54654ff67aebf7153857 \
-                    rmd160  e77220de7c2be9a13c60aafe6aec476eca9a7645
+checksums           md5     999fc48a71030a1e765b85e3c1e7b933 \
+                    sha1    331651050f82ff918efc36b34c0ce76c7b85ba5d \
+                    rmd160  e8c455fa89ac7e3a8ad78d47a14218ffcd579655
 
 depends_lib         port:ocaml port:caml-findlib
 

Modified: trunk/dports/devel/caml-sexplib/Portfile
===================================================================
--- trunk/dports/devel/caml-sexplib/Portfile	2010-10-02 16:37:53 UTC (rev 72076)
+++ trunk/dports/devel/caml-sexplib/Portfile	2010-10-02 16:48:33 UTC (rev 72077)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                caml-sexplib
-version             4.2.16
+version             5.1.0
 distname            release-${version}
 worksrcdir          sexplib310-${distname}
 categories          devel ml
@@ -13,9 +13,9 @@
 homepage            http://www.ocaml.info/home/ocaml_sources.html
 platforms           darwin
 master_sites        http://hg.ocaml.info/release/sexplib310/archive/
-checksums           md5     b3b86a51db40b792a951df039da1948e \
-                    sha1    66510b2203f78558891c440a6eb3d7b237991428 \
-                    rmd160  1a35ffa3600e51a6a4e6b07ad888c10e85f517a1
+checksums           md5     3f92fcf6aa80871d194d9c3ff4dd04b2 \
+                    sha1    3f43f6fe752d7b1a2982464767c270e9f5a4f1ec \
+                    rmd160  bf355defe2da1d9d97c07425bb855f40fa21528f
 use_bzip2           yes
 
 livecheck.type      regex

Modified: trunk/dports/devel/caml-type-conv/Portfile
===================================================================
--- trunk/dports/devel/caml-type-conv/Portfile	2010-10-02 16:37:53 UTC (rev 72076)
+++ trunk/dports/devel/caml-type-conv/Portfile	2010-10-02 16:48:33 UTC (rev 72077)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                caml-type-conv
-version             1.6.10
+version             2.0.0
 distname            type-conv-${version}
 categories          devel ml
 maintainers         erickt openmaintainer
@@ -10,9 +10,9 @@
 homepage            http://www.ocaml.info/home/ocaml_sources.html
 platforms           darwin
 master_sites        http://www.ocaml.info/ocaml_sources
-checksums           md5     ea0d731cbb0f0f5682f9e40e5045b37e \
-                    sha1    dfe3b7c42ee2d5a06b5de5567f33d8d71c3737cb \
-                    rmd160  f2ddd912901dd47d689a91e1089d1f4462fb6664
+checksums           md5     b1d707642ed9e596281ae03bcc0be880 \
+                    sha1    4539b7145c8917068e7bd733583fe5b38b81f9c2 \
+                    rmd160  f08537273089e6119d251b0349826ca0764355e7
 
 livecheck.type      regex
 livecheck.regex     {type-conv-release-(.*?)\.tar}

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2010-10-02 16:37:53 UTC (rev 72076)
+++ trunk/dports/lang/ocaml/Portfile	2010-10-02 16:48:33 UTC (rev 72077)
@@ -3,7 +3,7 @@
 PortSystem		1.0
 
 name 			ocaml
-version			3.11.2
+version			3.12.0
 set major_vers	[join [lrange [split ${version} .] 0 1] .]
 platforms		darwin
 maintainers		mww openmaintainer
@@ -12,9 +12,9 @@
 homepage		http://www.ocaml.org/
 master_sites	http://caml.inria.fr/pub/distrib/ocaml-${major_vers}/ \
                 ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-${major_vers}
-checksums           md5     4601a7aea66444d61704de8de46c52c6 \
-                    sha1    59053ce0078da2367f4ce61da886d22c6e86a46d \
-                    rmd160  a407e579b7fa134fc8126c5c5b544dd60cedecb1
+checksums           md5     bd92c8970767f412bc1e9a6c625b5ccf \
+                    sha1    33ebbfb1115806f117808f37e40d206c8994943d \
+                    rmd160  3d10d5f7431d8200688fa74122e7ed528126a0fa
 
 long_description \
 			Objective Caml is an implementation of the ML language, based on \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101002/02599f4a/attachment-0001.html>


More information about the macports-changes mailing list