diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-02 04:45:28 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-02 04:45:28 +0000 |
commit | 02796e393b39c1b299539cabd1d236a27ecfe2d2 (patch) | |
tree | d14c4b69041ffe40c9a137c9da53d0b6d07aa560 /mail/cyrus-imapd22/Makefile | |
parent | 7f2262a9dd10ffb370436b291cdb635fbeea747f (diff) |
deliver segfaulted when using without -l.
Submitted by: André Böhm <andre__at__abtime.de>
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
Notes
Notes:
svn path=/head/; revision=158625
Diffstat (limited to 'mail/cyrus-imapd22/Makefile')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index b100f303f84b..a42c267c7b00 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.13 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ |