[95933] trunk/dports/devel/ocaml-sqlite3

mww at macports.org mww at macports.org
Thu Jul 26 13:30:57 PDT 2012


Revision: 95933
          https://trac.macports.org/changeset/95933
Author:   mww at macports.org
Date:     2012-07-26 13:30:57 -0700 (Thu, 26 Jul 2012)
Log Message:
-----------
ocaml-sqlite3: version 2.0.2

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

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

Modified: trunk/dports/devel/ocaml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/ocaml-sqlite3/Portfile	2012-07-26 20:25:54 UTC (rev 95932)
+++ trunk/dports/devel/ocaml-sqlite3/Portfile	2012-07-26 20:30:57 UTC (rev 95933)
@@ -4,8 +4,7 @@
 PortGroup ocaml 1.0
 
 name                ocaml-sqlite3
-version             1.6.3
-revision            1
+version             2.0.2
 categories          devel ml databases
 platforms           darwin
 maintainers         landonf openmaintainer
@@ -18,31 +17,17 @@
 
 distname            sqlite3-ocaml-${version}
 
-checksums           rmd160  2631aaa91d210015e8bcf45130dbd201e4e30b7b \
-                    sha256  65c347570996703ddb1be6f83f87cf0266bcc046c428e54946ab2e809cf69c00
+checksums           rmd160  85bca16418a7864b4cb78a4dc729b66e12bad1f8 \
+                    sha256  8cc2236b139d0f8bce069686eab04af6eeac25d4caa8fb197d52f8281061c8f9
 
 depends_lib         port:ocaml \
                     port:ocaml-findlib \
                     port:sqlite3
 
-patchfiles          patch-Makefile.in
+use_oasis           yes
+use_oasis_doc       yes
+configure.args-append "--override docdir ${destroot}${prefix}/share/doc/${name}"
 
-# ocamlmklib does not handle the -arch flag
-if {[info exists build_arch] && ${os.platform} == "darwin"} {
-  configure.cc_archflags
-  configure.ld_archflags
-  configure.pre_args-append --build=${build_arch}-apple-darwin${os.major}
-}
-
-configure.args      --with-sqlite3=${prefix}
-
-use_parallel_build  no
-
-pre-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc
-    file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-}
-
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     sqlite3-ocaml-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120726/e94dc288/attachment.html>


More information about the macports-changes mailing list