diff options
author | ler <ler@FreeBSD.org> | 2017-04-12 09:23:25 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2017-04-12 09:23:25 +0800 |
commit | 28583357cd124c8ebb53442d6527ccb19003063e (patch) | |
tree | 3e963889650d38e149d8c02fd3b37447d83a9a48 | |
parent | 1a8017aa3baa3c1db737e10294893bcb7bbd9229 (diff) | |
download | freebsd-ports-gnome-28583357cd124c8ebb53442d6527ccb19003063e.tar.gz freebsd-ports-gnome-28583357cd124c8ebb53442d6527ccb19003063e.tar.zst freebsd-ports-gnome-28583357cd124c8ebb53442d6527ccb19003063e.zip |
Upgrade mail/dovecot2-pigeonhole to 0.4.18.
Changelog v0.4.18:
+ imapsieve plugin: Implemented the copy_source_after rule action. When
this is enabled for a mailbox rule, the specified Sieve script is
executed for the message in the source mailbox during a "COPY" event.
This happens only after the Sieve script that is executed for the
corresponding message in the destination mailbox finishes running
successfully.
+ imapsieve plugin: Added non-standard Sieve environment items for the
source and destination mailbox.
- multiscript: The execution of the discard script had an implicit
"keep", rather than an implicit "discard".
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10366
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot2-pigeonhole/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 3cfc80330ef5..5d1e77103299 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.17 -PORTREVISION= 2 +PORTVERSION= 0.4.18 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/dovecot2-pigeonhole/distinfo b/mail/dovecot2-pigeonhole/distinfo index 6042c9bcffc7..63bfb8124e6e 100644 --- a/mail/dovecot2-pigeonhole/distinfo +++ b/mail/dovecot2-pigeonhole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488163544 -SHA256 (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 74d869c7532cbf4fe41e3cc95a1aa6ce32e98f4d423f0d099da1e0fba022dae3 -SIZE (dovecot-2.2-pigeonhole-0.4.17.tar.gz) = 1787177 +TIMESTAMP = 1491958585 +SHA256 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a34444f1c3a9 +SIZE (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 1742357 |