aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-04-22 10:50:37 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-04-22 10:50:37 +0000
commit869c0ecf8267dc13e3087c4b4a72c57afef59c5a (patch)
treeb093406f7bc3a2a79404c8498c06511dac82bcfa /databases
parente3c95a811d0eb4d95b0e80e662be1c938aacf839 (diff)
downloadports-869c0ecf8267dc13e3087c4b4a72c57afef59c5a.tar.gz
ports-869c0ecf8267dc13e3087c4b4a72c57afef59c5a.zip
MFH: r532268
databases/sqlite3: Set JSON1 option as default JSON1 is required for net-im/py-matrix-synapse. PR: 244366 PR: 243602 Submitted by: Sascha Biberhofer <ports@skyforge.at> Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q2/; revision=532464
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 3bcbb1cc1ff3..db2372c625d8 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sqlite3
DISTVERSION= 3.30.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2019/ http://www2.sqlite.org/2019/ http://www3.sqlite.org/2019/
@@ -140,11 +140,12 @@ EDITLINE_PREVENTS= READLINES READLINEP
OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
EXTENSION TS1 UNICODE61 RTREE DBSTAT STSHELL READLINES \
- FTS3_TOKEN FTS5 DQS
+ FTS3_TOKEN FTS5 DQS JSON1
# 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, mail/thunderbird, www/seamonkey
# FTS5 used by sysutils/tracker
+# JSON1 used by net-im/py-matrix-synapse
PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \
lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \