svn commit: r444436 - in head/mail/dovecot2-pigeonhole: . files

Larry Rosenman ler at FreeBSD.org
Tue Jun 27 00:01:47 UTC 2017


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


More information about the svn-ports-all mailing list