Modified: trunk/dports/lang/ocaml-devel/Portfile (87564 => 87565)
--- trunk/dports/lang/ocaml-devel/Portfile 2011-11-25 20:53:28 UTC (rev 87564)
+++ trunk/dports/lang/ocaml-devel/Portfile 2011-11-25 21:11:36 UTC (rev 87565)
@@ -4,8 +4,8 @@
name ocaml-devel
conflicts ocaml
-svn.revision 11273
-version 3.13.0-r${svn.revision}
+svn.revision 11286
+version 3.13.0+dev8-r
set major_vers [join [lrange [split ${version} .] 0 1] .]
platforms darwin
maintainers mww openmaintainer
@@ -14,7 +14,7 @@
license {QPL LGPL}
homepage http://www.ocaml.org/
fetch.type svn
-svn.url http://caml.inria.fr/svn/ocaml/branches/gadts-devel/
+svn.url http://caml.inria.fr/svn/ocaml/trunk
long_description \
Objective Caml is an implementation of the ML language, based on \
@@ -25,7 +25,7 @@
use_bzip2 yes
-worksrcdir gadts-devel
+worksrcdir trunk
depends_lib port:ncurses