mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix missing bracket
- Bump PORTREVISION PR: 202930 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
This commit is contained in:
parent
4b77a6656c
commit
2323174b38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397676
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= check_email_delivery
|
||||
PORTVERSION= 0.7.1b
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://buhacoff.net/software/check_email_delivery/archive/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- check_imap_quota.orig 2012-02-20 04:07:27 UTC
|
||||
+++ check_imap_quota
|
||||
@@ -151,7 +151,7 @@ eval {
|
||||
}
|
||||
if (!length($quotaUsed) && !length($quotaLimit)) {
|
||||
print "no answer from imap host\n" if $verbose > 2;
|
||||
- } elsif (!length($quotaUsed) || !length($quotaLimit) {
|
||||
+ } elsif (!length($quotaUsed) || !length($quotaLimit)) {
|
||||
print "incorrect answer from imap host\n";
|
||||
$imap->close();
|
||||
exit $status{UNKNOWN};
|
Loading…
Reference in New Issue
Block a user