svn commit: r545597 - head/databases/sqlite3
Li-Wen Hsu
lwhsu at FreeBSD.org
Fri Aug 21 13:55:08 UTC 2020
Author: lwhsu
Date: Fri Aug 21 13:55:07 2020
New Revision: 545597
URL: https://svnweb.freebsd.org/changeset/ports/545597
Log:
databases/sqlite3: Update to 3.33.0
PR: 248809
Submitted by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer)
Modified:
head/databases/sqlite3/Makefile
head/databases/sqlite3/distinfo
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Fri Aug 21 13:21:00 2020 (r545596)
+++ head/databases/sqlite3/Makefile Fri Aug 21 13:55:07 2020 (r545597)
@@ -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"
@@ -259,5 +261,13 @@ sha1: checksum
.else
@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>
Modified: head/databases/sqlite3/distinfo
==============================================================================
--- head/databases/sqlite3/distinfo Fri Aug 21 13:21:00 2020 (r545596)
+++ head/databases/sqlite3/distinfo Fri Aug 21 13:55:07 2020 (r545597)
@@ -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
More information about the svn-ports-all
mailing list