Date: Fri, 31 Oct 2014 08:20:31 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371782 - head/databases/sqlite3 Message-ID: <201410310820.s9V8KVVe073880@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Fri Oct 31 08:20:30 2014 New Revision: 371782 URL: https://svnweb.freebsd.org/changeset/ports/371782 QAT: https://qat.redports.org/buildarchive/r371782/ Log: - 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) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Fri Oct 31 02:57:44 2014 (r371781) +++ head/databases/sqlite3/Makefile Fri Oct 31 08:20:30 2014 (r371782) @@ -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 queri 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:${PORTSDI 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> Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Fri Oct 31 02:57:44 2014 (r371781) +++ head/databases/sqlite3/distinfo Fri Oct 31 08:20:30 2014 (r371782) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410310820.s9V8KVVe073880>