> > Atached is an update to sqlite-3.48.0. They are still shipping the > autoconf version. See release notes here: > https://sqlite.org/releaselog/3_48_0.html > > ok? > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/databases/sqlite3/Makefile,v > diff -u -p -u -p -r1.132 Makefile > --- Makefile 12 Dec 2024 15:23:14 -0000 1.132 > +++ Makefile 27 Jan 2025 15:34:33 -0000 > @@ -1,10 +1,10 @@ > COMMENT= embedded SQL implementation > > -DISTNAME = sqlite-autoconf-3470200 > -PKGNAME= sqlite3-3.47.2 > +DISTNAME = sqlite-autoconf-3480000 > +PKGNAME= sqlite3-3.48.0 > > # XXX needs bumps every time :- > -SHARED_LIBS += sqlite3 37.29 # 8.6 > +SHARED_LIBS += sqlite3 37.30 # 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 @@ PERMIT_PACKAGE= Yes > > WANTLIB += c curses m pthread readline z > > -SITES = ${HOMEPAGE}2024/ > +SITES = ${HOMEPAGE}2025/ > > DEBUG_PACKAGES= ${BUILD_PACKAGES} > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/databases/sqlite3/distinfo,v > diff -u -p -u -p -r1.77 distinfo > --- distinfo 12 Dec 2024 15:23:14 -0000 1.77 > +++ distinfo 27 Jan 2025 15:34:33 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (sqlite-autoconf-3470200.tar.gz) = > 8bLuQSwo10cryVupljaNbwzc8ANir/2tsn7ShsF5VAs= > -SIZE (sqlite-autoconf-3470200.tar.gz) = 3328600 > +SHA256 (sqlite-autoconf-3480000.tar.gz) = > rJkvf8o5id5+0f6ZwWNj+Eh5TIwyoVja/U65J6LgL9U= > +SIZE (sqlite-autoconf-3480000.tar.gz) = 3337615 >
Works for me