diff -urNd databases/sqlite3.orig/distinfo databases/sqlite3/distinfo --- databases/sqlite3.orig/distinfo 2018-09-20 17:13:15.931374000 +0300 +++ databases/sqlite3/distinfo 2018-09-20 17:14:49.589613000 +0300 @@ -1,3 +1,3 @@ -TIMESTAMP = 1537275746 -SHA256 (sqlite-autoconf-3250000.tar.gz) = de1a93dfc1ea23d93ee85440fe4347d0b9cd936f25c29645ee0ee170d1307f71 -SIZE (sqlite-autoconf-3250000.tar.gz) = 2763727 +TIMESTAMP = 1537452866 +SHA256 (sqlite-autoconf-3250100.tar.gz) = 96ed46bd87f093073ca8afd613020def847009b611c89f397bc24bd932ec6fd1 +SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831 diff -urNd databases/sqlite3.orig/Makefile databases/sqlite3/Makefile --- databases/sqlite3.orig/Makefile 2018-09-20 17:13:15.931377000 +0300 +++ databases/sqlite3/Makefile 2018-09-20 17:21:50.171354000 +0300 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/sqlite3/Makefile 480123 2018-09-19 23:37:16Z swills $ PORTNAME= sqlite3 -DISTVERSION= 3.25.0 +DISTVERSION= 3.25.1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE= yes # Compilation Options For SQLite https://www.sqlite.org/compile.html -OPTIONS_DEFINE= FTS4 UPD_DEL_LIMIT URI URI_AUTHORITY METADATA \ +OPTIONS_DEFINE= FTS4 URI URI_AUTHORITY METADATA \ DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADS \ EXTENSION ARMOR STMT DBPAGE DBSTAT FTS5 RBU NULL_TRIM \ LIKENOTBLOB STSHELL FTS3_TOKEN UNKNOWN_SQL SORT_REF @@ -33,7 +33,6 @@ OPT_EXT_DESC= Optional extensions OPT_FUNC_DESC= Optional functions -UPD_DEL_LIMIT_DESC= ORDER BY and LIMIT on UPDATE and DELETE URI_DESC= Enable use the URI filename URI_AUTHORITY_DESC= Allow convert URL into a UNC SOUNDEX_DESC= Enable the soundex() SQL function @@ -169,9 +168,6 @@ SOUNDEX_CPPFLAGS= -DSQLITE_SOUNDEX=1 MEMMAN_CPPFLAGS= -DSQLITE_ENABLE_MEMORY_MANAGEMENT=1 -UPD_DEL_LIMIT_CPPFLAGS= -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -UPD_DEL_LIMIT_PREVENTS= UPD_DEL_LIMIT -UPD_DEL_LIMIT_PREVENTS_MSG= this option may only be used when the library is built from source, not from the amalgamation. Please, do not select it with this port. SECURE_DELETE_CPPFLAGS= -DSQLITE_SECURE_DELETE=1 UNLOCK_NOTIFY_CPPFLAGS= -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 METADATA_CPPFLAGS= -DSQLITE_ENABLE_COLUMN_METADATA=1