Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2022 14:59:52 GMT
From:      =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3909ae1d0690 - main - databases/sqlite3: Update to 3.38.5
Message-ID:  <202205231459.24NExpef002803@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3909ae1d0690f144f12295f79f4a646141f2aed9

commit 3909ae1d0690f144f12295f79f4a646141f2aed9
Author:     Pavel Volkov <pavelivolkov@gmail.com>
AuthorDate: 2022-05-23 11:04:11 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-05-23 14:57:23 +0000

    databases/sqlite3: Update to 3.38.5
    
    ChangeLog: https://www.sqlite.org/releaselog/3_38_5.html
    
    * Add sqldiff tool to the package
    
    PR:     264173
    Reported by:    pavelivolkov@gmail.com (maintainer)
---
 databases/sqlite3/Makefile  | 4 +++-
 databases/sqlite3/distinfo  | 6 +++---
 databases/sqlite3/pkg-plist | 1 +
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 3c78ba1f12d1..c1ad67b737ea 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,7 @@
 # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 
 PORTNAME=	sqlite3
-DISTVERSION=	3.38.2
+DISTVERSION=	3.38.5
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/${YEAR}/ https://www2.sqlite.org/${YEAR}/ https://www3.sqlite.org/${YEAR}/
@@ -39,6 +39,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
 MAKE_JOBS_UNSAFE=	yes
+ALL_TARGET+=	sqldiff
 .if defined(TEA)
 INSTALL_TARGET=	tcl_install
 .endif
@@ -259,6 +260,7 @@ post-install:
 	${INSTALL_MAN} "${WRKSRC}/${PORTNAME}.1" "${STAGEDIR}${PREFIX}/man/man1"
 	${RM} "${STAGEDIR}${PREFIX}/include/msvc.h"
 	${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}" "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so"
+	${INSTALL_PROGRAM} "${WRKSRC}/sqldiff" "${STAGEDIR}${PREFIX}/bin"
 .else
 	${RM} "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0.8.6" "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.a"
 .endif
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 772fef9fbab8..8ecc298ce729 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650029040
-SHA256 (sqlite-src-3380200.zip) = c7c0f070a338c92eb08805905c05f254fa46d1c4dda3548a02474f6fb567329a
-SIZE (sqlite-src-3380200.zip) = 13242285
+TIMESTAMP = 1653202606
+SHA256 (sqlite-src-3380500.zip) = 6503bb59e39ec8663083696940ec818cd5555196e6ca543d4029440cca7b00d9
+SIZE (sqlite-src-3380500.zip) = 13245057
diff --git a/databases/sqlite3/pkg-plist b/databases/sqlite3/pkg-plist
index 8d952d016171..5d51587c2440 100644
--- a/databases/sqlite3/pkg-plist
+++ b/databases/sqlite3/pkg-plist
@@ -1,4 +1,5 @@
 %%NO_TEA%%bin/sqlite3
+%%NO_TEA%%bin/sqldiff
 %%TCL%%bin/sqlite3_analyzer
 %%NO_TEA%%include/sqlite3.h
 %%NO_TEA%%include/sqlite3ext.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205231459.24NExpef002803>