View | Details | Raw Unified | Return to bug 202930
Collapse All | Expand All

(-)net-mgmt/nagios-check_email_delivery/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	check_email_delivery
4
PORTNAME=	check_email_delivery
5
PORTVERSION=	0.7.1b
5
PORTVERSION=	0.7.1b
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	http://buhacoff.net/software/check_email_delivery/archive/ \
8
MASTER_SITES=	http://buhacoff.net/software/check_email_delivery/archive/ \
9
		http://mirrors.rit.edu/zi/
9
		http://mirrors.rit.edu/zi/
(-)net-mgmt/nagios-check_email_delivery/files/patch-check__imap__quota (+11 lines)
Line 0 Link Here
1
--- check_imap_quota.orig	2012-02-20 04:07:27 UTC
2
+++ check_imap_quota
3
@@ -151,7 +151,7 @@ eval {
4
 	  }
5
 	  if (!length($quotaUsed) && !length($quotaLimit)) {
6
 		print "no answer from imap host\n" if $verbose > 2;
7
-	  } elsif (!length($quotaUsed) || !length($quotaLimit) {
8
+	  } elsif (!length($quotaUsed) || !length($quotaLimit)) {
9
 		print "incorrect answer from imap host\n";
10
 	$imap->close();
11
 	exit $status{UNKNOWN};

Return to bug 202930