Created attachment 182961 [details] patch Upgrade to new version 3.19.2.
Created attachment 182962 [details] build log
Created attachment 182963 [details] portlint log
====> 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
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
Created attachment 183066 [details] patch Hello. You're right about that. I'm attach new patch. Many thanks.
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
Committed. Thanks!