svn commit: r438365 - head/mail/dovecot2

Adam Weinberger adamw at FreeBSD.org
Wed Apr 12 16:17:02 UTC 2017


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 at 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


More information about the svn-ports-all mailing list