diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-03 23:18:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-03 23:18:02 +0000 |
commit | c547824e9582e372b5416f0055491e44737a77d0 (patch) | |
tree | 7c1e17830a7579529b3f44077e30bd60aaea8198 | |
parent | f05cb0091b47892c2781a207b93e16a5a68ea9b8 (diff) | |
download | ports-c547824e9582e372b5416f0055491e44737a77d0.tar.gz ports-c547824e9582e372b5416f0055491e44737a77d0.zip |
Notes
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl | 11 |
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 (); |