Bug 263718 - databases/sqlite3: Update to 3.38.2
Summary: databases/sqlite3: Update to 3.38.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://www.sqlite.org/releaselog/3_3...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-02 12:39 UTC by Pavel Volkov
Modified: 2022-05-13 12:38 UTC (History)
2 users (show)

See Also:


Attachments
patch (3.10 KB, patch)
2022-05-02 12:39 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
poudriere log without flavors (56.29 KB, text/plain)
2022-05-02 12:41 UTC, Pavel Volkov
no flags Details
poudriere log @tcl (68.85 KB, text/plain)
2022-05-02 12:41 UTC, Pavel Volkov
no flags Details
poudriere log @icu (60.02 KB, text/plain)
2022-05-02 12:42 UTC, Pavel Volkov
no flags Details
portlint log (12 bytes, text/plain)
2022-05-02 12:43 UTC, Pavel Volkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2022-05-02 12:39:04 UTC
Created attachment 233654 [details]
patch

Port upgraded to new sqlite version 3.38.2.
Removed option JSON1 (this is a enabled by defaults).
Showed additional variables in the "configured" target.
Comment 1 Pavel Volkov 2022-05-02 12:41:27 UTC
Created attachment 233655 [details]
poudriere log without flavors
Comment 2 Pavel Volkov 2022-05-02 12:41:59 UTC
Created attachment 233656 [details]
poudriere log @tcl
Comment 3 Pavel Volkov 2022-05-02 12:42:28 UTC
Created attachment 233657 [details]
poudriere log @icu
Comment 4 Pavel Volkov 2022-05-02 12:43:12 UTC
Created attachment 233658 [details]
portlint log
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-05-12 10:45:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a7f1f4e845fd7056f08702d15fe0021042c6541

commit 7a7f1f4e845fd7056f08702d15fe0021042c6541
Author:     Pavel Volkov <pavelivolkov@gmail.com>
AuthorDate: 2022-05-11 11:57:28 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-05-12 10:42:49 +0000

    databases/sqlite3: Update to 3.38.2

    ChangeLog: https://www.sqlite.org/releaselog/3_38_3.html

    PR:     263718
    Reported by:    pavelivolkov@gmail.com (maintainer)

 databases/sqlite3/Makefile | 13 +++++++------
 databases/sqlite3/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 9 deletions(-)
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-12 10:45:40 UTC
Committed,

Thanks!
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-05-13 12:25:43 UTC
(In reply to Fernando Apesteguía from comment #6)

Since this port has lots of options, it would be better to document the change of options in commit log.
Thanks.

While I'm here, assign this PR to the committer.
Comment 8 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-13 12:38:06 UTC
(In reply to Po-Chuan Hsieh from comment #7)
Thanks for that.

Yes, it should have been better to add the information to the commit log. I'll try and do it next time.

Cheers.