[88530] trunk/dports/devel
mww at macports.org
mww at macports.org
Tue Jan 3 18:07:30 PST 2012
Revision: 88530
http://trac.macports.org/changeset/88530
Author: mww at macports.org
Date: 2012-01-03 18:07:30 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-batteries to ocaml-batteries, leave stub;
Modified Paths:
--------------
trunk/dports/devel/caml-batteries/Portfile
trunk/dports/devel/ocaml-batteries/Portfile
Added Paths:
-----------
trunk/dports/devel/ocaml-batteries/
Modified: trunk/dports/devel/caml-batteries/Portfile
===================================================================
--- trunk/dports/devel/caml-batteries/Portfile 2012-01-04 02:05:22 UTC (rev 88529)
+++ trunk/dports/devel/caml-batteries/Portfile 2012-01-04 02:07:30 UTC (rev 88530)
@@ -1,51 +1,12 @@
# $Id$
PortSystem 1.0
+replaced_by ocaml-batteries
+PortGroup obsolete 1.0
name caml-batteries
epoch 1
version 1.4.1
+revision 1
categories devel ml
-maintainers erickt openmaintainer
license LGPL-2.1
-description A new O'Caml standard library
-long_description OCaml Batteries included (or simply Batteries) is a \
- community-driven effort to standardize on an consistent, \
- documented, and comprehensive development platform for the \
- OCaml programming language.
-homepage http://batteries.forge.ocamlcore.org/
-master_sites http://forge.ocamlcore.org/frs/download.php/684/
-platforms darwin
-
-distname batteries-${version}
-
-checksums sha1 bb681690ab5a6f8b0b21c4de38349f07302eb4ba \
- rmd160 bdadb7ae9725abc9dce829458b519fa240588341
-
-depends_lib port:ocaml \
- port:ocaml-findlib \
- port:ocaml-type-conv \
- port:caml-sexplib \
- port:caml-bin-prot \
- port:caml-camomile \
- port:ocaml-zip \
- port:caml-ocamlnet \
- port:ocaml-ounit
-
-use_configure no
-use_parallel_build no
-
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
-build.target all doc
-
-destroot.target install install-doc
-destroot.destdir DESTDIR=${ocamlfind_destdir} DOCROOT=${destroot}${prefix}/share/doc/${name}
-
-pre-destroot {
- file mkdir $ocamlfind_destdir
-}
-
-livecheck.type regex
-livecheck.regex "batteries-(.*?).tar.gz"
-
Modified: trunk/dports/devel/ocaml-batteries/Portfile
===================================================================
--- trunk/dports/devel/caml-batteries/Portfile 2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-batteries/Portfile 2012-01-04 02:07:30 UTC (rev 88530)
@@ -2,8 +2,7 @@
PortSystem 1.0
-name caml-batteries
-epoch 1
+name ocaml-batteries
version 1.4.1
categories devel ml
maintainers erickt openmaintainer
@@ -25,11 +24,11 @@
depends_lib port:ocaml \
port:ocaml-findlib \
port:ocaml-type-conv \
- port:caml-sexplib \
- port:caml-bin-prot \
- port:caml-camomile \
+ port:ocaml-sexplib \
+ port:ocaml-bin-prot \
+ port:ocaml-camomile \
port:ocaml-zip \
- port:caml-ocamlnet \
+ port:ocaml-ocamlnet \
port:ocaml-ounit
use_configure no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/6b62a10d/attachment-0001.html>
More information about the macports-changes
mailing list