On 11/27/13 06:22, Brad Smith wrote:
> Here is an update to Dovecot 2.2.9.
>
> OK?
Works for me on amd64.
Thanks.
>
>
> Index: dovecot/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/mail/dovecot/Makefile,v
> retrieving revision 1.216
> diff -u -p -r1.216 Makefile
> --- dovecot/Makefile 10 Nov 2013 11:59:44 -0000 1.216
> +++ dovecot/Makefile 27 Nov 2013 04:29:17 -0000
> @@ -9,7 +9,7 @@ COMMENT-postgresql= PostgreSQL authentic
>
> # Bump dovecot-pigeonhole every time you update to a new Dovecot version.
> V_MAJOR= 2.2
> -V_DOVECOT= 2.2.7
> +V_DOVECOT= 2.2.9
>
> DISTNAME= dovecot-${V_DOVECOT}
> PKGNAME= dovecot-${V_DOVECOT}
> Index: dovecot/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/mail/dovecot/distinfo,v
> retrieving revision 1.111
> diff -u -p -r1.111 distinfo
> --- dovecot/distinfo 4 Nov 2013 06:24:09 -0000 1.111
> +++ dovecot/distinfo 27 Nov 2013 04:30:09 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (dovecot-2.2.7.tar.gz) = RB5fZs8ljmyK+mYfEIJmLwzWsl4Wxq6wrsRZHFRmq2w=
> -SIZE (dovecot-2.2.7.tar.gz) = 4509163
> +SHA256 (dovecot-2.2.9.tar.gz) = fDtrigX268yf0Bc2/crA3hIViVn1uZ0fcHf3qGJu4tU=
> +SIZE (dovecot-2.2.9.tar.gz) = 4540858
> Index: dovecot/pkg/PLIST-server
> ===================================================================
> RCS file: /home/cvs/ports/mail/dovecot/pkg/PLIST-server,v
> retrieving revision 1.42
> diff -u -p -r1.42 PLIST-server
> --- dovecot/pkg/PLIST-server 4 Nov 2013 06:24:10 -0000 1.42
> +++ dovecot/pkg/PLIST-server 27 Nov 2013 05:20:02 -0000
> @@ -221,6 +221,7 @@ include/dovecot/istream-chain.h
> include/dovecot/istream-concat.h
> include/dovecot/istream-crlf.h
> include/dovecot/istream-dot.h
> +include/dovecot/istream-fs-file.h
> include/dovecot/istream-hash.h
> include/dovecot/istream-header-filter.h
> include/dovecot/istream-jsonstr.h
> @@ -458,6 +459,7 @@ lib/dovecot/lib02_imap_acl_plugin.so
> lib/dovecot/lib02_lazy_expunge_plugin.so
> lib/dovecot/lib05_pop3_migration_plugin.so
> lib/dovecot/lib05_snarf_plugin.so
> +lib/dovecot/lib10_mail_filter_plugin.so
> lib/dovecot/lib10_quota_plugin.so
> lib/dovecot/lib11_imap_quota_plugin.so
> lib/dovecot/lib11_trash_plugin.so
> @@ -521,7 +523,9 @@ libexec/dovecot/deliver
> @comment @man man/man1/deliver.1
> @man man/man1/doveadm-altmove.1
> @man man/man1/doveadm-auth.1
> +@man man/man1/doveadm-batch.1
> @man man/man1/doveadm-config.1
> +@man man/man1/doveadm-copy.1
> @man man/man1/doveadm-deduplicate.1
> @man man/man1/doveadm-director.1
> @man man/man1/doveadm-dump.1
> @@ -736,6 +740,7 @@ share/doc/dovecot/wiki/Plugins.FTS.Squat
> share/doc/dovecot/wiki/Plugins.FTS.txt
> share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt
> share/doc/dovecot/wiki/Plugins.Listescape.txt
> +share/doc/dovecot/wiki/Plugins.MailFilter.txt
> share/doc/dovecot/wiki/Plugins.MailLog.txt
> share/doc/dovecot/wiki/Plugins.MailboxAlias.txt
> share/doc/dovecot/wiki/Plugins.Notify.txt
> Index: dovecot-antispam/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/mail/dovecot-antispam/Makefile,v
> retrieving revision 1.22
> diff -u -p -r1.22 Makefile
> --- dovecot-antispam/Makefile 4 Nov 2013 06:25:23 -0000 1.22
> +++ dovecot-antispam/Makefile 27 Nov 2013 04:29:35 -0000
> @@ -4,11 +4,11 @@ SHARED_ONLY= Yes
>
> COMMENT= anti-spam plugin for Dovecot
>
> -V_DOVECOT_FULL= 2.2.7
> +V_DOVECOT_FULL= 2.2.9
>
> DISTNAME= dovecot-antispam-plugin-5ebc6aae4d7c
> PKGNAME= dovecot-antispam-2.2
> -REVISION= 1
> +REVISION= 2
> CATEGORIES= mail
>
> # http://hg.dovecot.org/dovecot-antispam-plugin/
> Index: dovecot-pigeonhole/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/mail/dovecot-pigeonhole/Makefile,v
> retrieving revision 1.32
> diff -u -p -r1.32 Makefile
> --- dovecot-pigeonhole/Makefile 4 Nov 2013 06:25:03 -0000 1.32
> +++ dovecot-pigeonhole/Makefile 27 Nov 2013 04:29:26 -0000
> @@ -6,11 +6,11 @@ COMMENT= Sieve mail filtering for Doveco
>
> V_SIEVE= 0.4.2
> V_DOVECOT= 2.2
> -V_DOVECOT_FULL= 2.2.7
> +V_DOVECOT_FULL= 2.2.9
>
> DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
> PKGNAME= dovecot-pigeonhole-${V_SIEVE}
> -REVISION= 0
> +REVISION= 1
> EPOCH= 0
> CATEGORIES= mail
> MASTER_SITES= http://www.rename-it.nl/dovecot/${V_DOVECOT}/
>