diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-01-23 10:00:12 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-01-23 10:00:12 +0000 |
commit | 3d58bda64965931119c3d50fff88aa7f235961c3 (patch) | |
tree | 937d54a64829ac7e6067109742af2dc10dd2b501 /mail | |
parent | cf7464ff0ff235b803021a80581981f7fedb4fde (diff) | |
download | pkgsrc-3d58bda64965931119c3d50fff88aa7f235961c3.tar.gz |
0.99.13 comes with CRAM-MD5 support, so remove the (already disabled) patch
related code
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index bf01518d69c..bca16dc5f9f 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,15 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2005/01/08 19:58:16 schmonz Exp $ +# $NetBSD: Makefile,v 1.32 2005/01/23 10:00:12 jdolecek Exp $ DISTNAME= dovecot-0.99.13 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ -.if 0 -PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.11.diff -PATCH_DIST_STRIP= -p1 -.endif - MAINTAINER= tom@replic8.net HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server |