Date: Tue, 27 Jun 2017 00:01:45 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444436 - in head/mail/dovecot2-pigeonhole: . files Message-ID: <201706270001.v5R01jYr085306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Tue Jun 27 00:01:45 2017 New Revision: 444436 URL: https://svnweb.freebsd.org/changeset/ports/444436 Log: mail/dovecot2-pigeonhole: upgrade to 0.4.19 ChangeLog: * This release adjusts Pigeonhole to several changes in the Dovecot API, making it depend on Dovecot v2.2.31. Previous versions of Pigeonhole will produce compile warnings with the recent Dovecot releases (but still work ok). - Fixed bug in handling of implicit keep in some cases. Implicit side-effects, such as assigned flags, were not always applied correctly. This is in essence a very old bug, but it was exposed by recent changes. - include extension: Fixed segfault that (sometimes) occurred when the global script location was left unconfigured. Deleted: head/mail/dovecot2-pigeonhole/files/ Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Jun 27 00:01:38 2017 (r444435) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Jun 27 00:01:45 2017 (r444436) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.18 -PORTREVISION= 5 +PORTVERSION= 0.4.19 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -13,8 +12,8 @@ COMMENT= Sieve plugin for the Dovecot 'deliver' LDA an LICENSE= LGPL21 -BUILD_DEPENDS= dovecot2>=2.2.26.0:mail/dovecot2 -RUN_DEPENDS= dovecot2>=2.2.26.0:mail/dovecot2 +BUILD_DEPENDS= dovecot2>=2.2.31:mail/dovecot2 +RUN_DEPENDS= dovecot2>=2.2.31:mail/dovecot2 DOVECOTVERSION= 2.2 Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Tue Jun 27 00:01:38 2017 (r444435) +++ head/mail/dovecot2-pigeonhole/distinfo Tue Jun 27 00:01:45 2017 (r444436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491958585 -SHA256 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = dd871bb57fad22795460f613f3c9484a8bf229272ac00956d837a34444f1c3a9 -SIZE (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 1742357 +TIMESTAMP = 1498520165 +SHA256 (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = 629204bfbdcd3480e1ebcdc246da438323c3ea5fea57480ab859e8b201ad8793 +SIZE (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = 1743025
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706270001.v5R01jYr085306>