Bug 213978 - mail/dovecot2-pigeonhole: up the required dovecot version
Summary: mail/dovecot2-pigeonhole: up the required dovecot version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 15:31 UTC by Larry Rosenman
Modified: 2016-11-01 15:55 UTC (History)
1 user (show)

See Also:


Attachments
upgrade patch (661 bytes, patch)
2016-11-01 15:31 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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).