Modified: trunk/dports/devel/ocaml-sexplib/Portfile (93916 => 93917)
--- trunk/dports/devel/ocaml-sexplib/Portfile 2012-06-04 12:49:17 UTC (rev 93916)
+++ trunk/dports/devel/ocaml-sexplib/Portfile 2012-06-04 12:57:52 UTC (rev 93917)
@@ -1,10 +1,10 @@
# $Id$
PortSystem 1.0
-PortGroup ocaml 1.0
+PortGroup ocaml 1.0
name ocaml-sexplib
-version 7.0.2
+version 108.00.01
distname sexplib-${version}
categories devel ml
maintainers erickt openmaintainer
@@ -13,10 +13,9 @@
long_description ${description}
homepage http://www.janestreet.com/ocaml/
platforms darwin
-master_sites http://www.janestreet.com/ocaml/
-checksums md5 baaeca46c492de731954d66722441fe5 \
- sha1 2f06b9d23d8afe14dd7eff22827bb13a607746ab \
- rmd160 dc6cfef8f6439fc97aa35c43d9837ff62f562e51
+master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/
+checksums rmd160 0907d4263d2eae2ec196b47ffbe479a6446b9e2f \
+ sha256 a96779b691d38b5803f5a6a4cbd5d648ff46b8d61538d8bda06bd90e534a2069
livecheck.type regex
livecheck.url ${homepage}
@@ -24,10 +23,5 @@
depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv
-use_configure no
+use_oasis yes
-build.env PREFIX=${prefix}
-use_parallel_build no
-
-destroot.env OCAMLFIND_DESTDIR="$ocamlfind_destdir"
-