Bug 184273 - maintainer update: mail/dovecot2
Summary: maintainer update: mail/dovecot2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-25 07:20 UTC by nagy.attila
Modified: 2013-11-25 19:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.21 KB, patch)
2013-11-25 07:20 UTC, nagy.attila
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nagy.attila 2013-11-25 07:20:00 UTC
Upgrade dovecot2 port to version 2.2.9 (and bump portrevision of dovecot2-pigeonhole).
Changes from 2.2.8:
        + Full text search indexing can now be done automatically after
          saving/copying mails by setting plugin { fts_autoindex=yes }
        + replicator: Added replication_dsync_parameters setting to pass
          "doveadm sync" parameters (for controlling what to replicate).
        + Added mail-filter plugin
        + Added liblzma/xz support (zlib_save=xz)
        - v2.2.8's improved cache file handling exposed several old bugs
          related to fetching mail headers.
        - v2.2.7's iostream handling changes were causing some connections
          to be disconnected before flushing their output (e.g. POP3 logout
          message wasn't being sent)

Previous upgrade submitted in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184103 can be closed/skipped.

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-25 16:14:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 nagy.attila 2013-11-25 18:41:42 UTC
Yes, but I don't use it, so I didn't test it.

Thanks.

On 11/25/2013 07:45 PM, Danilo E. Gondolfo wrote:
> mail/dovecot2-antispam-plugin needs a PORTREVISION bump too, right?

Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-25 18:45:23 UTC
mail/dovecot2-antispam-plugin needs a PORTREVISION bump too, right?
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-25 19:03:24 UTC
Author: danilo
Date: Mon Nov 25 19:03:16 2013
New Revision: 334882
URL: http://svnweb.freebsd.org/changeset/ports/334882

Log:
  - Update from 2.2.6 to 2.2.9
  - And, following the instructions in Makefile, bump PORTREVISION of mail/dovecot2-antispam-plugin and mail/dovecot-pigeonhole
  
  PR:		ports/184273
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)

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	Mon Nov 25 18:44:35 2013	(r334881)
+++ head/mail/dovecot2-antispam-plugin/Makefile	Mon Nov 25 19:03:16 2013	(r334882)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dovecot2-antispam-plugin
 PORTVERSION=	20130429
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://olgeni.olgeni.com/~olgeni/distfiles/ \
 		LOCAL/olgeni

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Mon Nov 25 18:44:35 2013	(r334881)
+++ head/mail/dovecot2-pigeonhole/Makefile	Mon Nov 25 19:03:16 2013	(r334882)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dovecot-pigeonhole
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Mon Nov 25 18:44:35 2013	(r334881)
+++ head/mail/dovecot2/Makefile	Mon Nov 25 19:03:16 2013	(r334882)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dovecot
-PORTVERSION=	2.2.6
+PORTVERSION=	2.2.9
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 

Modified: head/mail/dovecot2/distinfo
==============================================================================
--- head/mail/dovecot2/distinfo	Mon Nov 25 18:44:35 2013	(r334881)
+++ head/mail/dovecot2/distinfo	Mon Nov 25 19:03:16 2013	(r334882)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.2.6.tar.gz) = 62272bce0ba4b992f44b6eaf72543860ecd21694032243af009b9da2c0d3d6e5
-SIZE (dovecot-2.2.6.tar.gz) = 4483169
+SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5
+SIZE (dovecot-2.2.9.tar.gz) = 4540858
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-11-25 19:04:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!