[88537] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 18:24:15 PST 2012


Revision: 88537
          http://trac.macports.org/changeset/88537
Author:   mww at macports.org
Date:     2012-01-03 18:24:15 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename cmal-calendar to ocaml-calendar, leave stub;

Modified Paths:
--------------
    trunk/dports/devel/caml-calendar/Portfile
    trunk/dports/devel/ocaml-calendar/Portfile

Added Paths:
-----------
    trunk/dports/devel/ocaml-calendar/

Modified: trunk/dports/devel/caml-calendar/Portfile
===================================================================
--- trunk/dports/devel/caml-calendar/Portfile	2012-01-04 02:21:08 UTC (rev 88536)
+++ trunk/dports/devel/caml-calendar/Portfile	2012-01-04 02:24:15 UTC (rev 88537)
@@ -1,39 +1,11 @@
 # $Id$
 
 PortSystem          1.0
+replaced_by ocaml-calendar
+PortGroup obsolete 1.0
+
 name                caml-calendar
 version             2.0.4
-maintainers         nomaintainer
-description         Objective Caml interface for calendar functions
-long_description    An OCaml interface for managing dates and times.
-
+revision            1
 categories          devel ml
 
-distname            calendar-${version}
-
-homepage            http://calendar.forge.ocamlcore.org/
-master_sites        http://forge.ocamlcore.org/frs/download.php/171/
-
-platforms           darwin
-
-checksums           md5     f460b1f0544d6c29b9d6517ef8a4b282 \
-                    sha1    60917d141a79b07b3bf4289ef906e97bd657814a \
-                    rmd160  23c2a5a8d030cdf19d4d98b7b7bdf67d87146b59
-
-post-patch {
-    set ocaml_site_path [exec ${prefix}/bin/ocamlfind printconf destdir]
-
-    reinplace       "s|\$(CAMLFIND) install|\$(CAMLFIND) install -destdir ${destroot}/${ocaml_site_path}|g" \
-        ${worksrcpath}/Makefile.in
-}
-
-pre-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    file mkdir ${destroot}/${ocaml_site_path}
-}
-
-depends_lib         port:ocaml \
-                    port:ocaml-findlib
-
-livecheck.type      regex
-livecheck.regex     {calendar-(\d+(?:\.\d+)*)}

Modified: trunk/dports/devel/ocaml-calendar/Portfile
===================================================================
--- trunk/dports/devel/caml-calendar/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-calendar/Portfile	2012-01-04 02:24:15 UTC (rev 88537)
@@ -1,7 +1,7 @@
 # $Id$
 
 PortSystem          1.0
-name                caml-calendar
+name                ocaml-calendar
 version             2.0.4
 maintainers         nomaintainer
 description         Objective Caml interface for calendar functions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/e2454bab/attachment.html>


More information about the macports-changes mailing list