diff options
author | adamw <adamw@FreeBSD.org> | 2016-11-01 23:54:19 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-11-01 23:54:19 +0800 |
commit | 42e40638e315b952d8aa18ef434149bae41fa5c3 (patch) | |
tree | c4c9021f2f45ed6549476493ae0c56452eee3297 | |
parent | 8aba0c9dc793613b88e6b194a9e7afa51f387425 (diff) | |
download | freebsd-ports-gnome-42e40638e315b952d8aa18ef434149bae41fa5c3.tar.gz freebsd-ports-gnome-42e40638e315b952d8aa18ef434149bae41fa5c3.tar.zst freebsd-ports-gnome-42e40638e315b952d8aa18ef434149bae41fa5c3.zip |
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)
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 5 |
1 files 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 |