aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-03 23:18:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-03 23:18:02 +0000
commitc547824e9582e372b5416f0055491e44737a77d0 (patch)
tree7c1e17830a7579529b3f44077e30bd60aaea8198 /net-mgmt/nagios-plugins
parentf05cb0091b47892c2781a207b93e16a5a68ea9b8 (diff)
downloadports-c547824e9582e372b5416f0055491e44737a77d0.tar.gz
ports-c547824e9582e372b5416f0055491e44737a77d0.zip
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
-rw-r--r--net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl11
2 files changed, 12 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 838f36479fc7..cb7d236540d5 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nagios-plugins
PORTVERSION= 2.1.1
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://www.nagios-plugins.org/download/ \
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl b/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl
new file mode 100644
index 000000000000..b77b2406b81f
--- /dev/null
+++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl
@@ -0,0 +1,11 @@
+--- plugins-scripts/check_mailq.pl.orig 2015-07-30 21:40:06 UTC
++++ plugins-scripts/check_mailq.pl
+@@ -35,7 +35,7 @@ use FindBin;
+ use lib "$FindBin::Bin";
+ use utils qw(%ERRORS &print_revision &support &usage );
+
+-my ($sudo)
++my ($sudo);
+
+ sub print_help ();
+ sub print_usage ();