Created attachment 176377 [details] upgrade patch Hello Dovecot users, It has come to our attention that older Pigeonhole releases will not work properly anymore with Dovecot v2.2.26.0, while there were no known issues with 2.2.26. So, make sure you use the new Pigeonhole v0.4.16 release if you upgrade Dovecot to v2.2.26.0.
A commit references this bug: Author: adamw Date: Tue Nov 1 15:54:19 UTC 2016 New revision: 425056 URL: https://svnweb.freebsd.org/changeset/ports/425056 Log: Pigeonhole 0.4.16 cannot work with dovecot2 releases older than 2.2.26. Up the registered dependency to force dovecot2 at least 2.2.26.0 (the latest version). See also: http://www.dovecot.org/list/dovecot-news/2016-November/000331.html PR: 213978 Submitted by: maintainer (Larry Rosenman) Changes: head/mail/dovecot2-pigeonhole/Makefile
Done. Thanks, Larry. I also changed the dependency thing from := to = because there's no expansion that needs to take place (actually, it should have worked without it before).