[53824] trunk/dports/devel/caml-ounit/Portfile

stechert at macports.org stechert at macports.org
Tue Jul 14 17:13:30 PDT 2009


Revision: 53824
          http://trac.macports.org/changeset/53824
Author:   stechert at macports.org
Date:     2009-07-14 17:13:30 -0700 (Tue, 14 Jul 2009)
Log Message:
-----------
Re #18786, updates caml-ounit to version 1.0.3 and adds installation of documentation.

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

Modified: trunk/dports/devel/caml-ounit/Portfile
===================================================================
--- trunk/dports/devel/caml-ounit/Portfile	2009-07-15 00:04:56 UTC (rev 53823)
+++ trunk/dports/devel/caml-ounit/Portfile	2009-07-15 00:13:30 UTC (rev 53824)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                caml-ounit
-version             1.0.2
+version             1.0.3
 categories          devel ml
 maintainers         landonf openmaintainer
 description         Unit test framework for OCaml
@@ -18,9 +18,9 @@
 
 distname            ounit-${version}
 
-checksums           md5 27320856992f0d1b9b0abc186df2e552 \
-                    sha1 91dbd0c6a7bc055225cabd83ee55392d1ad1f663 \
-                    rmd160 9e886bb2d59e90defdb29bfd32514ddb26cfdd97
+checksums           md5     e0831c33cd18fdbf7615bb053e3792b9 \
+                    sha1    fd5674ba094ed8d32c11618cd22d4efa58535a76 \
+                    rmd160  35496f9df16121b4246074e79df0c5396e3faba7
 
 depends_lib         port:ocaml \
                     port:caml-findlib
@@ -36,6 +36,12 @@
     file mkdir ${destroot}/${ocaml_site_path}
 }
 
+post-destroot { 
+    xinstall -d -755 ${destroot}${prefix}/share/doc/${name} 
+    eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] \
+        ${destroot}/${prefix}/share/doc/${name} 
+} 
+
 configure           {}
 
-build.target        allopt
+build.target        allopt doc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090714/5f3d9847/attachment.html>


More information about the macports-changes mailing list