There's already the next release available, so here's essentially the
same diff but for 3.50.2.
On 7/15/25 7:59 PM, Volker Schlecht wrote:
Ping.
On 6/27/25 10:31 PM, [email protected] wrote:
Ping.
On 6/20/25 1:03 PM, Volker Schlecht wrote:
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 15 Jul 2025 19:07:39 -0000
@@ -1,11 +1,10 @@
COMMENT= embedded SQL implementation
-DISTNAME= sqlite-autoconf-3490100
-PKGNAME= sqlite3-3.49.1
-REVISION= 1
+DISTNAME= sqlite-autoconf-3500200
+PKGNAME= sqlite3-3.50.2
# 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 15 Jul 2025 19:07:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3490100.tar.gz) = EGZC2MyzbF9zI7ZOQVLptxn3wCFaz1v+rD1ef5e1klQ=
-SIZE (sqlite-autoconf-3490100.tar.gz) = 3226385
+SHA256 (sqlite-autoconf-3500200.tar.gz) = hKYW/9MXOORZC2W6uzqeHvk3DzY4422yIO4Oc/itIVY=
+SIZE (sqlite-autoconf-3500200.tar.gz) = 3172568
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 15 Jul 2025 19:07:39 -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