Bug 175738 - 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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-31 16:00 UTC by nagy.attila
Modified: 2013-02-04 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.24 KB, patch)
2013-01-31 16:00 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-01-31 16:00:00 UTC
Update dovecot to 2.1.14 and bump dovecot2-pigeonhole's portrevision to force an upgrade there.

Fix: Patch attached with submission follows:
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-02-03 18:17:15 UTC
Any reason to bump PORTREVISION to 3 instead of 2 in
dovecot2-pidgeonhole?
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-02-04 10:09:01 UTC
Attila Nagy <bra@fsn.hu> writes:

> Yes, the previous, uncommitted upgrade.

OTOH, the current upgrade goes directly from dovecot 2.1.12 to 2.1.14,
without considering the previous, uncommitted upgrade, hence my
question.

I'll commit this and bump dovecot2-pidgeonhole's PORTREVISION to 2 then.

> On 02/03/13 19:17, Raphael Kubo da Costa wrote:
>> Any reason to bump PORTREVISION to 3 instead of 2 in
>> dovecot2-pidgeonhole?
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-04 10:30:30 UTC
Author: rakuco
Date: Mon Feb  4 10:30:16 2013
New Revision: 311602
URL: http://svnweb.freebsd.org/changeset/ports/311602

Log:
  Update dovecot2 to 2.1.14.
  
  PR:		ports/175738
  Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)

Modified:
  head/mail/dovecot2-pigeonhole/Makefile
  head/mail/dovecot2/Makefile
  head/mail/dovecot2/distinfo

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Mon Feb  4 10:07:30 2013	(r311601)
+++ head/mail/dovecot2-pigeonhole/Makefile	Mon Feb  4 10:30:16 2013	(r311602)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dovecot-pigeonhole
 PORTVERSION=	0.3.3
-PORTREVISION=	1
+PORTREVISION=	3
 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 Feb  4 10:07:30 2013	(r311601)
+++ head/mail/dovecot2/Makefile	Mon Feb  4 10:30:16 2013	(r311602)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dovecot
-PORTVERSION=	2.1.12
+PORTVERSION=	2.1.14
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 

Modified: head/mail/dovecot2/distinfo
==============================================================================
--- head/mail/dovecot2/distinfo	Mon Feb  4 10:07:30 2013	(r311601)
+++ head/mail/dovecot2/distinfo	Mon Feb  4 10:30:16 2013	(r311602)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1.12.tar.gz) = d76ae15146452d053c423d883b2cbc24f62a55cf2f1f547577f42bc7d8d20840
-SIZE (dovecot-2.1.12.tar.gz) = 3839088
+SHA256 (dovecot-2.1.14.tar.gz) = 70d50e77d471d96d989e2031cb6ce81aa8cff11bc671235a4d0ba4276bfb040b
+SIZE (dovecot-2.1.14.tar.gz) = 3861022
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2013-02-04 10:31:34 UTC
Author: rakuco
Date: Mon Feb  4 10:31:21 2013
New Revision: 311603
URL: http://svnweb.freebsd.org/changeset/ports/311603

Log:
  Hopefully adjust PORTREVISION correctly before anyone notices.
  
  PR:		ports/175738

Modified:
  head/mail/dovecot2-pigeonhole/Makefile

Modified: head/mail/dovecot2-pigeonhole/Makefile
==============================================================================
--- head/mail/dovecot2-pigeonhole/Makefile	Mon Feb  4 10:30:16 2013	(r311602)
+++ head/mail/dovecot2-pigeonhole/Makefile	Mon Feb  4 10:31:21 2013	(r311603)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dovecot-pigeonhole
 PORTVERSION=	0.3.3
-PORTREVISION=	3
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
 DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
_______________________________________________
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 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-02-04 10:31:39 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!