Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2020 10:50:37 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r532464 - branches/2020Q2/databases/sqlite3
Message-ID:  <202004221050.03MAob2Q070033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Wed Apr 22 10:50:37 2020
New Revision: 532464
URL: https://svnweb.freebsd.org/changeset/ports/532464

Log:
  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)

Modified:
  branches/2020Q2/databases/sqlite3/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/databases/sqlite3/Makefile
==============================================================================
--- branches/2020Q2/databases/sqlite3/Makefile	Wed Apr 22 10:44:59 2020	(r532463)
+++ branches/2020Q2/databases/sqlite3/Makefile	Wed Apr 22 10:50:37 2020	(r532464)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004221050.03MAob2Q070033>