diff options
author | adamw <adamw@FreeBSD.org> | 2017-05-31 14:16:53 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-05-31 14:16:53 +0000 |
commit | 91359d15d669d4e16cfa1e44b2ef1793e0b5cd55 (patch) | |
tree | f60af67ab57a1d6a2f18ae1ae4d9f67e2a14c8c5 | |
parent | 697a444b8a02214dc544e32c7c0d0d5a558be166 (diff) | |
download | FreeBSD-ports-91359d15d669d4e16cfa1e44b2ef1793e0b5cd55.zip FreeBSD-ports-91359d15d669d4e16cfa1e44b2ef1793e0b5cd55.tar.gz |
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.
-rw-r--r-- | mail/dovecot2-antispam-plugin/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot2-antispam-plugin/Makefile b/mail/dovecot2-antispam-plugin/Makefile index 2e87a7d..83ce67e 100644 --- a/mail/dovecot2-antispam-plugin/Makefile +++ b/mail/dovecot2-antispam-plugin/Makefile @@ -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 diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 00cb6f2..9a81216 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -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} diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index fcae55c..f8925b2 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -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 diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 092e10d..21cb9ad 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -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 |