Update to the latest release. While the PLIST change looks like a symbol
being removed, it actually has never been there:
https://sqlite.org/forum/info/68d05b56577ae8a2
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.139
diff -u -p -r1.139 Makefile
--- Makefile 26 Mar 2025 18:12:41 -0000 1.139
+++ Makefile 20 Jun 2025 11:00:53 -0000
@@ -1,11 +1,10 @@
COMMENT= embedded SQL implementation
-DISTNAME= sqlite-autoconf-3490100
-PKGNAME= sqlite3-3.49.1
-REVISION= 1
+DISTNAME= sqlite-autoconf-3500100
+PKGNAME= sqlite3-3.50.1
# XXX needs bumps every time :-/
-SHARED_LIBS += sqlite3 37.32 # 8.6
+SHARED_LIBS += sqlite3 37.33 # 8.6
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.79
diff -u -p -r1.79 distinfo
--- distinfo 3 Mar 2025 16:49:27 -0000 1.79
+++ distinfo 20 Jun 2025 11:00:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3490100.tar.gz) = EGZC2MyzbF9zI7ZOQVLptxn3wCFaz1v+rD1ef5e1klQ=
-SIZE (sqlite-autoconf-3490100.tar.gz) = 3226385
+SHA256 (sqlite-autoconf-3500100.tar.gz) = AKZRFNaXz6qP4GMCgddv0bd6/Nlc1eQOxqAsu62/6nE=
+SIZE (sqlite-autoconf-3500100.tar.gz) = 3172122
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/sqlite3/pkg/PLIST,v
retrieving revision 1.17
diff -u -p -r1.17 PLIST
--- pkg/PLIST 3 Mar 2025 16:49:28 -0000 1.17
+++ pkg/PLIST 20 Jun 2025 11:00:53 -0000
@@ -37,6 +37,7 @@ lib/pkgconfig/sqlite3.pc
@man man/man3/SQLITE_SERIALIZE_NOCOPY.3
@man man/man3/SQLITE_SESSION_CONFIG_STRMSIZE.3
@man man/man3/SQLITE_SESSION_OBJCONFIG_SIZE.3
+@man man/man3/SQLITE_SETLK_BLOCK_ON_CONNECT.3
@man man/man3/SQLITE_SHM_NLOCK.3
@man man/man3/SQLITE_SHM_UNLOCK.3
@man man/man3/SQLITE_STATUS_MEMORY_USED.3
@@ -160,6 +161,7 @@ lib/pkgconfig/sqlite3.pc
@man man/man3/sqlite3_session.3
@man man/man3/sqlite3_set_authorizer.3
@man man/man3/sqlite3_set_last_insert_rowid.3
+@man man/man3/sqlite3_setlk_timeout.3
@man man/man3/sqlite3_sleep.3
@man man/man3/sqlite3_snapshot.3
@man man/man3/sqlite3_snapshot_cmp.3
@@ -243,7 +245,6 @@ lib/pkgconfig/sqlite3.pc
@man man/man3/sqlite3changeset_op.3
@man man/man3/sqlite3changeset_pk.3
@man man/man3/sqlite3changeset_start.3
-@man man/man3/sqlite3changeset_upgrade.3
@man man/man3/sqlite3rebaser_configure.3
@man man/man3/sqlite3rebaser_create.3
@man man/man3/sqlite3rebaser_delete.3