[46042] trunk/dports/lang/ocaml/Portfile

erickt at macports.org erickt at macports.org
Tue Jan 27 13:05:12 PST 2009


Revision: 46042
          http://trac.macports.org/changeset/46042
Author:   erickt at macports.org
Date:     2009-01-27 13:05:12 -0800 (Tue, 27 Jan 2009)
Log Message:
-----------
ocaml version bump to 3.11.0.

Modified Paths:
--------------
    trunk/dports/lang/ocaml/Portfile

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2009-01-27 20:57:18 UTC (rev 46041)
+++ trunk/dports/lang/ocaml/Portfile	2009-01-27 21:05:12 UTC (rev 46042)
@@ -3,7 +3,7 @@
 PortSystem		1.0
 
 name 			ocaml
-version			3.10.2
+version			3.11.0
 set major_vers	[join [lrange [split ${version} .] 0 1] .]
 platforms		darwin
 maintainers		pguyot at kallisys.net openmaintainer
@@ -12,13 +12,13 @@
 homepage		http://www.ocaml.org/
 master_sites	http://caml.inria.fr/pub/distrib/ocaml-${major_vers}/
 checksums       ocaml-${version}.tar.bz2 \
-					md5 d86f8f8aa4574fa60dd6f89044580307 \
-					sha1 f604580bf2943891d8faf265eeb900bbe90abce0 \
-					rmd160 f631230b090dbd9bf9a9f71631cd0347c033cbb1 \
-				ocaml-3.10-refman.html.tar.gz \
-					md5 663b31c8ea364a531aa325a5b06a2763 \
-					sha1 491a39ca6ae8a5ae52fb8e07e987e97bba1b9f43 \
-					rmd160 6b4c99a83942563f1571385681d54f4d194507fe
+					md5 6ed1c3ed660a15408362242fa8fa4668 \
+					sha1 fed19b82828789b8c509049590f0b82f8e5e6eb3 \
+					rmd160 06f367eacfa3f4d413138fc2386bf3b1ee822cf6 \
+				ocaml-3.11-refman.html.tar.gz \
+					md5 bfb4ed960974159f4224014a979baf6d \
+					sha1 97159cf3d4ea64d0ca03f04997fdfc00982d22b0 \
+					rmd160 8d77630ee0c3dcdae1ef142a59eb876271f1c335
 
 long_description \
 			Objective Caml is an implementation of the ML language, based on \
@@ -32,10 +32,6 @@
 set doc_distname	${name}-${major_vers}-refman
 set docdir			${prefix}/share/doc/${name}-${version}
 
-platform darwin 9 {
-	macosx_deployment_target	10.4
-}
-
 # Configure.
 configure.pre_args	-prefix ${prefix}
 configure.args		-no-tk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090127/ecf285ec/attachment.html>


More information about the macports-changes mailing list