From 0f87aaf67e30db9bb8f6fe0029e23af80996b7d9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 1 Nov 2016 15:54:19 +0000 Subject: [PATCH] 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) --- mail/dovecot2-pigeonhole/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 36933ee0d518..cd19fdf8c34d 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.16 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -12,8 +13,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP LICENSE= LGPL21 -BUILD_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2 -RUN_DEPENDS:= dovecot2>=${DOVECOTVERSION}:mail/dovecot2 +BUILD_DEPENDS= dovecot2>=2.2.26.0:mail/dovecot2 +RUN_DEPENDS= dovecot2>=2.2.26.0:mail/dovecot2 DOVECOTVERSION= 2.2