[87565] trunk/dports/lang/ocaml-devel/Portfile
Revision: 87565 http://trac.macports.org/changeset/87565 Author: mww@macports.org Date: 2011-11-25 13:11:36 -0800 (Fri, 25 Nov 2011) Log Message: ----------- ocmal-devel: rev11286 of the standard repository (gadt was merged back) Revision Links: -------------- http://trac.macports.org/changeset/11286 Modified Paths: -------------- trunk/dports/lang/ocaml-devel/Portfile Modified: trunk/dports/lang/ocaml-devel/Portfile =================================================================== --- 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
participants (1)
-
mww@macports.org