From owner-svn-ports-head@freebsd.org Thu Jul 7 22:50:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51000B82E07; Thu, 7 Jul 2016 22:50:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 061A1170F; Thu, 7 Jul 2016 22:50:24 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u67MoOTo066740; Thu, 7 Jul 2016 22:50:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u67MoOTd066738; Thu, 7 Jul 2016 22:50:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201607072250.u67MoOTd066738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 7 Jul 2016 22:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418203 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 22:50:25 -0000 Author: adamw Date: Thu Jul 7 22:50:23 2016 New Revision: 418203 URL: https://svnweb.freebsd.org/changeset/ports/418203 Log: Update to 0.4.15. * vacation extension: The sieve_user_email setting is now used in the check for implicit delivery. - imapsieve plugin: For any mail transaction, the mailbox was opened a second time, even if no mailbox rule matched. This was unintentional, useless and caused problems when the imapsieve plugin was used with other plugins like acl. - extprograms plugin: Significantly improved error handling. No stream errors were logged. - extprograms plugin: Fixed bug in handling of result code from remote program (script service). - extprograms plugin: Connection to remote program service was not retried. - Several small fixes based on static analysis. - Fixed handling of quoted string localparts in email addresses. PR: 210905 Submitted by: maintainer (Larry Rosenman) Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Thu Jul 7 22:33:21 2016 (r418202) +++ head/mail/dovecot2-pigeonhole/Makefile Thu Jul 7 22:50:23 2016 (r418203) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.14 -PORTREVISION= 2 +PORTVERSION= 0.4.15 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Thu Jul 7 22:33:21 2016 (r418202) +++ head/mail/dovecot2-pigeonhole/distinfo Thu Jul 7 22:50:23 2016 (r418203) @@ -1,2 +1,3 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = dff30a636c1516158f3e159c669a254569c9dabaa6ecfa3669379101ea5b3300 -SIZE (dovecot-2.2-pigeonhole-0.4.14.tar.gz) = 1752101 +TIMESTAMP = 1467930412 +SHA256 (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3 +SIZE (dovecot-2.2-pigeonhole-0.4.15.tar.gz) = 1755980