diff options
author | culot <culot@FreeBSD.org> | 2014-10-31 16:20:30 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-10-31 16:20:30 +0800 |
commit | 45f36291aa046355523f348cb26e1a09497e96c1 (patch) | |
tree | 1be1847ef17edc7a6465ff85edaf2e5f9a8c46d7 /databases/sqlite3 | |
parent | 830b5ea96ce5c0335b2bfe119691147b8e488b5d (diff) | |
download | freebsd-ports-gnome-45f36291aa046355523f348cb26e1a09497e96c1.tar.gz freebsd-ports-gnome-45f36291aa046355523f348cb26e1a09497e96c1.tar.zst freebsd-ports-gnome-45f36291aa046355523f348cb26e1a09497e96c1.zip |
- Update to 3.8.7
Changes: http://www.sqlite.org/releaselog/3_8_7.html
PR: ports/194554
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 8 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 0c53ac34a088..ed21d472338b 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.6 +PORTVERSION= 3.8.7 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ -DISTNAME= sqlite-autoconf-3080600 +DISTNAME= sqlite-autoconf-3080700 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library @@ -66,7 +66,7 @@ RTREEG_DESC= Index type for range queries RTREE_DESC= Enable R*Tree module RTREE_INT_DESC= Store 32-bit sig int (no float) coordinates -OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION TS1 RTREE +OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION TS1 UNICODE61 RTREE # SECURE_DELETE, UNLOCK_NOTIFY used by www/firefox, www/libxul # RTREE used by graphics/mapnik, databases/spatialite @@ -120,7 +120,7 @@ ICU_LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1 ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags` -UNICODE61_CPPFLAGS= -DSQLITE_ENABLE_FTS4_UNICODE61=1 +UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=1 .include <bsd.port.options.mk> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 5ee626f42c6e..1f9f43d7ee56 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080600.tar.gz) = 53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95 -SIZE (sqlite-autoconf-3080600.tar.gz) = 1968379 +SHA256 (sqlite-autoconf-3080700.tar.gz) = d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae +SIZE (sqlite-autoconf-3080700.tar.gz) = 1998217 |