Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.114
diff -u -r1.114 Makefile
--- Makefile 11 Mar 2022 18:31:46 -0000 1.114
+++ Makefile 1 Apr 2022 11:35:27 -0000
@@ -1,10 +1,10 @@
COMMENT= embedded SQL implementation
-DISTNAME = sqlite-autoconf-3360000
-PKGNAME= sqlite3-3.36.0
+DISTNAME = sqlite-autoconf-3380200
+PKGNAME= sqlite3-3.38.2
# XXX needs bumps every time :-
-SHARED_LIBS += sqlite3 37.14 # 8.6
+SHARED_LIBS += sqlite3 37.15 # 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)
@@ -20,7 +20,7 @@
WANTLIB += c curses m pthread readline z
-MASTER_SITES = ${HOMEPAGE}2021/
+MASTER_SITES = ${HOMEPAGE}2022/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-static-shell
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.62
diff -u -r1.62 distinfo
--- distinfo 22 Nov 2021 09:20:02 -0000 1.62
+++ distinfo 1 Apr 2022 11:35:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3360000.tar.gz) = vZDD65a+6ZYga4O+cGXJzhmu84w/T7Uwc62g0LabvOM=
-SIZE (sqlite-autoconf-3360000.tar.gz) = 2977080
+SHA256 (sqlite-autoconf-3380200.tar.gz) = 55dKoUMLrWkKXp95pu5chJKtqCadxnWHWtD7dH18raQ=
+SIZE (sqlite-autoconf-3380200.tar.gz) = 3032390
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/sqlite3/pkg/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- pkg/PLIST 11 Mar 2022 18:31:46 -0000 1.9
+++ pkg/PLIST 1 Apr 2022 11:35:27 -0000
@@ -53,6 +53,7 @@
@man man/man3/sqlite3_aggregate_count.3
@man man/man3/sqlite3_api_routines.3
@man man/man3/sqlite3_auto_extension.3
+@man man/man3/sqlite3_autovacuum_pages.3
@man man/man3/sqlite3_backup.3
@man man/man3/sqlite3_backup_init.3
@man man/man3/sqlite3_bind_blob.3
@@ -206,8 +207,12 @@
@man man/man3/sqlite3_vtab_collation.3
@man man/man3/sqlite3_vtab_config.3
@man man/man3/sqlite3_vtab_cursor.3
+@man man/man3/sqlite3_vtab_distinct.3
+@man man/man3/sqlite3_vtab_in.3
+@man man/man3/sqlite3_vtab_in_first.3
@man man/man3/sqlite3_vtab_nochange.3
@man man/man3/sqlite3_vtab_on_conflict.3
+@man man/man3/sqlite3_vtab_rhs_value.3
@man man/man3/sqlite3_wal_autocheckpoint.3
@man man/man3/sqlite3_wal_checkpoint.3
@man man/man3/sqlite3_wal_checkpoint_v2.3
@@ -236,6 +241,7 @@
@man man/man3/sqlite3rebaser_rebase.3
@man man/man3/sqlite3session_attach.3
@man man/man3/sqlite3session_changeset.3
+@man man/man3/sqlite3session_changeset_size.3
@man man/man3/sqlite3session_config.3
@man man/man3/sqlite3session_create.3
@man man/man3/sqlite3session_delete.3
Le Fri, Apr 01, 2022 at 09:48:08AM +0200, Landry Breuil a écrit :
> hi,
>
> lagging a bit behind upstream:
> https://www.sqlite.org/releaselog/3_37_2.html
> https://www.sqlite.org/releaselog/3_38_2.html
>
> there's rarely fallout from sqlite updates, but a bulk would confirm at
> least everything builds if we want that for 7.1.
new diff with PLIST updates, thanks sthen :)
No comments:
Post a Comment