[85546] trunk/dports/devel/caml-graph

mww at macports.org mww at macports.org
Fri Oct 14 01:18:11 PDT 2011


Revision: 85546
          http://trac.macports.org/changeset/85546
Author:   mww at macports.org
Date:     2011-10-14 01:18:11 -0700 (Fri, 14 Oct 2011)
Log Message:
-----------
caml-graph: version 1.8; add documentatino; ticket #31568

Modified Paths:
--------------
    trunk/dports/devel/caml-graph/Portfile

Removed Paths:
-------------
    trunk/dports/devel/caml-graph/files/

Modified: trunk/dports/devel/caml-graph/Portfile
===================================================================
--- trunk/dports/devel/caml-graph/Portfile	2011-10-14 08:07:15 UTC (rev 85545)
+++ trunk/dports/devel/caml-graph/Portfile	2011-10-14 08:18:11 UTC (rev 85546)
@@ -1,8 +1,9 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup ocaml 1.0
 name                caml-graph
-version             1.7
+version             1.8
 distname            ocamlgraph-${version}
 categories          devel ml
 maintainers         labri.fr:fh
@@ -17,8 +18,8 @@
 platforms           darwin
 master_sites        http://ocamlgraph.lri.fr/download/
 
-checksums           sha1    fb15adbcdc5d258b733eec32a69f9db0c2f7581d \
-                    rmd160  5006095e66f5f552b187a1b37b760dbaae88bd0e
+checksums           sha1    ba1215a30ceba6c4faaceb923a8d8fe8db6163c0 \
+                    rmd160  32c1207b41d5218b9b63a2774477103788d3eac0
 
 livecheck.url       http://ocamlgraph.lri.fr/
 livecheck.type      regex
@@ -26,17 +27,14 @@
 
 depends_lib         port:ocaml port:caml-findlib
 
-# ocaml is not universal
-universal_variant   no
+configure.env       OCAMLFIND=${ocamlfind_wrapper}
 
 use_parallel_build  no
-patchfiles          patch-Makefile.in.diff
+build.target-append doc
 
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
-destroot.env        OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir -ldconf ignore"
 destroot.target     install-findlib
 
-pre-destroot {
-    file mkdir $ocamlfind_destdir
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc
+    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111014/41995375/attachment.html>


More information about the macports-changes mailing list