On Tue, Sep 25, 2018 at 09:08:03PM +0200, Pierre-Emmanuel André wrote:
> On Tue, Sep 25, 2018 at 06:14:18PM +0200, Christian Weisgerber wrote:
> > Pierre-Emmanuel André:
> > > 
> > > Small diff to update sqlite3 to it's latest version.
> > > Changelog here : https://sqlite.org/releaselog/3_25_0.html
> > > 
> > > Tested on @amd64.
> > > 
> > > Who can test it in a bulk ?
> > 
> > No problems in a full amd64 bulk build.
> 
> Thanks.
> Ok to commit ?

ok if you update it to 3.25.1 which is the version required by firefox
64.. diff attached :)

Landry
? sqlite3-3.14.2-libsqlite3.so.33.0
? sqlite3-3.16.2-libsqlite3.so.34.0
? sqlite3-3.17.0-libsqlite3.so.35.0
? sqlite3-3.19.3-libsqlite3.so.36.0
? sqlite3-3.20.0-libsqlite3.so.37.0
? sqlite3-3.20.1-libsqlite3.so.37.1
? sqlite3-3.21.0-libsqlite3.so.37.1
? sqlite3-3.22.0-libsqlite3.so.37.1
? sqlite3-3.23.0-libsqlite3.so.37.2
? sqlite3-3.23.1-libsqlite3.so.37.2
? sqlite3-3.24.0-libsqlite3.so.37.3
? sqlite3-3.25.1-libsqlite3.so.37.3
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- Makefile    29 Jun 2018 19:51:00 -0000      1.95
+++ Makefile    24 Oct 2018 09:55:33 -0000
@@ -2,11 +2,10 @@
 
 COMMENT=       embedded SQL implementation
 
-DISTNAME =     sqlite-autoconf-3240000
-PKGNAME=       sqlite3-3.24.0
-REVISION =     0
+DISTNAME =     sqlite-autoconf-3250100
+PKGNAME=       sqlite3-3.25.1
 
-SHARED_LIBS +=  sqlite3                   37.3 # 8.6
+SHARED_LIBS +=  sqlite3                   37.4 # 8.6
 
 CATEGORIES=    databases
 
@@ -15,7 +14,7 @@
 # PD
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB += c m pthread readline termcap
+WANTLIB += c m pthread readline z
 
 MASTER_SITES = ${HOMEPAGE}2018/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.50
diff -u -r1.50 distinfo
--- distinfo    27 Jun 2018 04:55:34 -0000      1.50
+++ distinfo    24 Oct 2018 09:55:33 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3240000.tar.gz) = 
2dFOiMb7bWjenKDR+Xl0d9gvw67WE1WPh/+9u8XOt0o=
-SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252
+SHA256 (sqlite-autoconf-3250100.tar.gz) = 
lu1GvYfwkwc8qK/WEwIN74RwCbYRyJ85e8JL2TLsb9E=
+SIZE (sqlite-autoconf-3250100.tar.gz) = 2763831

Reply via email to