diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index b1833f4a3b5..7a081d26815 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.69 2013/03/11 02:52:08 espie Exp $ +# $OpenBSD: Makefile,v 1.70 2013/03/18 10:58:16 espie Exp $ COMMENT-main= embedded SQL implementation COMMENT-tcl= TCL bindings for Sqlite3 COMMENT-lemon= LEMON LALR(1) parser generator -V= 3.7.14.1 -DISTNAME= sqlite-src-3071401 +V= 3.7.15.2 +DISTNAME= sqlite-src-3071502 EXTRACT_SUFX = .zip PKGNAME-main= sqlite3-${V} PKGNAME-tcl= sqlite3-tcl-${V} diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index eae30aedcec..238e7f5301e 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-src-3071401.zip) = y6bCSM2rmGROVKT3yzeNDzcUWSFGA6w9Ui6xqKQhXO0= -SIZE (sqlite-src-3071401.zip) = 4966093 +SHA256 (sqlite-src-3071502.zip) = pEs4yu2Z+VONB6atQX1WLJlBbsD3mtKdXmCtaaiGbYc= +SIZE (sqlite-src-3071502.zip) = 5005498 diff --git a/databases/sqlite3/patches/patch-Makefile_in b/databases/sqlite3/patches/patch-Makefile_in index d67e862f621..25944fab8d4 100644 --- a/databases/sqlite3/patches/patch-Makefile_in +++ b/databases/sqlite3/patches/patch-Makefile_in @@ -1,6 +1,6 @@ -$OpenBSD: patch-Makefile_in,v 1.21 2012/11/29 05:32:04 espie Exp $ ---- Makefile.in.orig Thu Oct 4 21:49:23 2012 -+++ Makefile.in Thu Nov 29 06:30:18 2012 +$OpenBSD: patch-Makefile_in,v 1.22 2013/03/18 10:58:16 espie Exp $ +--- Makefile.in.orig Wed Jan 9 14:51:48 2013 ++++ Makefile.in Mon Mar 18 11:53:00 2013 @@ -187,7 +187,7 @@ LIBOBJS1 = sqlite3.lo # Determine the real value of LIBOBJ based on the 'configure' script @@ -74,7 +74,7 @@ $OpenBSD: patch-Makefile_in,v 1.21 2012/11/29 05:32:04 espie Exp $ TESTFIXTURE_SRC = $(TESTSRC) $(TOP)/src/tclsqlite.c $(TESTFIXTURE_SRC$(USE_AMALGAMATION)) testfixture$(TEXE): $(TESTFIXTURE_SRC) -@@ -909,18 +918,12 @@ lib_install: libsqlite3.la +@@ -912,18 +921,12 @@ lib_install: libsqlite3.la $(INSTALL) -d $(DESTDIR)$(libdir) $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) @@ -96,7 +96,7 @@ $OpenBSD: patch-Makefile_in,v 1.21 2012/11/29 05:32:04 espie Exp $ $(INSTALL) -d $(DESTDIR)$(TCLLIBDIR) $(LTINSTALL) libtclsqlite3.la $(DESTDIR)$(TCLLIBDIR) rm -f $(DESTDIR)$(TCLLIBDIR)/libtclsqlite3.la $(DESTDIR)$(TCLLIBDIR)/libtclsqlite3.a -@@ -945,6 +948,8 @@ clean: +@@ -947,6 +950,8 @@ clean: distclean: clean rm -f config.log config.status libtool Makefile sqlite3.pc