[88524] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 17:54:59 PST 2012


Revision: 88524
          http://trac.macports.org/changeset/88524
Author:   mww at macports.org
Date:     2012-01-03 17:54:59 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-ocamlnet to ocaml-ocamlnet, leave stub;

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

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

Modified: trunk/dports/devel/caml-ocamlnet/Portfile
===================================================================
--- trunk/dports/devel/caml-ocamlnet/Portfile	2012-01-04 01:52:25 UTC (rev 88523)
+++ trunk/dports/devel/caml-ocamlnet/Portfile	2012-01-04 01:54:59 UTC (rev 88524)
@@ -1,60 +1,11 @@
 # $Id$
 
 PortSystem          1.0
+replaced_by ocaml-ocamlnet
+PortGroup obsolete 1.0
 
 name                caml-ocamlnet
 version             3.4
+revision            1
 categories          devel ml
-maintainers         landonf openmaintainer
 license             {BSD GPL-2 LGPL-2}
-description         Internet protocols and helper data structures for OCaml.
-long_description    Internet protocols (http, cgi, email etc.) and helper \
-                    data structures (mail messages, character sets, etc.) \
-                    Ocamlnet implements a number of Internet protocols (http \
-                    client & server, cgi and cgi variants, SunRPC, FTP, POP, \
-                    SMTP) and is a strong base for web and Internet \
-                    programming.
-
-homepage            http://projects.camlcity.org/projects/ocamlnet.html
-platforms           darwin
-master_sites        http://download.camlcity.org/download/
-
-distname            ocamlnet-${version}
-
-checksums           md5     920414f896af983e7458c03a492f7c62 \
-                    sha1    2eed08e68175089f6bba4732aa99fc07843c7c92 \
-                    rmd160  90baea35fc4ea37db6a3a611408fc676afc216f4
-
-
-depends_lib         port:ocaml \
-                    port:ocaml-findlib \
-                    port:caml-pcre
-
-# ocaml is not universal
-universal_variant   no
-
-patchfiles          patch-rpcgen.diff
-
-post-patch {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    reinplace       "s|\$(OCAMLFIND) install|\$(OCAMLFIND) install -destdir ${destroot}/${ocaml_site_path}|g" \
-                    ${worksrcpath}/Makefile
-    reinplace       "s|@CPP@|${configure.cpp}|g" \
-                    ${worksrcpath}/src/netplex/Makefile.pre \
-                    ${worksrcpath}/src/rpc/Makefile.pre \
-                    ${worksrcpath}/src/rpc-auth-dh/Makefile.pre
-}
-
-configure.pre_args
-
-build.target        all opt
-use_parallel_build  no
-
-pre-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    file mkdir ${destroot}${ocaml_site_path}/stublibs
-    destroot.args DESTDIR="${destroot}" OCAMLFIND_DESTDIR="${destroot}${ocaml_site_path}"
-}
-
-livecheck.type      regex
-livecheck.regex     {ocamlnet-(\d+(?:\.\d+)*)\.tar}

Modified: trunk/dports/devel/ocaml-ocamlnet/Portfile
===================================================================
--- trunk/dports/devel/caml-ocamlnet/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-ocamlnet/Portfile	2012-01-04 01:54:59 UTC (rev 88524)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 
-name                caml-ocamlnet
+name                ocaml-ocamlnet
 version             3.4
 categories          devel ml
 maintainers         landonf openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/6924d229/attachment.html>


More information about the macports-changes mailing list