summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-10-13 07:27:45 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-10-13 07:27:45 +0000
commitfc91fe6c5e739c962bac9a253e73a085dfa4f76e (patch)
treeff42ac3438f8775278fe5d934519aa175b24fcc5 /databases/sqlite3
parent- fix option XPDF (diff)
- 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 <pavelivolkov@googlemail.com> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=305817
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile14
-rw-r--r--databases/sqlite3/distinfo4
2 files changed, 7 insertions, 11 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 9a3e5d4323d0..b11cf95252d2 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,17 +1,13 @@
-# New ports collection makefile for: sqlite3
-# Date created: Feb 21, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $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 \
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 966b2ff1c1a7..f45c956862e7 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -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