Created attachment 152552 [details] Patch for deforaos-panel port update Here is a maintainer port update of deforaos-panel.
Created attachment 152553 [details] poudriere testport log file
Created attachment 152594 [details] patch for updating the port Updating the port: Should be cleaner
Created attachment 152595 [details] poudriere testport log file
what about this warning? ====> Running Q/A tests (stage-qa) Warning: you may not need USES=desktop-file-utils
(In reply to John Marino from comment #4) I don't understand why "poudriere testport" complains about not using "desktop-file-utils" because this port includes somes of them: - share/applications/deforaos-panel-settings.desktop - share/applications/deforaos-wifibrowser.desktop And do you confirm that "desktop-file-utils" is needed when port include .desktop files ?
search /usr/ports/Mk/Scripts/qa.sh It seems to say if desktop-file-utils is specified and those .desktop files exist, then to spew that message. it sounds like those .desktop files would be there even if USES= isn't set, which means it is not needed (i guess).
Created attachment 152641 [details] patch for updating the port Make QA test happy by removing USES=desktop-file-utils.
thanks, I'm promoting the PR.
Take
A commit references this bug: Author: rm Date: Sun Feb 22 23:18:27 UTC 2015 New revision: 379634 URL: https://svnweb.freebsd.org/changeset/ports/379634 Log: x11/deforaos-panel: update to 0.3.1 PR: 197322 Submitted by: olivier@cochard.me (maintainer) Reviewed by: marino Changes: head/x11/deforaos-panel/Makefile head/x11/deforaos-panel/distinfo head/x11/deforaos-panel/files/ head/x11/deforaos-panel/pkg-plist
Committed, thank you.