Update dovecot to 2.1.14 and bump dovecot2-pigeonhole's portrevision to force an upgrade there. Fix: Patch attached with submission follows:
Any reason to bump PORTREVISION to 3 instead of 2 in dovecot2-pidgeonhole?
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?
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"
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!