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)
This commit is contained in:
parent
c440ea9bb8
commit
3909ae1d06
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user