Bug 172082 - maintainer update: mail/dovecot2 and mail/dovecot2-pigeonhole
Summary: maintainer update: mail/dovecot2 and mail/dovecot2-pigeonhole
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: Jase Thew
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 06:50 UTC by nagy.attila
Modified: 2012-09-27 00:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.99 KB, patch)
2012-09-26 06:50 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 2012-09-26 06:50:06 UTC
Upgrade dovecot2 to 2.1.10 (http://dovecot.markmail.org/thread/7ymmjyl5ra7dzvr5) and dovecot2-pigeonhole to 0.3.3 (http://dovecot.markmail.org/thread/e3g4abor5vuf6z63)

Fix: Patch attached with submission follows:
Comment 1 Jase Thew freebsd_committer freebsd_triage 2012-09-26 12:32:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jase

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-26 23:48:40 UTC
Author: jase
Date: Wed Sep 26 22:48:25 2012
New Revision: 304935
URL: http://svn.freebsd.org/changeset/ports/304935

Log:
  - Update to 2.1.10 [1]
  - Convert to new format Makefile header
  
  Changes:	http://www.dovecot.org/list/dovecot-news/2012-September/000231.html
  
  PR:		ports/172082 [1]
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
  Approved by:	flo, culot (mentors, implicit)

Modified:
  head/mail/dovecot2/Makefile   (contents, props changed)
  head/mail/dovecot2/distinfo   (contents, props changed)
  head/mail/dovecot2/pkg-plist   (contents, props changed)

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Wed Sep 26 22:04:22 2012	(r304934)
+++ head/mail/dovecot2/Makefile	Wed Sep 26 22:48:25 2012	(r304935)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	dovecot2
-# Date created:		2010/09/21
-# Whom:			Nagy, Attila <bra@fsn.hu>
-#
+# Created by: Nagy, Attila <bra@fsn.hu>
 # $FreeBSD$
-#
 
 PORTNAME=	dovecot
-PORTVERSION=	2.1.8
+PORTVERSION=	2.1.10
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 

Modified: head/mail/dovecot2/distinfo
==============================================================================
--- head/mail/dovecot2/distinfo	Wed Sep 26 22:04:22 2012	(r304934)
+++ head/mail/dovecot2/distinfo	Wed Sep 26 22:48:25 2012	(r304935)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1.8.tar.gz) = 48807384f815072cf5a9c8a94726b4179433d4a3dd35f33cbe8db3a7880b000d
-SIZE (dovecot-2.1.8.tar.gz) = 3807008
+SHA256 (dovecot-2.1.10.tar.gz) = 8acc99c2a7e8b598aef2fef443c5fb6779099e57573f86a1eaa2b8479d0becb9
+SIZE (dovecot-2.1.10.tar.gz) = 3843490

Modified: head/mail/dovecot2/pkg-plist
==============================================================================
--- head/mail/dovecot2/pkg-plist	Wed Sep 26 22:04:22 2012	(r304934)
+++ head/mail/dovecot2/pkg-plist	Wed Sep 26 22:48:25 2012	(r304935)
@@ -43,11 +43,13 @@ include/dovecot/config-parser-private.h
 include/dovecot/config-parser.h
 include/dovecot/config-request.h
 include/dovecot/config.h
+include/dovecot/connection.h
 include/dovecot/crc32.h
 include/dovecot/cydir-storage.h
 include/dovecot/cydir-sync.h
 include/dovecot/data-stack.h
 include/dovecot/db-checkpassword.h
+include/dovecot/db-dict.h
 include/dovecot/db-ldap.h
 include/dovecot/db-passwd-file.h
 include/dovecot/db-sql.h
@@ -163,6 +165,7 @@ include/dovecot/istream-rawlog.h
 include/dovecot/istream-seekable.h
 include/dovecot/istream-tee.h
 include/dovecot/istream.h
+include/dovecot/json-parser.h
 include/dovecot/lda-settings.h
 include/dovecot/lib-signals.h
 include/dovecot/lib.h
@@ -412,6 +415,9 @@ lib/dovecot/lib20_listescape_plugin.so
 lib/dovecot/lib20_replication_plugin.a
 lib/dovecot/lib20_replication_plugin.la
 lib/dovecot/lib20_replication_plugin.so
+lib/dovecot/lib20_mailbox_alias_plugin.a
+lib/dovecot/lib20_mailbox_alias_plugin.la
+lib/dovecot/lib20_mailbox_alias_plugin.so
 lib/dovecot/lib20_mail_log_plugin.a
 lib/dovecot/lib20_mail_log_plugin.la
 lib/dovecot/lib20_mail_log_plugin.so
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2012-09-26 23:51:14 UTC
Author: jase
Date: Wed Sep 26 22:51:03 2012
New Revision: 304936
URL: http://svn.freebsd.org/changeset/ports/304936

Log:
  - Update to 0.3.3 [1]
  - Convert to new format Makefile header
  
  Changes:	http://www.dovecot.org/list/dovecot-news/2012-September/000232.html
  
  PR:		ports/172082 [1]
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
  Approved by:	flo, culot (mentors, implicit)

Modified:
  head/mail/dovecot2-pigeonhole/Makefile   (contents, props changed)
  head/mail/dovecot2-pigeonhole/distinfo   (contents, props changed)

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Wed Sep 26 22:48:25 2012	(r304935)
+++ head/mail/dovecot2-pigeonhole/Makefile	Wed Sep 26 22:51:03 2012	(r304936)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	dovecot-pigeonhole
-# Date created:		2006-12-29
-# Whom:			Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
-#
+# Created by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
 # $FreeBSD$
-#
 
 PORTNAME=	dovecot-pigeonhole
-PORTVERSION=	0.3.1
-PORTREVISION=	2
+PORTVERSION=	0.3.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}

Modified: head/mail/dovecot2-pigeonhole/distinfo
==============================================================================
--- head/mail/dovecot2-pigeonhole/distinfo	Wed Sep 26 22:48:25 2012	(r304935)
+++ head/mail/dovecot2-pigeonhole/distinfo	Wed Sep 26 22:51:03 2012	(r304936)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = e95d86c5cd912c9a7e180414ffd5eee52e1b5dc8abef3d5762b950d1de86b5c7
-SIZE (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 1084148
+SHA256 (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e
+SIZE (dovecot-2.1-pigeonhole-0.3.3.tar.gz) = 1078559
_______________________________________________
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 4 Jase Thew freebsd_committer freebsd_triage 2012-09-26 23:54:34 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!