Date: Wed, 31 May 2017 14:16:53 +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: r442182 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole Message-ID: <201705311416.v4VEGrof064979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed May 31 14:16:53 2017 New Revision: 442182 URL: https://svnweb.freebsd.org/changeset/ports/442182 Log: Update dovecot to 2.2.30.1, and bump PORTREVISION on plugins. Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't working in v2.2.30 - vpopmail still wasn't compiling Also I guess should mention that in v2.2.30+ the "script" service's protocol changed to a new version. If anyone had written their own script services (not using the included "script" binary) they would need some changes. I haven't heard of anyone having done that though. Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2-antispam-plugin/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2-pigeonhole/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -13,9 +13,9 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.30.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 May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2/distinfo Wed May 31 14:16:53 2017 (r442182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496174499 -SHA256 (dovecot-2.2.30.tar.gz) = 126b07cbf4c313e8fc6df273282f60710b453a7a678f502fd45c2fa7192127f3 -SIZE (dovecot-2.2.30.tar.gz) = 6006654 +TIMESTAMP = 1496239536 +SHA256 (dovecot-2.2.30.1.tar.gz) = 9049db49f7ccd76850a17872896dfb8778676bab38454575f59bb39f16b083a4 +SIZE (dovecot-2.2.30.1.tar.gz) = 6004223
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311416.v4VEGrof064979>