Created attachment 146823 [details] games_tuxpaint-config.diff
Can you please provide some more information about the test of the port, by either a) providing the logs of a "poudriere testport" or "poudriere bulk -t" run OR b) "make check-plist" followed by "make stage-qa" output (https://www.freebsd.org/doc/en/books/porters-handbook/porting-testing.html) and also provide the output of portlint -AC? Thanks!
Additional QA results and updated needed. Also: * Add LICENSE_FILE
Created attachment 146963 [details] games_tuxpaint-config.log
FYI - this had no license at all, and LICENSE entry is no required. It's not fair to ask for this if it's the only thing "wrong"
Thank you John.
I'm unsure about that change tkato: + MAN_PREFIX="${STAGEDIR}${MANPREFIX}/man" \ + X11_ICON_PREFIX="${STAGEDIR}${PREFIX}/share/pixmaps/" \ Are they only used for the installation, but not referenced somewhere in the code? If they are used in the code or scripts and get substituted, the paths won't be resolved properly. Since you are patching the paths in the Makefile with $(DESTDIR), I wonder if the change above is even necessary.
Created attachment 147076 [details] games_tuxpaint-config.diff Refactored a bit.
Thanks for the refactored version. The patch looks good, moving to patch ready.
A commit references this bug: Author: pawel Date: Sun Sep 21 12:03:46 UTC 2014 New revision: 368743 URL: http://svnweb.freebsd.org/changeset/ports/368743 Log: - Update to version 0.0.13 - Add LICENSE PR: ports/193324 Submitted by: tkato432@yahoo.com Changes: head/games/tuxpaint-config/Makefile head/games/tuxpaint-config/distinfo head/games/tuxpaint-config/files/patch-Makefile head/games/tuxpaint-config/pkg-descr head/games/tuxpaint-config/pkg-plist