summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-11-30 19:22:45 +0000
committeradam <adam>2013-11-30 19:22:45 +0000
commit4b47c8d361b0558bc7b98b6c293d4299bcefb04f (patch)
treef5514bb034bb6948881b3cb66b4e6c6b00324d90 /mail/dovecot2/Makefile
parenteaa77395a87a13ceb9872a1503aaf29e192f3f7c (diff)
downloadpkgsrc-4b47c8d361b0558bc7b98b6c293d4299bcefb04f.tar.gz
Changes 2.2.9:
+ Full text search indexing can now be done automatically after saving/copying mails by setting plugin { fts_autoindex=yes } + replicator: Added replication_dsync_parameters setting to pass "doveadm sync" parameters (for controlling what to replicate). + Added mail-filter plugin + Added liblzma/xz support (zlib_save=xz) - v2.2.8's improved cache file handling exposed several old bugs related to fetching mail headers. - v2.2.7's iostream handling changes were causing some connections to be disconnected before flushing their output (e.g. POP3 logout message wasn't being sent)
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r--mail/dovecot2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index c59988d6178..2a6cf38f91d 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2013/11/24 10:05:54 adam Exp $
+# $NetBSD: Makefile,v 1.55 2013/11/30 19:22:45 adam Exp $
-DISTNAME= dovecot-2.2.8
+DISTNAME= dovecot-2.2.9
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
@@ -67,5 +67,6 @@ post-install:
.undef MANZ
.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"