From 4f0777a7f0995170edd7fafc381a0ddb2e2e7609 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Sun, 17 Oct 2010 09:42:48 +0000 Subject: [PATCH] Update to 3.7.3 Update maintainer address PR: ports/151501 Submitted by: Pavel I. Volkov (maintainer) --- databases/sqlite3/Makefile | 16 +++++++++------- databases/sqlite3/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index a39f4bb894a1..2b78281d1169 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sqlite3 -PORTVERSION= 3.7.2 +PORTVERSION= 3.7.3 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ DISTNAME= sqlite-${PORTVERSION} -MAINTAINER= pol@opk.ru +MAINTAINER= pavelivolkov@googlemail.com COMMENT= An SQL database engine in a C library LICENSE= unknown @@ -30,12 +30,16 @@ CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \ TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \ ac_cv_search_pthread_create="" +# Use an in-ram database for temporary tables (never,no,yes,always), +# which is equivalent of SQLITE_TEMP_STORE=[0,1,2,3] +RAMTABLE?= yes + # Compilation Options For SQLite http://www.sqlite.org/compile.html OPTIONS= \ FTS3 "Enable FTS3 (Full Text Search) module" on \ ICU "Enable built with \"ICU\"" off \ RTREE "Enable R*Tree module" off \ - RAMTABLE "Store temporary tables in RAM" off \ + RAMTABLE "Store temporary tables in RAM = ${RAMTABLE}" off \ UPD_DEL_LIMIT "ORDER BY and LIMIT on UPDATE and DELETE" off \ SOUNDEX "Enables the soundex() SQL function" off \ METADATA "Enable column metadata" on \ @@ -107,7 +111,7 @@ LDFLAGS+= `${LOCALBASE}/bin/icu-config --ldflags` .endif .if defined(WITH_RAMTABLE) -CONFIGURE_ARGS+= --enable-tempstore=yes +CONFIGURE_ARGS+= --enable-tempstore=${RAMTABLE} .endif .if defined(WITH_SECURE_DELETE) @@ -162,16 +166,14 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/sqlite3.1 ${MANPREFIX}/man/man1 .endif .ifndef NOPORTDOCS -.ifdef WITH_FTS3 @${MKDIR} ${DOCSDIR} +.ifdef WITH_FTS3 @${INSTALL_DATA} ${WRKSRC}/ext/fts3/README.syntax ${WRKSRC}/ext/fts3/README.tokenizers ${DOCSDIR} .endif .ifdef WITH_RTREE - @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/ext/rtree/README ${DOCSDIR} .endif .ifdef WITH_ICU - @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/ext/icu/README.txt ${DOCSDIR} .endif .endif diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index f03b6cbc1afa..5df29038a678 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -MD5 (sqlite-3.7.2.tar.gz) = 5f1853c4c1eba3330b6104f274918673 -SHA256 (sqlite-3.7.2.tar.gz) = bb53cad58f1c502662644d88e24a552dc8de982d650f80d8debaf13b15bb3b8a -SIZE (sqlite-3.7.2.tar.gz) = 3309139 +MD5 (sqlite-3.7.3.tar.gz) = 5437978aae90350cf984993091e0d695 +SHA256 (sqlite-3.7.3.tar.gz) = dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6 +SIZE (sqlite-3.7.3.tar.gz) = 3410714