1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

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)
This commit is contained in:
Kurt Jaeger 2016-05-06 11:40:28 +00:00
parent 1bef8b4e10
commit 487d975a34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414699
2 changed files with 6 additions and 4 deletions

View File

@ -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 \

View File

@ -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