svn commit: r425056 - head/mail/dovecot2-pigeonhole

Adam Weinberger adamw at FreeBSD.org
Tue Nov 1 15:54:20 UTC 2016


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
 


More information about the svn-ports-head mailing list