Upgrade dovecot2 port to version 2.2.9 (and bump portrevision of dovecot2-pigeonhole). Changes from 2.2.8: + 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) Previous upgrade submitted in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184103 can be closed/skipped. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->danilo I'll take it.
Yes, but I don't use it, so I didn't test it. Thanks. On 11/25/2013 07:45 PM, Danilo E. Gondolfo wrote: > mail/dovecot2-antispam-plugin needs a PORTREVISION bump too, right?
mail/dovecot2-antispam-plugin needs a PORTREVISION bump too, right?
Author: danilo Date: Mon Nov 25 19:03:16 2013 New Revision: 334882 URL: http://svnweb.freebsd.org/changeset/ports/334882 Log: - Update from 2.2.6 to 2.2.9 - And, following the instructions in Makefile, bump PORTREVISION of mail/dovecot2-antispam-plugin and mail/dovecot-pigeonhole PR: ports/184273 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2-antispam-plugin/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2-pigeonhole/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.9 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2/distinfo Mon Nov 25 19:03:16 2013 (r334882) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.6.tar.gz) = 62272bce0ba4b992f44b6eaf72543860ecd21694032243af009b9da2c0d3d6e5 -SIZE (dovecot-2.2.6.tar.gz) = 4483169 +SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5 +SIZE (dovecot-2.2.9.tar.gz) = 4540858 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!