svn commit: r532268 - head/databases/sqlite3

Danilo G. Baio dbaio at FreeBSD.org
Tue Apr 21 12:48:59 UTC 2020


Author: dbaio
Date: Tue Apr 21 12:48:58 2020
New Revision: 532268
URL: https://svnweb.freebsd.org/changeset/ports/532268

Log:
  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 at skyforge.at>
  Approved by:	Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
  MFH:		2020Q2

Modified:
  head/databases/sqlite3/Makefile

Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile	Tue Apr 21 12:29:59 2020	(r532267)
+++ head/databases/sqlite3/Makefile	Tue Apr 21 12:48:58 2020	(r532268)
@@ -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 \


More information about the svn-ports-all mailing list