ports/178502: Chase upstream releases for mail/dovecot2*
Alastair Hogge
agh at fastmail.fm
Thu May 16 07:50:02 UTC 2013
The following reply was made to PR ports/178502; it has been noted by GNATS.
From: Alastair Hogge <agh at fastmail.fm>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/178502: Chase upstream releases for mail/dovecot2*
Date: Thu, 16 May 2013 15:49:37 +0800
Hi,
mail/dovecot2-antispam-plugin/files/patch-src_mailbox.c is included in the
upstream release[0] I had forgotten to include this in the original diff:
Index: files/patch-src_mailbox.c
===================================================================
--- files/patch-src_mailbox.c (revision 318261)
+++ files/patch-src_mailbox.c (working copy)
@@ -1,23 +0,0 @@
-diff -r 43880985e3dd -r 5e8351bcfb29 src/mailbox.c
---- src/mailbox.c Wed Dec 22 22:34:22 2010 +0200
-+++ src/mailbox.c Sun Feb 26 21:34:05 2012 +0200
-@@ -135,7 +135,7 @@
- struct mailbox_transaction_context *t = ctx->transaction;
- struct antispam_mailbox *asmb = STORAGE_CONTEXT(t->box);
-
-- if (ctx->copying == 0)
-+ if (ctx->copying_via_save == 0)
- {
- struct antispam_user *asu =
USER_CONTEXT(t->box->storage->user);
-
-@@ -171,7 +171,7 @@
-
- // if we are copying then copy() code will do everything needed
- int ret = asmb->module_ctx.super.save_finish(ctx);
-- if (ctx->copying != 0 || ret != 0)
-+ if (ctx->copying_via_save != 0 || ret != 0)
- return ret;
-
- // since there is no source mailbox, let's assume
-
-
[0]:
http://hg.dovecot.org/dovecot-antispam-plugin/diff/5e8351bcfb29/src/mailbox.c
Thanks.
alastair
--
How to Raise Your I.Q. by Eating Gifted Children
-- Book title by Lewis B. Frumkes
More information about the freebsd-ports-bugs
mailing list