Hi,

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 ?

Regards,
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.95
diff -u -p -u -p -r1.95 Makefile
--- Makefile	29 Jun 2018 19:51:00 -0000	1.95
+++ Makefile	18 Sep 2018 10:25:45 -0000
@@ -2,11 +2,10 @@
 
 COMMENT=	embedded SQL implementation
 
-DISTNAME =	sqlite-autoconf-3240000
-PKGNAME=	sqlite3-3.24.0
-REVISION =	0
+DISTNAME =	sqlite-autoconf-3250000
+PKGNAME=	sqlite3-3.25.0
 
-SHARED_LIBS +=  sqlite3                   37.3 # 8.6
+SHARED_LIBS +=  sqlite3                   37.4 # 8.6
 
 CATEGORIES=	databases
 
@@ -15,7 +14,7 @@ HOMEPAGE=	http://www.sqlite.org/
 # PD
 PERMIT_PACKAGE_CDROM=	Yes
 
-WANTLIB += c m pthread readline termcap
+WANTLIB += c m pthread readline curses z
 
 MASTER_SITES =	${HOMEPAGE}2018/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.50
diff -u -p -u -p -r1.50 distinfo
--- distinfo	27 Jun 2018 04:55:34 -0000	1.50
+++ distinfo	18 Sep 2018 10:25:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3240000.tar.gz) = 2dFOiMb7bWjenKDR+Xl0d9gvw67WE1WPh/+9u8XOt0o=
-SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252
+SHA256 (sqlite-autoconf-3250000.tar.gz) = 3hqT38HqI9k+6FRA/kNH0LnNk28lwpZF7g7hcNEwf3E=
+SIZE (sqlite-autoconf-3250000.tar.gz) = 2763727

Reply via email to