[47078] trunk/dports/devel/caml-sqlite3

mww at macports.org mww at macports.org
Sat Feb 21 10:50:06 PST 2009


Revision: 47078
          http://trac.macports.org/changeset/47078
Author:   mww at macports.org
Date:     2009-02-21 10:50:06 -0800 (Sat, 21 Feb 2009)
Log Message:
-----------
version 1.3.0

Modified Paths:
--------------
    trunk/dports/devel/caml-sqlite3/Portfile
    trunk/dports/devel/caml-sqlite3/files/patch-Makefile.in

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile	2009-02-21 18:41:15 UTC (rev 47077)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2009-02-21 18:50:06 UTC (rev 47078)
@@ -3,9 +3,8 @@
 PortSystem          1.0
 
 name                caml-sqlite3
-version             1.2.0
-revision            1
-categories          devel ml
+version             1.3.0
+categories          devel ml databases
 maintainers         landonf openmaintainer
 description         OCaml bindings for SQLite 3
 long_description    ${description}
@@ -17,9 +16,9 @@
 distname            ocaml-sqlite3-${version}
 
 
-checksums           md5 9e77953ff4b8e2a22532c82ecc6ad74f \
-                    sha1 58137eba5430d7f3457c21db5538b404285be76a \
-                    rmd160 5d610292dd1902dc0e0f847792bc3c8e991a502c
+checksums           md5     8ed5bebf6fb0dd06acebb82ed242cbb0 \
+                    sha1    768d90129216578f645d2ba0c28f48889e4426b6 \
+                    rmd160  105cacd607fbb59f1d9cc3764d76097af1d9c1f5
 
 depends_lib         port:ocaml \
                     port:caml-findlib \

Modified: trunk/dports/devel/caml-sqlite3/files/patch-Makefile.in
===================================================================
--- trunk/dports/devel/caml-sqlite3/files/patch-Makefile.in	2009-02-21 18:41:15 UTC (rev 47077)
+++ trunk/dports/devel/caml-sqlite3/files/patch-Makefile.in	2009-02-21 18:50:06 UTC (rev 47078)
@@ -1,8 +1,6 @@
---- Makefile.in.orig	2008-07-29 14:02:04.000000000 -0700
-+++ Makefile.in	2008-07-29 14:03:32.000000000 -0700
-@@ -1,8 +1,8 @@
- OCFLAGS=-pp camlp4o
- 
+--- Makefile.in	2009-02-21 19:26:24.000000000 +0100
++++ Makefile.in	2009-02-21 19:29:07.000000000 +0100
+@@ -1,6 +1,6 @@
 -prefix=@prefix@
 -exec_prefix=@exec_prefix@
 -bindir=@bindir@
@@ -10,9 +8,9 @@
 +exec_prefix=$(DESTDIR)/@exec_prefix@
 +bindir=$(DESTDIR)/@bindir@
  
- CC=@CC@
- CFLAGS=@CPPFLAGS@ @CFLAGS@ -fPIC -Wall -pedantic -Werror -Wno-long-long
-@@ -35,9 +35,7 @@
+ HAS_ENABLE_LOAD_EXTENSION=@HAS_ENABLE_LOAD_EXTENSION@
+ ifeq ($(HAS_ENABLE_LOAD_EXTENSION), true)
+@@ -42,9 +42,7 @@
  # one in .
  install: sqlite3.cma sqlite3.cmxa sqlite3top
  	[ -f *.so ] && SO_FILES=*.so; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090221/11c9b683/attachment.html>


More information about the macports-changes mailing list