Date: Fri, 6 May 2016 11:40:28 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414699 - head/databases/sqlite3 Message-ID: <201605061140.u46BeSpU033873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri May 6 11:40:28 2016 New Revision: 414699 URL: https://svnweb.freebsd.org/changeset/ports/414699 Log: databases/sqlite3: 3.12.1 -> 3.12.2 Changes: https://www.sqlite.org/releaselog/3_12_2.html - change to default on options FTS3_TOKEN, as required by audio/clementine-player PR: 209284 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 May 6 10:17:42 2016 (r414698) +++ head/databases/sqlite3/Makefile Fri May 6 11:40:28 2016 (r414699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.12.1 +PORTVERSION= 3.12.2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -106,9 +106,11 @@ READLINEP_PREVENTS= READLINES EDITLINE EDITLINE_PREVENTS= READLINES READLINEP OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ - EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES + EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \ + FTS3_TOKEN # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite +# FTS3_TOKEN used by audio/clementine-player PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \ Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Fri May 6 10:17:42 2016 (r414698) +++ head/databases/sqlite3/distinfo Fri May 6 11:40:28 2016 (r414699) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3120100.tar.gz) = 1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c -SIZE (sqlite-autoconf-3120100.tar.gz) = 2374576 +SHA256 (sqlite-autoconf-3120200.tar.gz) = fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb +SIZE (sqlite-autoconf-3120200.tar.gz) = 2374804
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605061140.u46BeSpU033873>