Date: Wed, 12 Apr 2017 16:17:01 +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: r438365 - head/mail/dovecot2 Message-ID: <201704121617.v3CGH1gg017639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704121617.v3CGH1gg017639>