Bug 206062

Summary: databases/sqlite3: Update to 3.10.0
Product: Ports & Packages Reporter: Pavel Volkov <pavelivolkov>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Some People CC: culot
Priority: --- Keywords: needs-qa, patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update Port: databases/sqlite3 to 3.10.0
koobs: maintainer-approval+
It's log of build this port.
none
portlint log file for this a port none

Description Pavel Volkov 2016-01-09 09:51:10 UTC
Created attachment 165298 [details]
Update Port: databases/sqlite3 to 3.10.0

- Update port to version 3.10.0.
- Add options for choice command line editor library for shell tools.
  And off using libraries by default now.
- Add option for dynamics link shell.
- Add option SQLITE_LIKE_DOESNT_MATCH_BLOBS.
- Remove option TEMP_CACHE_SIZE.
- Cosmetic changes.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-01-09 09:52:55 UTC
@Pavel, can you confirm that this change passes QA (portlint, poudriere) please.

If sqlite3 comes with a test suite, those results (or confirmation of PASS) would also be great.
Comment 2 Pavel Volkov 2016-01-09 10:00:53 UTC
Created attachment 165300 [details]
It's log of build this port.
Comment 3 Pavel Volkov 2016-01-09 10:04:56 UTC
Created attachment 165301 [details]
portlint log file for this a port
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-01-11 13:27:16 UTC
A commit references this bug:

Author: culot
Date: Mon Jan 11 13:27:06 UTC 2016
New revision: 405783
URL: https://svnweb.freebsd.org/changeset/ports/405783

Log:
  - Update to 3.10.0
  - Add options to choose the command line library used by shell tools
  - Add option for static linking
  - Add option to compile sqlite with SQLITE_LIKE_DOESNT_MATCH_BLOBS option
  - Remove option TEMP_CACHE_SIZE
  - Cosmetic changes

  Changes:	http://www.sqlite.org/releaselog/3_10_0.html
  PR:		206062
  Submitted by:	Pavel Volkov <pavelivolkov@gmail.com> (maintainer)

Changes:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo
  head/databases/sqlite3/pkg-descr
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2016-01-11 13:27:59 UTC
Committed (with minor rewording). Thanks!