Created attachment 154042 [details] update ibus-qt to 1.3.3, remove doxygen requirement update ibus-qt to 1.3.3, remove Doxygen dependency, rewrite DEPENDS # make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) # make stage-qa ====> Running Q/A tests (stage-qa) #
Is this patch complete? I just built this in poudriere and it was not happy with the plist: ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%DOCSDIR%%/AUTHORS Error: Missing: %%DOCSDIR%%/INSTALL Error: Missing: %%DOCSDIR%%/README Error: Missing: @dir %%DOCSDIR%% ===> Error: Plist issues found. *** Error code 1
He's asking for a new (tested) patch -- without it this PR will be closed.
Created attachment 154927 [details] update ibus-qt to 1.3.3, v2 Sorry for the late response, I had a deadline on Thursday. Here is the updated patch. I didn't test with the DOCS option for the previous version, and because the port documents are not installed now, and the documents are not very useful, I just remove them from the plist. Now there are no docs, so DOCS option is also removed.
A commit references this bug: Author: riggs Date: Sun Mar 29 08:12:42 UTC 2015 New revision: 382569 URL: https://svnweb.freebsd.org/changeset/ports/382569 Log: Update to upstream version 1.3.3 PR: 198438 Submitted by: henry.hu.sh@gmail.com (maintainer) Changes: head/textproc/ibus-qt/Makefile head/textproc/ibus-qt/distinfo head/textproc/ibus-qt/files/ head/textproc/ibus-qt/files/patch-CMakeLists.txt head/textproc/ibus-qt/pkg-plist
Thanks for the updated patch! However, as a small suggestion for future work, poudriere-tested, portlint'ed patches are always very much appreciated. Committed with the following changes: - Add LICENSE_FILE - Remove deprecated @dirrm(try) macros from pkg-plist