This is my first bug report. I hope I am doing this right, and that this is not considered an inappropriate due how minor the bug is. Either way, when I do "pkg search mysql57-client-5.7.12", the description of that port is given as "Multithreaded SQL database (server)", when it should say "(client)" instead.
The cause is that the COMMENT field in the databases/mysql57-client/Makefile is set to (client), but overwritten by including the databases/mysql57-server/Makefile. It probably should be set with COMMENT?= in the -server/Makefile.
As a patch on other issue[#209458] is waiting to be committed in mysql57-server, i made this issue depended on that one (to avoid bundling changes for opened issues in one patch).
Created attachment 170366 [details] Patch corrects variable to be overwritten by slave port Thanks to Markus, this patch marks variables to be over-writable, and so slave port (mysql57-client) will have its own Comments.
QA: portlint -AC : done: no error.
Committed, thanks!
A commit references this bug: Author: pi Date: Tue May 17 18:25:20 UTC 2016 New revision: 415405 URL: https://svnweb.freebsd.org/changeset/ports/415405 Log: databases/mysql57-{client|server}: fix COMMENT for -client PR: 209510 Reported by: Regulus Kean <rkean@bitmessage.ch> Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) Changes: head/databases/mysql57-client/Makefile head/databases/mysql57-server/Makefile
Thanks all guys. Good job ;)