diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-04-21 12:48:58 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-04-21 12:48:58 +0000 |
| commit | 8a8d8019e4b0e58a7d48b6e3f02da806da158e5e (patch) | |
| tree | 9488de867df73a1134cade5cd40852d7d62c06a8 /databases/sqlite3/Makefile | |
| parent | 29de660cb839ced37adaab1f00c4780abf528d23 (diff) | |
Notes
Diffstat (limited to 'databases/sqlite3/Makefile')
| -rw-r--r-- | databases/sqlite3/Makefile | 5 |
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 \ |
