From 134fe331c4d707b889be3ffea12f2b872e623630 Mon Sep 17 00:00:00 2001 From: commitay Date: Fri, 8 Jun 2018 22:57:21 +1000 Subject: [PATCH] ntopng: depend on mysql-client instead of mysql Closes #28805. Signed-off-by: commitay --- Formula/ntopng.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ntopng.rb b/Formula/ntopng.rb index 28ff1b4756..10f75391fa 100644 --- a/Formula/ntopng.rb +++ b/Formula/ntopng.rb @@ -1,7 +1,7 @@ class Ntopng < Formula desc "Next generation version of the original ntop" homepage "https://www.ntop.org/products/traffic-analysis/ntop/" - revision 2 + revision 3 stable do url "https://github.com/ntop/ntopng/archive/3.2.tar.gz" @@ -39,7 +39,7 @@ class Ntopng < Formula depends_on "rrdtool" depends_on "geoip" depends_on "redis" - depends_on "mysql" + depends_on "mysql-client" def install resource("nDPI").stage do