databases/sqlite3: Update to 3.33.0
PR: 248809 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
This commit is contained in:
parent
55169dbbcb
commit
2bdaaa340a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545597
2 changed files with 15 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sqlite3
|
||||
DISTVERSION= 3.32.3
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 3.33.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://www.sqlite.org/2020/ http://www2.sqlite.org/2020/ http://www3.sqlite.org/2020/
|
||||
|
@ -248,6 +247,9 @@ post-build:
|
|||
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"
|
||||
.endif
|
||||
|
||||
post-stage:
|
||||
${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}"
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
|
||||
${SETENV} LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${PREFIX}/bin/${PORTNAME}" "${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so"
|
||||
|
@ -260,4 +262,12 @@ sha1: checksum
|
|||
@sha1 ${DISTDIR}/${ALLFILES}
|
||||
.endif
|
||||
|
||||
# For compare with checksum from of the site. Now, this is a NIST SHA3-256 hash. sha256 not suitable for compare.
|
||||
# But the creation of a new target does not justify the emergence of dependence on the perl5.
|
||||
# sha3sum maybe installed with p5-Digest-SHA3 port.
|
||||
# EXTRACT_DEPENDS=p5-Digest-SHA3:security/p5-Digest-SHA3; USES=perl5; USE_PERL5=extract;
|
||||
# @${PERL} -MDigest::SHA3 -le 'print Digest::SHA3->new(sha_256_hex)->add(<>)->hexdigest' < ${DISTDIR}/${ALLFILES}
|
||||
sha3: checksum
|
||||
@sha3sum -a 256 ${DISTDIR}/${ALLFILES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1593760491
|
||||
SHA256 (sqlite-autoconf-3320300.tar.gz) = a31507123c1c2e3a210afec19525fd7b5bb1e19a6a34ae5b998fbd7302568b66
|
||||
SIZE (sqlite-autoconf-3320300.tar.gz) = 2904404
|
||||
TIMESTAMP = 1597902475
|
||||
SHA256 (sqlite-autoconf-3330000.tar.gz) = 106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
|
||||
SIZE (sqlite-autoconf-3330000.tar.gz) = 2913759
|
||||
|
|
Loading…
Reference in a new issue