From owner-svn-ports-head@freebsd.org Wed Apr 12 16:17:02 2017 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 46C05D3AA5B; Wed, 12 Apr 2017 16:17:02 +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 188696F; Wed, 12 Apr 2017 16:17:02 +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 v3CGH1Qn017641; Wed, 12 Apr 2017 16:17:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3CGH1gg017639; Wed, 12 Apr 2017 16:17:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201704121617.v3CGH1gg017639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Apr 2017 16:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438365 - head/mail/dovecot2 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.23 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: Wed, 12 Apr 2017 16:17:02 -0000 Author: adamw Date: Wed Apr 12 16:17:00 2017 New Revision: 438365 URL: https://svnweb.freebsd.org/changeset/ports/438365 Log: Update to 2.2.29.1. - imapc reconnection fix was forgotten from 2.2.29 release, which also made "make check" fail in a unit test - dict-sql: Merging multiple UPDATEs to a single statement wasn't actually working. - Fixed building with vpopmail Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed Apr 12 15:51:13 2017 (r438364) +++ head/mail/dovecot2/Makefile Wed Apr 12 16:17:00 2017 (r438365) @@ -13,9 +13,9 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.29 +PORTVERSION= 2.2.29.1 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Wed Apr 12 15:51:13 2017 (r438364) +++ head/mail/dovecot2/distinfo Wed Apr 12 16:17:00 2017 (r438365) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491869176 -SHA256 (dovecot-2.2.29.tar.gz) = d939ea99126eb8a8c6955390b422b6e27ec0fa43a3b59b2b3218cb5ad67139a6 -SIZE (dovecot-2.2.29.tar.gz) = 5971883 +TIMESTAMP = 1492013710 +SHA256 (dovecot-2.2.29.1.tar.gz) = ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388 +SIZE (dovecot-2.2.29.1.tar.gz) = 5972119