sqlite-3.5.9

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile    15 Sep 2007 18:51:35 -0000      1.32
+++ Makefile    13 Jun 2008 18:32:33 -0000
@@ -2,13 +2,13 @@
 
 COMMENT-main=  embedded SQL implementation
 COMMENT-tcl=   TCL bindings for Sqlite3
-V=             3.4.2
+V=             3.5.9
 DISTNAME=      sqlite-${V}
 PKGNAME-main=  sqlite3-${V}
 PKGNAME-tcl=   sqlite3-tcl-${V}
 CATEGORIES=    databases
-SHARED_LIBS += sqlite3              9.0      # .8.6
-SHARED_LIBS += tclsqlite3           9.0      # .8.6
+SHARED_LIBS += sqlite3              10.0      # .8.6
+SHARED_LIBS += tclsqlite3           10.0      # .8.6
 
 MASTER_SITES=  ${HOMEPAGE}
 
@@ -20,7 +20,8 @@
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB-main=  c ncurses readline
+WANTLIB-main=  c ncurses pthread readline
+WANTLIB-tcl=   pthread
 
 USE_LIBTOOL=   Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo    15 Sep 2007 18:51:35 -0000      1.20
+++ distinfo    13 Jun 2008 18:32:33 -0000
@@ -1,5 +1,5 @@
-MD5 (sqlite-3.4.2.tar.gz) = L+7JtCn5KYyfKIQgyLRJ+A==
-RMD160 (sqlite-3.4.2.tar.gz) = WDNSP+3O1EsYzClVtjVr4AcTQSs=
-SHA1 (sqlite-3.4.2.tar.gz) = GrKCcZx8JwhTY0HbWyDzmrJ6ZU0=
-SHA256 (sqlite-3.4.2.tar.gz) = CthsSybNaHEisVi/hI8KB9fNZEAz0VxPQ7bWQ710zYE=
-SIZE (sqlite-3.4.2.tar.gz) = 2377646
+MD5 (sqlite-3.5.9.tar.gz) = tYQSkEtC/knlooHpnaD9cg==
+RMD160 (sqlite-3.5.9.tar.gz) = 3armhmQZZoAhA3pJfDY+YZTefeU=
+SHA1 (sqlite-3.5.9.tar.gz) = jYH7T/YGCVc05yHjzwC8nThZoFU=
+SHA256 (sqlite-3.5.9.tar.gz) = fdMxkWsTR5aVgum84Z+87tiXLoB+ME4Oc3BH64D8YRw=
+SIZE (sqlite-3.5.9.tar.gz) = 2201083
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/databases/sqlite3/patches/patch-Makefile_in,v
retrieving revision 1.7
diff -u -r1.7 patch-Makefile_in
--- patches/patch-Makefile_in   26 Jun 2007 19:13:37 -0000      1.7
+++ patches/patch-Makefile_in   13 Jun 2008 18:32:33 -0000
@@ -1,9 +1,9 @@
 $OpenBSD: patch-Makefile_in,v 1.7 2007/06/26 19:13:37 espie Exp $
---- Makefile.in.orig   Thu Jun 14 22:54:38 2007
-+++ Makefile.in        Tue Jun 26 20:39:45 2007
-@@ -711,6 +711,8 @@ clean:     
+--- Makefile.in.orig   Mon May 12 20:10:26 2008
++++ Makefile.in        Fri Jun 13 13:46:41 2008
+@@ -721,6 +721,8 @@ clean:     
  distclean:    clean
-       rm -f config.log config.status libtool Makefile config.h
+       rm -f config.log config.status libtool Makefile sqlite3.pc
  
 +.PHONY: test
 +
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/databases/sqlite3/patches/patch-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-configure
--- patches/patch-configure     14 Apr 2007 19:34:03 -0000      1.2
+++ patches/patch-configure     13 Jun 2008 18:32:33 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.2 2007/04/14 19:34:03 steven Exp $
---- configure.orig     Thu Mar 29 20:39:30 2007
-+++ configure  Sat Apr  7 08:04:17 2007
-@@ -19338,7 +19338,7 @@ echo "${ECHO_T}file not found" >&6; }
+--- configure.orig     Tue May 13 03:57:21 2008
++++ configure  Fri Jun 13 13:46:41 2008
+@@ -11433,7 +11433,7 @@ echo "${ECHO_T}file not found" >&6
  
      eval "TCL_STUB_LIB_FILE=\"${TCL_STUB_LIB_FILE}\""
      eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\""
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/databases/sqlite3/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- pkg/PLIST-main      16 Jan 2007 23:24:32 -0000      1.2
+++ pkg/PLIST-main      13 Jun 2008 18:32:33 -0000
@@ -2,7 +2,7 @@
 @pkgpath databases/sqlite3
 @pkgpath databases/sqlite3,no_tcl
 %%SHARED%%
-bin/sqlite3
[EMAIL PROTECTED] bin/sqlite3
 include/sqlite3.h
 include/sqlite3ext.h
 lib/libsqlite3.a

Reply via email to