From owner-svn-ports-head@FreeBSD.ORG Sat Oct 13 07:27:46 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39F7E93A; Sat, 13 Oct 2012 07:27:46 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 091DD8FC08; Sat, 13 Oct 2012 07:27:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9D7Rjaf063513; Sat, 13 Oct 2012 07:27:45 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9D7RjwW063510; Sat, 13 Oct 2012 07:27:45 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201210130727.q9D7RjwW063510@svn.freebsd.org> From: Frederic Culot Date: Sat, 13 Oct 2012 07:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305817 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 07:27:46 -0000 Author: culot Date: Sat Oct 13 07:27:45 2012 New Revision: 305817 URL: http://svn.freebsd.org/changeset/ports/305817 Log: - Update to 3.7.14.1 - Enable URI filename option by default - Update maintainer's address Changes: http://www.sqlite.org/releaselog/3_7_14_1.html PR: ports/172400 Submitted by: Pavel I Volkov (maintainer) Feature safe: yes Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Sat Oct 13 06:56:25 2012 (r305816) +++ head/databases/sqlite3/Makefile Sat Oct 13 07:27:45 2012 (r305817) @@ -1,17 +1,13 @@ -# New ports collection makefile for: sqlite3 -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= sqlite3 -PORTVERSION= 3.7.14 +PORTVERSION= 3.7.14.1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ http://www2.sqlite.org/ http://www3.sqlite.org/ -DISTNAME= sqlite-autoconf-3071400 +DISTNAME= sqlite-autoconf-3071401 -MAINTAINER= pavelivolkov@googlemail.com +MAINTAINER= pavelivolkov@gmail.com COMMENT= An SQL database engine in a C library LICENSE= public @@ -34,7 +30,7 @@ OPTIONS= \ RTREE "Enable R*Tree module (${RTREE_INT})" off \ RAMTABLE "Store temporary tables in RAM = ${TEMP_STORE}" off \ UPD_DEL_LIMIT "ORDER BY and LIMIT on UPDATE and DELETE" off \ - URI "Enable use the URI filename" off \ + URI "Enable use the URI filename" on \ SOUNDEX "Enables the soundex() SQL function" off \ METADATA "Enable column metadata" on \ STAT3 "Help SQLite to chose a better query plan" off \ Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Sat Oct 13 06:56:25 2012 (r305816) +++ head/databases/sqlite3/distinfo Sat Oct 13 07:27:45 2012 (r305817) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3071400.tar.gz) = de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724 -SIZE (sqlite-autoconf-3071400.tar.gz) = 1832194 +SHA256 (sqlite-autoconf-3071401.tar.gz) = d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692 +SIZE (sqlite-autoconf-3071401.tar.gz) = 1832051