[88575] trunk/dports/devel
mww at macports.org
mww at macports.org
Wed Jan 4 08:43:08 PST 2012
Revision: 88575
http://trac.macports.org/changeset/88575
Author: mww at macports.org
Date: 2012-01-04 08:43:04 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
rename caml-ulex to ocaml-ulex, leave stub;
Modified Paths:
--------------
trunk/dports/devel/caml-ulex/Portfile
trunk/dports/devel/ocaml-ulex/Portfile
Added Paths:
-----------
trunk/dports/devel/ocaml-ulex/
Modified: trunk/dports/devel/caml-ulex/Portfile
===================================================================
--- trunk/dports/devel/caml-ulex/Portfile 2012-01-04 15:47:11 UTC (rev 88574)
+++ trunk/dports/devel/caml-ulex/Portfile 2012-01-04 16:43:04 UTC (rev 88575)
@@ -1,47 +1,10 @@
# $Id$
PortSystem 1.0
+replaced_by ocaml-ulex
+PortGroup obsolete 1.0
name caml-ulex
version 1.1
-revision 2
-maintainers nomaintainer
-
-description lexer generator for Unicode and OCaml
-long_description ulex is a lexer generator for Unicode and OCaml written by Alain Frisch.
-
+revision 3
categories devel textproc ml
-
-distname ulex-${version}
-
-homepage http://www.cduce.org/download.html
-master_sites http://www.cduce.org/download/
-
-platforms darwin
-
-checksums md5 ce49a013bc4a0e085977a9fe157017bf \
- sha1 1637679a2f678d146e6fbf425f947e6dd8dac8a0 \
- rmd160 4219fce15e357bf6edaa6efad04902a84082c3b9
-
-depends_lib port:ocaml \
- port:ocaml-findlib
-
-use_configure no
-
-post-patch {
- set ocaml_site_path [exec ${prefix}/bin/ocamlfind printconf destdir]
-
- reinplace "s|ocamlfind install|ocamlfind install -ldconf ignore -destdir ${destroot}/${ocaml_site_path}|g" \
- ${worksrcpath}/Makefile
-}
-
-build.target all.opt
-
-pre-destroot {
- set ocaml_site_path [exec ocamlfind printconf destdir]
- file mkdir ${destroot}/${ocaml_site_path}
-}
-
-
-livecheck.type regex
-livecheck.regex {ulex-(\d+(?:\.\d+)*)}
Modified: trunk/dports/devel/ocaml-ulex/Portfile
===================================================================
--- trunk/dports/devel/caml-ulex/Portfile 2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-ulex/Portfile 2012-01-04 16:43:04 UTC (rev 88575)
@@ -2,9 +2,8 @@
PortSystem 1.0
-name caml-ulex
+name ocaml-ulex
version 1.1
-revision 2
maintainers nomaintainer
description lexer generator for Unicode and OCaml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120104/f227051e/attachment.html>
More information about the macports-changes
mailing list