diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-18 23:40:30 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-18 23:40:30 +0800 |
commit | 166d851ccd2cc6d93779c3ac84fbdcd78e5640b8 (patch) | |
tree | 8c2543b45eec7aa5c237b3afb7654474cf01b7a9 /mail/courier-imap | |
parent | f07505521aedef9e4e1a49ea4673443f51f0d3db (diff) | |
download | freebsd-ports-gnome-166d851ccd2cc6d93779c3ac84fbdcd78e5640b8.tar.gz freebsd-ports-gnome-166d851ccd2cc6d93779c3ac84fbdcd78e5640b8.tar.zst freebsd-ports-gnome-166d851ccd2cc6d93779c3ac84fbdcd78e5640b8.zip |
backout 2.1.0 update, and downgrade it to 2.0.0.
It seems to be impossible to move or delete an email with 2.1.0 (CPU
utilizaztion grows up to 100%, and nothing gets done)
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 4 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 2 | ||||
-rw-r--r-- | mail/courier-imap/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 673923ee1657..6505ed476a0a 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= courier-imap -PORTVERSION= 2.1.0 +PORTVERSION= 2.0.0 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -146,7 +146,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif -MAN1= couriertcpd.1 maildirkw.1 maildirmake.1 +MAN1= couriertcpd.1 maildirmake.1 MAN7= authlib.7 MAN8= makeuserdb.8 userdb.8 userdbpw.8 \ deliverquota.8 imapd.8 mkimapdcert.8 mkpop3dcert.8 diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo index 7e026de30801..01e4ebd0eaa4 100644 --- a/mail/courier-imap/distinfo +++ b/mail/courier-imap/distinfo @@ -1 +1 @@ -MD5 (courier-imap-2.1.0.tar.bz2) = e9668bcd4bcad88cf5466956be207e58 +MD5 (courier-imap-2.0.0.tar.bz2) = 636816de2338eac4ad66d9d406020cba diff --git a/mail/courier-imap/pkg-plist b/mail/courier-imap/pkg-plist index 63d5f0f436d1..7f9c8e8bb640 100644 --- a/mail/courier-imap/pkg-plist +++ b/mail/courier-imap/pkg-plist @@ -2,7 +2,6 @@ bin/authtest %%OPENSSLFLAG%%bin/couriertls bin/deliverquota bin/imapd -bin/maildirkw bin/maildirmake bin/pop3d %%AUTHDFLAG%%%%CONFDIR%%/authdaemonrc.dist |