From owner-svn-ports-all@FreeBSD.ORG Tue May 20 12:38:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92E59EC2; Tue, 20 May 2014 12:38:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6625E20BC; Tue, 20 May 2014 12:38:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KCcAg0009452; Tue, 20 May 2014 12:38:10 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KCc90h009445; Tue, 20 May 2014 12:38:09 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201405201238.s4KCc90h009445@svn.freebsd.org> From: Frederic Culot Date: Tue, 20 May 2014 12:38:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354630 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 12:38:10 -0000 Author: culot Date: Tue May 20 12:38:09 2014 New Revision: 354630 URL: http://svnweb.freebsd.org/changeset/ports/354630 QAT: https://qat.redports.org/buildarchive/r354630/ Log: - Update to 3.8.4.3 Changes: http://www.sqlite.org/releaselog/3_8_4_3.html PR: ports/189985 Submitted by: Pavel I Volkov (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo head/databases/sqlite3/pkg-descr Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue May 20 12:02:32 2014 (r354629) +++ head/databases/sqlite3/Makefile Tue May 20 12:38:09 2014 (r354630) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.4.2 +PORTVERSION= 3.8.4.3 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ -DISTNAME= sqlite-autoconf-3080402 +DISTNAME= sqlite-autoconf-3080403 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -43,10 +43,10 @@ UNLOCK_NOTIFY_DESC= Enable notification EXTENSION_DESC= Allow loadable extensions OPTIONS_SINGLE_RAMT= TS0 TS1 TS2 TS3 -RAMT_DESC= Where to store temporary files -TS0_DESC= Always use temporary files -TS1_DESC= Files by default, allow changes with PRAGMA -TS2_DESC= Memory by default,allow changes with PRAGMA +RAMT_DESC= Where to store temporary file +TS0_DESC= Always use temporary file +TS1_DESC= File by default, change allowed PRAGMA +TS2_DESC= Memory by default, change allowed PRAGMA TS3_DESC= Always use memory OPTIONS_RADIO_STAT= STAT3 STAT4 Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue May 20 12:02:32 2014 (r354629) +++ head/databases/sqlite3/distinfo Tue May 20 12:38:09 2014 (r354630) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080402.tar.gz) = e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 -SIZE (sqlite-autoconf-3080402.tar.gz) = 1937368 +SHA256 (sqlite-autoconf-3080403.tar.gz) = e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65 +SIZE (sqlite-autoconf-3080403.tar.gz) = 1937379 Modified: head/databases/sqlite3/pkg-descr ============================================================================== --- head/databases/sqlite3/pkg-descr Tue May 20 12:02:32 2014 (r354629) +++ head/databases/sqlite3/pkg-descr Tue May 20 12:38:09 2014 (r354630) @@ -4,4 +4,4 @@ The distribution comes with a standalone that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. -WWW: http://www.sqlite.org/ +WWW: https://www.sqlite.org/