[88535] trunk/dports/devel
mww at macports.org
mww at macports.org
Tue Jan 3 18:18:47 PST 2012
Revision: 88535
http://trac.macports.org/changeset/88535
Author: mww at macports.org
Date: 2012-01-03 18:18:46 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-core to ocaml-core, leave stub;
Modified Paths:
--------------
trunk/dports/devel/caml-core/Portfile
trunk/dports/devel/ocaml-core/Portfile
Added Paths:
-----------
trunk/dports/devel/ocaml-core/
Modified: trunk/dports/devel/caml-core/Portfile
===================================================================
--- trunk/dports/devel/caml-core/Portfile 2012-01-04 02:16:57 UTC (rev 88534)
+++ trunk/dports/devel/caml-core/Portfile 2012-01-04 02:18:46 UTC (rev 88535)
@@ -1,39 +1,11 @@
# $Id$
PortSystem 1.0
+replaced_by ocaml-core
+PortGroup obsolete 1.0
name caml-core
version 0.7.0
+revision 1
categories devel ml
-platforms darwin
-maintainers mww openmaintainer
-description Jane Street's alternative to the standard OCaml library
license LGPL-2.1
-long_description ${description}
-homepage http://www.janestreet.com/ocaml/
-master_sites ${homepage}
-checksums md5 fc6195e8727f1e08020bad06c3833bc3 \
- sha1 966a93901b8e168ecca4d010fa99b4c1d3b22bf8 \
- rmd160 52a5e2a101b0ef33eb6ef7aca827aa69bdefb02b
-
-distname core-${version}
-
-depends_lib port:ocaml port:ocaml-findlib port:caml-sexplib \
- port:caml-res port:caml-bin-prot port:caml-fieldslib
-
-use_configure no
-
-build.env PREFIX=${prefix}
-use_parallel_build no
-
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
-destroot.env OCAMLFIND_DESTDIR="$ocamlfind_destdir"
-
-pre-destroot {
- xinstall -m 755 -d $ocamlfind_destdir/stublibs
-}
-
-platform darwin {
- patchfiles-append lib_TZ.ml.diff
-}
Modified: trunk/dports/devel/ocaml-core/Portfile
===================================================================
--- trunk/dports/devel/caml-core/Portfile 2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-core/Portfile 2012-01-04 02:18:46 UTC (rev 88535)
@@ -2,7 +2,7 @@
PortSystem 1.0
-name caml-core
+name ocaml-core
version 0.7.0
categories devel ml
platforms darwin
@@ -18,8 +18,8 @@
distname core-${version}
-depends_lib port:ocaml port:ocaml-findlib port:caml-sexplib \
- port:caml-res port:caml-bin-prot port:caml-fieldslib
+depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib \
+ port:ocaml-res port:ocaml-bin-prot port:ocaml-fieldslib
use_configure no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/817242d7/attachment-0001.html>
More information about the macports-changes
mailing list