Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 23:18:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396052 - in head/net-mgmt/nagios-plugins: . files
Message-ID:  <201509032318.t83NI2gc010600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Sep  3 23:18:02 2015
New Revision: 396052
URL: https://svnweb.freebsd.org/changeset/ports/396052

Log:
  Fix check_mailq.
  
  Noticed by:	ohauer
  Sponsored by:	Absolight

Added:
  head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl   (contents, props changed)
Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Thu Sep  3 23:14:50 2015	(r396051)
+++ head/net-mgmt/nagios-plugins/Makefile	Thu Sep  3 23:18:02 2015	(r396052)
@@ -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/ \

Added: head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/nagios-plugins/files/patch-plugins-scripts_check__mailq.pl	Thu Sep  3 23:18:02 2015	(r396052)
@@ -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 ();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509032318.t83NI2gc010600>