diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 15:25:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-25 15:25:21 +0000 |
commit | 14d87466dac6aa3fc650b74f2c0e583f8be87d39 (patch) | |
tree | ea617c70dc4de66bf9caefb7ea5c12e943fe4afb /mail/dovecot/Makefile | |
parent | db3802b6eb154bbbb0174acb311e59189877c272 (diff) | |
download | pkgsrc-14d87466dac6aa3fc650b74f2c0e583f8be87d39.tar.gz |
Enable the patch for crammd5, which was disabled in the last update
to 0.99.11.
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 1ec495ee0c2..2cc408eae50 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.27 2004/10/20 16:36:02 cube Exp $ +# $NetBSD: Makefile,v 1.28 2004/10/25 15:25:21 xtraeme Exp $ DISTNAME= dovecot-0.99.11 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ -.if 0 PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.10.7.diff +PATCHFILES= dovecot-crammd5-0.99.11.diff PATCH_DIST_STRIP= -p1 -.endif MAINTAINER= tom@replic8.net HOMEPAGE= http://www.dovecot.org/ |