Bug 213978

Summary: mail/dovecot2-pigeonhole: up the required dovecot version
Product: Ports & Packages Reporter: Larry Rosenman <ler>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: adamw
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
upgrade patch none

Description Larry Rosenman freebsd_committer freebsd_triage 2016-11-01 15:31:29 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-01 15:54:23 UTC
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
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-11-01 15:55:46 UTC
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).