git: 7a7f1f4e845f - main - databases/sqlite3: Update to 3.38.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 May 2022 10:45:18 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a7f1f4e845fd7056f08702d15fe0021042c6541 commit 7a7f1f4e845fd7056f08702d15fe0021042c6541 Author: Pavel Volkov <pavelivolkov@gmail.com> AuthorDate: 2022-05-11 11:57:28 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-12 10:42:49 +0000 databases/sqlite3: Update to 3.38.2 ChangeLog: https://www.sqlite.org/releaselog/3_38_3.html PR: 263718 Reported by: pavelivolkov@gmail.com (maintainer) --- databases/sqlite3/Makefile | 13 +++++++------ databases/sqlite3/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 7bc396e8d0b2..3c78ba1f12d1 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,8 +1,7 @@ # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> PORTNAME= sqlite3 -DISTVERSION= 3.37.2 -PORTREVISION= 1 +DISTVERSION= 3.38.2 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/${YEAR}/ https://www2.sqlite.org/${YEAR}/ https://www3.sqlite.org/${YEAR}/ @@ -75,7 +74,7 @@ OPTIONS_DEFINE+= ARMOR DBPAGE DBSTAT DIRECT_READ DQS EXTENSION FTS3_TOKEN \ SORT_REF STATIC STMT TRUSTED_SCHEMA UNKNOWN_SQL UNLOCK_NOTIFY \ UPDATE_LIMIT URI URI_AUTHORITY .endif -OPTIONS_DEFAULT= DBPAGE DBSTAT DQS EXTENSION FTS3_TOKEN FTS4 FTS5 JSON1 LIBEDIT METADATA \ +OPTIONS_DEFAULT= DBPAGE DBSTAT DQS EXTENSION FTS3_TOKEN FTS4 FTS5 LIBEDIT METADATA \ RTREE SECURE_DELETE STRIP THREADS TS1 UNICODE61 UNLOCK_NOTIFY URI # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite @@ -87,7 +86,7 @@ OPTIONS_DEFAULT= DBPAGE DBSTAT DQS EXTENSION FTS3_TOKEN FTS4 FTS5 JSON1 LIBEDIT .if !defined(TEA) OPTIONS_GROUP= OPT_EXT OPT_FUNC RTREEG UNICODE .endif -OPTIONS_GROUP_OPT_EXT= JSON1 SESSION +OPTIONS_GROUP_OPT_EXT= SESSION OPTIONS_GROUP_OPT_FUNC= OFFSET SOUNDEX OPTIONS_GROUP_RTREEG= GEOPOLY RTREE RTREE_INT OPTIONS_GROUP_UNICODE= ICU UNICODE61 @@ -119,7 +118,6 @@ FTS3_TOKEN_DESC= Enable two-args version fts3_tokenizer # https://www.sqlite.org FTS4_DESC= Enable FTS3/4 (Full Text Search) module # https://www.sqlite.org/fts3.html, https://www.sqlite.org/compile.html#enable_fts3_parenthesis FTS5_DESC= Enable version 5 full-text search engine # https://www.sqlite.org/fts5.html GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) # https://www.sqlite.org/geopoly.html -JSON1_DESC= Enable the JSON1 extension # https://www.sqlite.org/json1.html LIKENOTBLOB_DESC= LIKE does not match blobs # https://sqlite.org/compile.html#like_doesnt_match_blobs MEMMAN_DESC= Allow it to release unused memory METADATA_DESC= Enable column metadata @@ -173,7 +171,6 @@ ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu ICU_LIB_DEPENDS= libicudata.so:devel/icu ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` -DSQLITE_ENABLE_ICU=1 ICU_LIBS= `${LOCALBASE}/bin/icu-config --ldflags` -JSON1_CONFIGURE_ENABLE= json1 LIBEDIT_USES= libedit LIBEDIT_CONFIGURE_ENABLE= editline LIKENOTBLOB_CPPFLAGS= -DSQLITE_LIKE_DOESNT_MATCH_BLOBS=1 @@ -252,6 +249,10 @@ post-configure: @${ECHO_MSG} "===> CPPFLAGS=${CPPFLAGS}" @${ECHO_MSG} "===> LDFLAGS=${LDFLAGS}" @${ECHO_MSG} "===> LIBS=${LIBS}" + @${ECHO_MSG} "===> TCL_VER=${TCL_VER}" + @${ECHO_MSG} "===> TCLSH=${TCLSH}" + @${ECHO_MSG} "===> TCL_INCLUDEDIR=${TCL_INCLUDEDIR}" + @${ECHO_MSG} "===> TCL_LIBDIR=${TCL_LIBDIR}" post-install: .if !defined(TEA) diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index cfc0ad8033d1..772fef9fbab8 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641540089 -SHA256 (sqlite-src-3370200.zip) = 486770b4d5f88b5bb0dba540dd6ee1763067d7539dfee18a7c66fe9bb03d16d9 -SIZE (sqlite-src-3370200.zip) = 13145234 +TIMESTAMP = 1650029040 +SHA256 (sqlite-src-3380200.zip) = c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a +SIZE (sqlite-src-3380200.zip) = 13242285