Created attachment 168581 [details] games/fairymax: update to 5.0b.20160316.1 patch [1] * Update to latest version. * Update needed for upcoming games/xboard-devel update. * PORTVERSION schema matched to that of games/xboard-devel * CONFLICTS changed to CONFLICTS_INSTALL and added 5.0b The output of »portlint -AC« with comments: ------------------------------------------------------------------------ > WARN: Makefile: [0]: possible direct use of command "cp" found. > use ${CP} instead. [three times] That is in our post-patch target in a sed expression on its left side and therefor OK. > WARN: Makefile: for new port, make $FreeBSD$ tag in comment section > empty, to make SVN happy. It is not a new port. > WARN: Makefile: Consider defining LICENSE. Well: difficult: see his file »copyright«. I do not know what to enter in the Makefile. (same as at times of bug #193544) > 0 fatal errors and 5 warnings found. ------------------------------------------------------------------------ »poudriere testport -P« output and »setenv DEVELOPER yes; make clean; make stage && make check-plist && make stage-qa && make package« output will follow shortly. Thank you in advance for taking care of this commit. Regards, Kalten
Created attachment 168582 [details] log: make.* output [1] setenv DEVELOPER yes ; make clean ; make stage && make check-plist && make stage-qa && make package
Created attachment 168583 [details] log: poudriere testport -P output [1] log: poudriere testport -P output
Um, you don't need conflicts for older versions of the same port.
Committed, thanks! Unneeded CONFLICTS removed.
A commit references this bug: Author: amdmi3 Date: Tue Mar 29 02:43:15 UTC 2016 New revision: 412091 URL: https://svnweb.freebsd.org/changeset/ports/412091 Log: - Update to 5.0b.20160316.1 PR: 208268 Submitted by: kalten@gmx.at Changes: head/games/fairymax/Makefile head/games/fairymax/distinfo
(In reply to Dmitry Marakasov from comment #3) > Um, you don't need conflicts for older versions of the same port. Oh! Sounds very logical. I hope, I shall think about that in the future. (In reply to Dmitry Marakasov from comment #4) > Committed, thanks! Unneeded CONFLICTS removed. Thank you! Regards, Kalten