[71729] trunk/dports/devel/caml-sqlite3/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 21 01:10:16 PDT 2010


Revision: 71729
          http://trac.macports.org/changeset/71729
Author:   ryandesign at macports.org
Date:     2010-09-21 01:10:12 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
caml-sqlite3: update to 1.5.8, and disable universal because ocaml is not universal

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

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile	2010-09-21 08:04:08 UTC (rev 71728)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2010-09-21 08:10:12 UTC (rev 71729)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 
 name                caml-sqlite3
-version             1.5.7
+version             1.5.8
 categories          devel ml databases
 maintainers         landonf stechert openmaintainer
 description         OCaml bindings for SQLite 3
@@ -15,14 +15,16 @@
 
 distname            ocaml-sqlite3-${version}
 
-checksums           md5     a793b72638af42ae4149e050e5990a12 \
-                    sha1    e617ba1f139546864d77249176eceb1a268d9651 \
-                    rmd160  23f271624684a003fd9ed94f7038b9b78d39faae
+checksums           sha1    2100e5ff4350d9be8a10aee2bd36e0f55e6fd9da \
+                    rmd160  f85159d95f9a54093192558962fd7c3b9f835f9e
 
 depends_lib         port:ocaml \
                     port:caml-findlib \
                     port:sqlite3
 
+# ocaml is not universal
+universal_variant   no
+
 patchfiles          patch-Makefile.in
 
 configure.args      --with-sqlite3=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/e9a12b2e/attachment-0001.html>


More information about the macports-changes mailing list