Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2007 13:40:31 +0200 (CEST)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115081: databases/sqlite3 update to 3.4.1
Message-ID:  <200707311140.l6VBeVbk028656@ikaros.oook.cz>
Resent-Message-ID: <200707311210.l6VCA77V049199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115081
>Category:       ports
>Synopsis:       databases/sqlite3 update to 3.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 31 12:10:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Pav Lucistnik
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD ikaros.oook.cz 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jul 7 17:24:15 CEST 2007 root@ikaros.oook.cz:/usr/obj/usr/src/sys/SMP amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- sqlite341.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.28
diff -a -u -r1.28 Makefile
--- Makefile	28 May 2007 18:21:27 -0000	1.28
+++ Makefile	31 Jul 2007 11:39:29 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sqlite3
-PORTVERSION=	3.3.17
+PORTVERSION=	3.4.1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sqlite.org/
 .if defined(USE_THOL)
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.20
diff -a -u -r1.20 distinfo
--- distinfo	28 May 2007 18:21:27 -0000	1.20
+++ distinfo	31 Jul 2007 11:39:29 -0000
@@ -1,3 +1,3 @@
-MD5 (sqlite-3.3.17.tar.gz) = 549eac1ee0b6ff4615f16e0ef0eb68fb
-SHA256 (sqlite-3.3.17.tar.gz) = ee667dcc41c001229b93efff4ae489236934fd590c7c3d6664105ed50d6f899c
-SIZE (sqlite-3.3.17.tar.gz) = 2111281
+MD5 (sqlite-3.4.1.tar.gz) = 0f06955b18da295fecb62d4bf9ded3c6
+SHA256 (sqlite-3.4.1.tar.gz) = d604a4db7781db3d8dda0bb30c4a35bbee184d48e72d9c0de855cf55170ee1be
+SIZE (sqlite-3.4.1.tar.gz) = 2237515
Index: files/fts1_patch-Makefile.in
===================================================================
RCS file: /home/pcvs/ports/databases/sqlite3/files/fts1_patch-Makefile.in,v
retrieving revision 1.1
diff -a -u -r1.1 fts1_patch-Makefile.in
--- files/fts1_patch-Makefile.in	12 Feb 2007 12:47:47 -0000	1.1
+++ files/fts1_patch-Makefile.in	31 Jul 2007 11:39:29 -0000
@@ -1,16 +1,16 @@
---- Makefile.in.orig	Sun Dec  3 16:16:05 2006
-+++ Makefile.in	Sun Dec  3 16:15:40 2006
-@@ -130,7 +130,8 @@
+--- Makefile.in.orig	Thu Jun 28 14:46:18 2007
++++ Makefile.in	Tue Jul 31 13:21:36 2007
+@@ -128,7 +128,8 @@
           select.lo table.lo tokenize.lo trigger.lo update.lo \
           util.lo vacuum.lo \
-          vdbe.lo vdbeapi.lo vdbeaux.lo vdbefifo.lo vdbemem.lo \
+          vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
 -         where.lo utf.lo legacy.lo vtab.lo
 +         where.lo utf.lo legacy.lo vtab.lo \
 +         fts1.lo fts1_hash.lo fts1_porter.lo fts1_tokenizer1.lo
  
  # All of the source code files.
  #
-@@ -464,6 +465,18 @@
+@@ -481,6 +482,18 @@
  
  where.lo:	$(TOP)/src/where.c $(HDR)
  	$(LTCOMPILE) -c $(TOP)/src/where.c
--- sqlite341.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707311140.l6VBeVbk028656>