Bug 219592

Summary: databases/sqlite3: Update to 3.19.2
Product: Ports & Packages Reporter: Pavel Volkov <pavelivolkov>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: pavelivolkov
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219593
Attachments:
Description Flags
patch
pavelivolkov: maintainer-approval+
build log
none
portlint log
none
patch pavelivolkov: maintainer-approval+

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!