View | Details | Raw Unified | Return to bug 223133
Collapse All | Expand All

(-)databases/sqlite3/Makefile (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	3.20.1
5
PORTVERSION=	3.20.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
8
MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/
9
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
9
DISTNAME=	sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
Lines 115-124 Link Here
115
115
116
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
116
OPTIONS_DEFAULT=	FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
117
			EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \
117
			EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \
118
			FTS3_TOKEN
118
			FTS3_TOKEN FTS5
119
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
119
# SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al.
120
# RTREE used by graphics/mapnik, databases/spatialite
120
# RTREE used by graphics/mapnik, databases/spatialite
121
# FTS3_TOKEN used by audio/clementine-player
121
# FTS3_TOKEN used by audio/clementine-player
122
# FTS5 used by sysutils/tracker
122
123
123
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
124
PLIST_FILES=	bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
124
		lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \
125
		lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \

Return to bug 223133