UPDATE: databases/sqlite3 3.44.2 -> 3.47.2
This commit is contained in:
parent
86f79e2183
commit
6bf06b8c12
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
||||||
COMMENT= embedded SQL implementation
|
COMMENT= embedded SQL implementation
|
||||||
|
|
||||||
DISTNAME = sqlite-autoconf-3440200
|
DISTNAME = sqlite-autoconf-3470200
|
||||||
PKGNAME= sqlite3-3.44.2
|
PKGNAME= sqlite3-3.47.2
|
||||||
|
|
||||||
# XXX needs bumps every time :-
|
# XXX needs bumps every time :-
|
||||||
SHARED_LIBS += sqlite3 37.26 # 8.6
|
SHARED_LIBS += sqlite3 37.29 # 8.6
|
||||||
# sqlite suggests that users might like to assert() that library and header
|
# 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.
|
# 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)
|
# ... at the current time the only one noticed is a < check (in subversion)
|
||||||
|
@ -20,7 +20,7 @@ PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
WANTLIB += c curses m pthread readline z
|
WANTLIB += c curses m pthread readline z
|
||||||
|
|
||||||
SITES = ${HOMEPAGE}2023/
|
SITES = ${HOMEPAGE}2024/
|
||||||
|
|
||||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (sqlite-autoconf-3440200.tar.gz) = HGcZoUi8Qc8PK7vjkm184/XKCdh48SRvzCB2exdbtAc=
|
SHA256 (sqlite-autoconf-3470200.tar.gz) = 8bLuQSwo10cryVupljaNbwzc8ANir/2tsn7ShsF5VAs=
|
||||||
SIZE (sqlite-autoconf-3440200.tar.gz) = 3204841
|
SIZE (sqlite-autoconf-3470200.tar.gz) = 3328600
|
||||||
|
|
|
@ -226,6 +226,7 @@ lib/pkgconfig/sqlite3.pc
|
||||||
@man man/man3/sqlite3_wal_hook.3
|
@man man/man3/sqlite3_wal_hook.3
|
||||||
@man man/man3/sqlite3_win32_set_directory.3
|
@man man/man3/sqlite3_win32_set_directory.3
|
||||||
@man man/man3/sqlite3changegroup_add.3
|
@man man/man3/sqlite3changegroup_add.3
|
||||||
|
@man man/man3/sqlite3changegroup_add_change.3
|
||||||
@man man/man3/sqlite3changegroup_delete.3
|
@man man/man3/sqlite3changegroup_delete.3
|
||||||
@man man/man3/sqlite3changegroup_new.3
|
@man man/man3/sqlite3changegroup_new.3
|
||||||
@man man/man3/sqlite3changegroup_output.3
|
@man man/man3/sqlite3changegroup_output.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue