Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 22:32:26 +0100 (CET)
From:      Radim Kolar <hsn@sendmail.cz>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        hsn@sendmail.cz, bra@fsn.hu
Subject:   ports/187621: [PATCH] mail/dovecot2: update to 2.2.12
Message-ID:  <201403152132.s2FLWQBF049391@fbsd9.localdomain>
Resent-Message-ID: <201403152140.s2FLe1DL018729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187621
>Category:       ports
>Synopsis:       [PATCH] mail/dovecot2: update to 2.2.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 21:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 10.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd9.localdomain 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r262526: Wed Feb 26 11:00:13 CET
>Description:
- Update to 2.2.12
- regenerate using freebsd autotools
- add orphan files to pkg-plist
- build using gmake. bmake does not build it due to problem with () in file
  name
Port maintainer (bra@fsn.hu) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- dovecot2-2.2.12.patch begins here ---
diff -ruN /usr/ports/mail/dovecot2/Makefile ./Makefile
--- /usr/ports/mail/dovecot2/Makefile	2014-03-15 15:31:48.000000000 +0100
+++ ./Makefile	2014-03-15 20:13:49.166608573 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/mail/dovecot2/Makefile 348327 2014-03-15 14:31:48Z pawel $
 
 PORTNAME=	dovecot
-PORTVERSION=	2.2.10
+PORTVERSION=	2.2.12
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
 PKGNAMESUFFIX=	2
@@ -26,7 +26,10 @@
 # port before updating this one.                                     #
 ######################################################################
 
-USES=		iconv
+USES=		iconv libtool gmake
+USE_AUTOTOOLS=	autoconf automake autoheader aclocal libtoolize
+AUTOMAKE_ARGS=	--force-missing --add-missing
+ACLOCAL_ARGS=	-I .
 USE_RC_SUBR=	dovecot
 
 GNU_CONFIGURE=	yes
diff -ruN /usr/ports/mail/dovecot2/distinfo ./distinfo
--- /usr/ports/mail/dovecot2/distinfo	2014-01-31 16:07:46.000000000 +0100
+++ ./distinfo	2014-03-15 18:38:00.472346675 +0100
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.2.10.tar.gz) = 75592483d40dc4f76cc3b41af40caa4be80478946a699d46846d5d03e4d2e09b
-SIZE (dovecot-2.2.10.tar.gz) = 4558660
+SHA256 (dovecot-2.2.12.tar.gz) = f3de1cae5665ff202713c1489bc96b4d029760808bf3311d76c173d7f3e38c56
+SIZE (dovecot-2.2.12.tar.gz) = 4587634
diff -ruN /usr/ports/mail/dovecot2/pkg-plist ./pkg-plist
--- /usr/ports/mail/dovecot2/pkg-plist	2013-10-14 19:49:26.000000000 +0200
+++ ./pkg-plist	2014-03-15 21:38:05.588284029 +0100
@@ -135,6 +135,7 @@
 include/dovecot/imap-id.h
 include/dovecot/imap-list.h
 include/dovecot/imap-match.h
+include/dovecot/imap-metadata.h
 include/dovecot/imap-msgpart-url.h
 include/dovecot/imap-msgpart.h
 include/dovecot/imap-notify.h
@@ -180,6 +181,7 @@
 include/dovecot/ioloop-notify-fd.h
 include/dovecot/ioloop-private.h
 include/dovecot/ioloop.h
+include/dovecot/iostream-lz4.h
 include/dovecot/iostream-openssl.h
 include/dovecot/iostream-private.h
 include/dovecot/iostream-rawlog-private.h
@@ -199,6 +201,7 @@
 include/dovecot/istream-concat.h
 include/dovecot/istream-crlf.h
 include/dovecot/istream-dot.h
+include/dovecot/istream-fs-file.h
 include/dovecot/istream-hash.h
 include/dovecot/istream-header-filter.h
 include/dovecot/istream-jsonstr.h
@@ -456,6 +459,9 @@
 lib/dovecot/lib10_quota_plugin.a
 lib/dovecot/lib10_quota_plugin.la
 lib/dovecot/lib10_quota_plugin.so
+lib/dovecot/lib10_mail_filter_plugin.a
+lib/dovecot/lib10_mail_filter_plugin.la
+lib/dovecot/lib10_mail_filter_plugin.so
 lib/dovecot/lib11_imap_quota_plugin.a
 lib/dovecot/lib11_imap_quota_plugin.la
 lib/dovecot/lib11_imap_quota_plugin.so
@@ -575,7 +581,9 @@
 man/man1/deliver.1.gz
 man/man1/doveadm-altmove.1.gz
 man/man1/doveadm-auth.1.gz
+man/man1/doveadm-batch.1.gz
 man/man1/doveadm-config.1.gz
+man/man1/doveadm-copy.1.gz
 man/man1/doveadm-deduplicate.1.gz
 man/man1/doveadm-director.1.gz
 man/man1/doveadm-dump.1.gz
--- dovecot2-2.2.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403152132.s2FLWQBF049391>