diff options
author | Pavel Volkov <pavelivolkov@gmail.com> | 2022-05-23 11:04:11 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-05-23 14:57:23 +0000 |
commit | 3909ae1d0690f144f12295f79f4a646141f2aed9 (patch) | |
tree | 1463093f9caaeb1c2c5cc7b14dbdd5ba70f3c190 | |
parent | c440ea9bb83fdc542e1721ba94be4365cf3dad4c (diff) | |
download | ports-3909ae1d0690f144f12295f79f4a646141f2aed9.tar.gz ports-3909ae1d0690f144f12295f79f4a646141f2aed9.zip |
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)
-rw-r--r-- | databases/sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 | ||||
-rw-r--r-- | 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 |