Bug 219592 - databases/sqlite3: Update to 3.19.2
Summary: databases/sqlite3: Update to 3.19.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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-27 11:09 UTC by Pavel Volkov
Modified: 2017-05-30 15:31 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.14 KB, patch)
2017-05-27 11:09 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
build log (20.44 KB, text/plain)
2017-05-27 11:11 UTC, Pavel Volkov
no flags Details
portlint log (22.96 KB, text/plain)
2017-05-27 11:11 UTC, Pavel Volkov
no flags Details
patch (1.39 KB, patch)
2017-05-30 11:26 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2017-05-27 11:09:58 UTC
Created attachment 182961 [details]
patch

Upgrade to new version 3.19.2.
Comment 1 Pavel Volkov 2017-05-27 11:11:15 UTC
Created attachment 182962 [details]
build log
Comment 2 Pavel Volkov 2017-05-27 11:11:57 UTC
Created attachment 182963 [details]
portlint log
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-05-27 17:01:21 UTC
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/msvc.h
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/sqlite3
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-05-27 17:31:40 UTC
FYI, it was caught by "poudriere -t".

I did not fix PLIST_FILES because the file (msvc.h) seems to be unnecessary.
You could either install it (adding it to PLIST_FILES) or remove it.

post-install:
        ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h
Comment 5 Pavel Volkov 2017-05-30 11:26:34 UTC
Created attachment 183066 [details]
patch

Hello. You're right about that. I'm attach new patch. Many thanks.
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-05-30 15:23:09 UTC
A commit references this bug:

Author: sunpoet
Date: Tue May 30 15:21:46 UTC 2017
New revision: 442077
URL: https://svnweb.freebsd.org/changeset/ports/442077

Log:
  Update to 3.19.2

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

Changes:
  head/databases/sqlite3/Makefile
  head/databases/sqlite3/distinfo
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-05-30 15:31:14 UTC
Committed. Thanks!