Date: Thu, 12 Mar 2015 18:21:26 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381124 - head/mail/dovecot2 Message-ID: <201503121821.t2CILQMn043458@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Mar 12 18:21:25 2015 New Revision: 381124 URL: https://svnweb.freebsd.org/changeset/ports/381124 QAT: https://qat.redports.org/buildarchive/r381124/ Log: Update to 2.2.16. List of changes is at http://dovecot.org/list/dovecot-news/2015-March/000283.html Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo head/mail/dovecot2/pkg-plist Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Thu Mar 12 18:13:57 2015 (r381123) +++ head/mail/dovecot2/Makefile Thu Mar 12 18:21:25 2015 (r381124) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.2.15 -PORTREVISION= 3 +PORTVERSION= 2.2.16 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Thu Mar 12 18:13:57 2015 (r381123) +++ head/mail/dovecot2/distinfo Thu Mar 12 18:21:25 2015 (r381124) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.15.tar.gz) = d10e7769e2367d635c93fd6589efdd05f2e3acf13c7911a40167faedf23c399f -SIZE (dovecot-2.2.15.tar.gz) = 4747444 +SHA256 (dovecot-2.2.16.tar.gz) = 56ce1287a17fa88a2083116db00200deff1a5390af5eac1c8ae3f59a2079cff0 +SIZE (dovecot-2.2.16.tar.gz) = 4830169 Modified: head/mail/dovecot2/pkg-plist ============================================================================== --- head/mail/dovecot2/pkg-plist Thu Mar 12 18:13:57 2015 (r381123) +++ head/mail/dovecot2/pkg-plist Thu Mar 12 18:21:25 2015 (r381124) @@ -29,6 +29,7 @@ include/dovecot/auth-worker-client.h include/dovecot/auth-worker-server.h include/dovecot/auth.h include/dovecot/backtrace-string.h +include/dovecot/base32.h include/dovecot/base64.h include/dovecot/bits.h include/dovecot/bsearch-insert-pos.h @@ -65,6 +66,7 @@ include/dovecot/dict-sql.h include/dovecot/dict-transaction-memory.h include/dovecot/dict.h include/dovecot/dns-lookup.h +include/dovecot/doveadm-cmd.h include/dovecot/doveadm-dsync.h include/dovecot/doveadm-dump.h include/dovecot/doveadm-mail-iter.h @@ -99,6 +101,11 @@ include/dovecot/fs-api-private.h include/dovecot/fs-api.h include/dovecot/fs-sis-common.h include/dovecot/fsync-mode.h +include/dovecot/fts-api-private.h +include/dovecot/fts-api.h +include/dovecot/fts-expunge-log.h +include/dovecot/fts-indexer.h +include/dovecot/fts-parser.h include/dovecot/guid.h include/dovecot/hash-decl.h include/dovecot/hash-format.h @@ -168,6 +175,7 @@ include/dovecot/imapc-connection.h include/dovecot/imapc-list.h include/dovecot/imapc-mail.h include/dovecot/imapc-msgmap.h +include/dovecot/imapc-search.h include/dovecot/imapc-settings.h include/dovecot/imapc-storage.h include/dovecot/imapc-sync.h @@ -241,6 +249,7 @@ include/dovecot/mail-cache.h include/dovecot/mail-copy.h include/dovecot/mail-deliver.h include/dovecot/mail-error.h +include/dovecot/mail-html2text.h include/dovecot/mail-index-alloc-cache.h include/dovecot/mail-index-modseq.h include/dovecot/mail-index-private.h @@ -337,6 +346,7 @@ include/dovecot/message-part.h include/dovecot/message-part-serialize.h include/dovecot/message-search.h include/dovecot/message-size.h +include/dovecot/message-snippet.h include/dovecot/mkdir-parents.h include/dovecot/mmap-util.h include/dovecot/module-context.h @@ -350,6 +360,7 @@ include/dovecot/notify-plugin-private.h include/dovecot/notify-plugin.h include/dovecot/numpack.h include/dovecot/ostream-cmp.h +include/dovecot/ostream-dot.h include/dovecot/ostream-hash.h include/dovecot/ostream-metawrap.h include/dovecot/ostream-private.h @@ -408,8 +419,11 @@ include/dovecot/sql-api-private.h include/dovecot/sql-api.h include/dovecot/sql-db-cache.h include/dovecot/ssl-proxy.h +include/dovecot/stats-parser.h +include/dovecot/stats.h include/dovecot/str-find.h include/dovecot/str-sanitize.h +include/dovecot/str-table.h include/dovecot/str.h include/dovecot/strescape.h include/dovecot/strfuncs.h @@ -519,6 +533,8 @@ lib/dovecot/libdovecot.a lib/dovecot/libdovecot.so lib/dovecot/libdovecot.so.0 lib/dovecot/libdovecot.so.0.0.0 +lib/dovecot/stats/libstats_mail.a +lib/dovecot/stats/libstats_mail.so libexec/dovecot/aggregator libexec/dovecot/anvil libexec/dovecot/auth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503121821.t2CILQMn043458>