[90964] trunk/dports/devel/ocaml-xmlm

mww at macports.org mww at macports.org
Tue Mar 20 02:37:23 PDT 2012


Revision: 90964
          https://trac.macports.org/changeset/90964
Author:   mww at macports.org
Date:     2012-03-20 02:37:20 -0700 (Tue, 20 Mar 2012)
Log Message:
-----------
ocaml-xmlm: version 1.1.0

Modified Paths:
--------------
    trunk/dports/devel/ocaml-xmlm/Portfile

Removed Paths:
-------------
    trunk/dports/devel/ocaml-xmlm/files/

Modified: trunk/dports/devel/ocaml-xmlm/Portfile
===================================================================
--- trunk/dports/devel/ocaml-xmlm/Portfile	2012-03-20 09:05:41 UTC (rev 90963)
+++ trunk/dports/devel/ocaml-xmlm/Portfile	2012-03-20 09:37:20 UTC (rev 90964)
@@ -1,9 +1,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           ocaml 1.0
 
 name                ocaml-xmlm
-version             1.0.2
+version             1.1.0
 categories          devel ml textproc
 maintainers         mww openmaintainer
 platforms           darwin
@@ -19,27 +20,22 @@
 
 homepage            http://erratique.ch/software/xmlm
 master_sites        http://erratique.ch/software/xmlm/releases/
-patchfiles          patch-src-META.diff
 
 distname            xmlm-${version}
 use_bzip2           yes
 extract.suffix      .tbz
 
-checksums           md5     8c891f84b6e64892445071b7706ba1a2 \
-                    sha1    051ec8bbffbf2d720e5bc5a845cbf300f3f5f61f \
-                    rmd160  e1feec0805e43e2e15ac7386b0e5d2375d44fe81
+checksums           md5     443bb4e06ee5f88bbd2bafd5641f903d \
+                    sha1    c19ebedba03e70e9e1d1a2f2756d7344010c6260 \
+                    rmd160  3ddcf5cdf00014be89280fbbd61bcd0934e7b9b4
 
 depends_lib         port:ocaml \
                     port:ocaml-findlib
 
-use_configure       no
+use_oasis           yes
+configure.args      --destdir ${destroot}
 
-build.cmd           ./build
-build.target
-
-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    system "cd ${worksrcpath} && INSTALLDIR=${destroot}${ocaml_site_path}/xmlm ./build install"
+post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} CHANGES README \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120320/b6839741/attachment.html>


More information about the macports-changes mailing list