Use of qw(...) as parentheses is deprecated at /usr/local/libexec/nagios/check_mysql_health line 1247. Use of qw(...) as parentheses is deprecated at /usr/local/libexec/nagios/check_mysql_health line 2596. Use of qw(...) as parentheses is deprecated at /usr/local/libexec/nagios/check_mysql_health line 3473.
Maintainer of net-mgmt/check_mysql_health, Please note that PR ports/189370 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189370 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
pinging maintainer again...
cherry picking PRs
Created attachment 150328 [details] fix ports warnings fix patch bump port revision move license to make portlint happy
After few investigations it appears that : - the incorrect outputs are only warnings - the warnings was introduced in perl 5.16 to track some kind of inconsistence - it's easy to fix I push a patch to fix it, so please try it and give me a feedback btw, maintainer approval is required in order to commit the patch - rodrigo
A commit references this bug: Author: rodrigo Date: Wed Dec 10 13:32:31 UTC 2014 New revision: 374455 URL: https://svnweb.freebsd.org/changeset/ports/374455 Log: Fix warnings when run check_mysql_health with perl >= 5.16 Remove unnecessary dirs from plist PR: ports/189370 Submitted by: rodrigo Changes: head/net-mgmt/check_mysql_health/Makefile head/net-mgmt/check_mysql_health/files/ head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Cluster.pm head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Server.pm head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_check_mysql_health.pl
Committed after maintainer and reporter timeout