Date: Tue, 1 Nov 2016 15:54:19 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425056 - head/mail/dovecot2-pigeonhole Message-ID: <201611011554.uA1FsJgc013585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Nov 1 15:54:19 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) Modified: head/mail/dovecot2-pigeonhole/Makefile Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Nov 1 15:48:27 2016 (r425055) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Nov 1 15:54:19 2016 (r425056) @@ -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 'd 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011554.uA1FsJgc013585>
