Date: Wed, 8 May 2013 19:00:03 GMT From: Xin LI <delphij@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: bra@fsn.hu Subject: ports/178428: [PATCH] Update mail/dovecot2 to 2.1.16 Message-ID: <201305081900.r48J03UE061040@freefall.freebsd.org> Resent-Message-ID: <201305081910.r48JA0GO062885@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178428 >Category: ports >Synopsis: [PATCH] Update mail/dovecot2 to 2.1.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 08 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 10.0-CURRENT amd64 >Organization: iXsystems, Inc. >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249172: Sat Apr 6 00:40:01 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: The attached patch updates mail/dovecot2 to 2.1.16 and mail/dovecot2-pigeonhole to 0.34. >How-To-Repeat: >Fix: --- dovecot2.diff begins here --- Index: dovecot2/Makefile =================================================================== --- dovecot2/Makefile (revision 317702) +++ dovecot2/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.1.15 +PORTVERSION= 2.1.16 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ Index: dovecot2/distinfo =================================================================== --- dovecot2/distinfo (revision 317702) +++ dovecot2/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.1.15.tar.gz) = 706a69cede44551401dc5f49225b97b4b7b7e30ddbdc5cc11176a23a0fa72ded -SIZE (dovecot-2.1.15.tar.gz) = 3862058 +SHA256 (dovecot-2.1.16.tar.gz) = a61d5fa774615849f6e754232c41a7a87dd0de619f1089627c3682180fa9b447 +SIZE (dovecot-2.1.16.tar.gz) = 3866802 Index: dovecot2/pkg-plist =================================================================== --- dovecot2/pkg-plist (revision 317702) +++ dovecot2/pkg-plist (working copy) @@ -207,8 +207,8 @@ include/dovecot/mail-transaction-log-view-private.h include/dovecot/mail-transaction-log.h include/dovecot/mail-types.h +include/dovecot/mail-user-hash.h include/dovecot/mail-user.h -include/dovecot/mail-user-hash.h include/dovecot/mailbox-guid-cache.h include/dovecot/mailbox-list-delete.h include/dovecot/mailbox-list-fs.h @@ -302,6 +302,10 @@ include/dovecot/printf-format-fix.h include/dovecot/priorityq.h include/dovecot/process-title.h +include/dovecot/quota-fs.h +include/dovecot/quota-plugin.h +include/dovecot/quota-private.h +include/dovecot/quota.h include/dovecot/quoted-printable.h include/dovecot/randgen.h include/dovecot/raw-storage.h @@ -415,15 +419,15 @@ lib/dovecot/lib20_listescape_plugin.a lib/dovecot/lib20_listescape_plugin.la lib/dovecot/lib20_listescape_plugin.so +lib/dovecot/lib20_mail_log_plugin.a +lib/dovecot/lib20_mail_log_plugin.la +lib/dovecot/lib20_mail_log_plugin.so +lib/dovecot/lib20_mailbox_alias_plugin.a +lib/dovecot/lib20_mailbox_alias_plugin.la +lib/dovecot/lib20_mailbox_alias_plugin.so lib/dovecot/lib20_replication_plugin.a lib/dovecot/lib20_replication_plugin.la lib/dovecot/lib20_replication_plugin.so -lib/dovecot/lib20_mailbox_alias_plugin.a -lib/dovecot/lib20_mailbox_alias_plugin.la -lib/dovecot/lib20_mailbox_alias_plugin.so -lib/dovecot/lib20_mail_log_plugin.a -lib/dovecot/lib20_mail_log_plugin.la -lib/dovecot/lib20_mail_log_plugin.so lib/dovecot/lib20_virtual_plugin.a lib/dovecot/lib20_virtual_plugin.la lib/dovecot/lib20_virtual_plugin.so @@ -495,6 +499,7 @@ libexec/dovecot/maildirlock libexec/dovecot/pop3 libexec/dovecot/pop3-login +libexec/dovecot/quota-status libexec/dovecot/rawlog libexec/dovecot/replicator libexec/dovecot/script @@ -505,7 +510,6 @@ libexec/dovecot/xml2text sbin/dovecot share/aclocal/dovecot.m4 -@dirrmtry libdata/ldconfig/dovecot2 @dirrm libexec/dovecot @dirrm lib/dovecot/doveadm @dirrmtry lib/dovecot/auth Index: dovecot2-antispam-plugin/Makefile =================================================================== --- dovecot2-antispam-plugin/Makefile (revision 317702) +++ dovecot2-antispam-plugin/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20101222 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://www.bamus.cz/distfiles/ DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX} Index: dovecot2-pigeonhole/Makefile =================================================================== --- dovecot2-pigeonhole/Makefile (revision 317702) +++ dovecot2-pigeonhole/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTVERSION= 0.3.4 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Index: dovecot2-pigeonhole/distinfo =================================================================== --- dovecot2-pigeonhole/distinfo (revision 317702) +++ dovecot2-pigeonhole/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e -SIZE (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1078559 +SHA256 (dovecot-2.1-pigeonhole-0.3.4.tar.gz) = 34da8801c7695c397a53a13574fe8674b92aa9d936f91a1b6e6df787488a6d05 +SIZE (dovecot-2.1-pigeonhole-0.3.4.tar.gz) = 1089752 --- dovecot2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305081900.r48J03UE061040>