From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 19 17:50:07 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C850106566B for ; Sun, 19 Dec 2010 17:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00BB28FC1E for ; Sun, 19 Dec 2010 17:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBJHo6rM071536 for ; Sun, 19 Dec 2010 17:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBJHo6mp071535; Sun, 19 Dec 2010 17:50:06 GMT (envelope-from gnats) Resent-Date: Sun, 19 Dec 2010 17:50:06 GMT Resent-Message-Id: <201012191750.oBJHo6mp071535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Lewis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0F6106566C for ; Sun, 19 Dec 2010 17:42:50 +0000 (UTC) (envelope-from glewis@misty.eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id DEEAA8FC20 for ; Sun, 19 Dec 2010 17:42:49 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id oBJHglVD064798; Sun, 19 Dec 2010 09:42:48 -0800 (PST) (envelope-from glewis@misty.eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id oBJHgkqL064784; Sun, 19 Dec 2010 09:42:46 -0800 (PST) (envelope-from glewis) Message-Id: <201012191742.oBJHgkqL064784@misty.eyesbeyond.com> Date: Sun, 19 Dec 2010 09:42:46 -0800 (PST) From: Greg Lewis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bra@fsn.hu Subject: ports/153295: [PATCH] mail/dovecot: update to 2.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2010 17:50:07 -0000 >Number: 153295 >Category: ports >Synopsis: [PATCH] mail/dovecot: update to 2.0.8 >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: Sun Dec 19 17:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Greg Lewis >Release: FreeBSD 8.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD misty.eyesbeyond.com 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Sun Dec 12 11:38:44 PST 2010 >Description: - Update to 2.0.8 . Sort man pages Port maintainer (bra@fsn.hu) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- dovecot-2.0.8.patch begins here --- Index: Makefile =================================================================== RCS file: /var/fcvs/ports/mail/dovecot2/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 27 Nov 2010 05:53:35 -0000 1.1 +++ Makefile 19 Dec 2010 07:05:02 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ @@ -174,8 +174,8 @@ doveadm-fetch.1 \ doveadm-force-resync.1 \ doveadm-help.1 \ - doveadm-kick.1 \ doveadm-import.1 \ + doveadm-kick.1 \ doveadm-log.1 \ doveadm-mailbox.1 \ doveadm-penalty.1 \ Index: distinfo =================================================================== RCS file: /var/fcvs/ports/mail/dovecot2/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 27 Nov 2010 05:53:35 -0000 1.1 +++ distinfo 19 Dec 2010 06:48:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.0.7.tar.gz) = d862ca1bf5aaa3bc15f5962058351517b8f42fa6947feeb634f4d085ec0f4ce3 -SIZE (dovecot-2.0.7.tar.gz) = 3174912 +SHA256 (dovecot-2.0.8.tar.gz) = c22406028b8eeec2961845196811de6ed5d5f3f4fdd56c902f8793be7fb197c2 +SIZE (dovecot-2.0.8.tar.gz) = 3177602 Index: pkg-plist =================================================================== RCS file: /var/fcvs/ports/mail/dovecot2/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 29 Nov 2010 07:32:36 -0000 1.3 +++ pkg-plist 19 Dec 2010 08:28:48 -0000 @@ -338,6 +338,9 @@ lib/dovecot/lib02_lazy_expunge_plugin.a lib/dovecot/lib02_lazy_expunge_plugin.la lib/dovecot/lib02_lazy_expunge_plugin.so +lib/dovecot/lib05_snarf_plugin.a +lib/dovecot/lib05_snarf_plugin.la +lib/dovecot/lib05_snarf_plugin.so lib/dovecot/lib10_quota_plugin.a lib/dovecot/lib10_quota_plugin.la lib/dovecot/lib10_quota_plugin.so @@ -365,9 +368,6 @@ lib/dovecot/lib20_mail_log_plugin.a lib/dovecot/lib20_mail_log_plugin.la lib/dovecot/lib20_mail_log_plugin.so -lib/dovecot/lib20_mbox_snarf_plugin.a -lib/dovecot/lib20_mbox_snarf_plugin.la -lib/dovecot/lib20_mbox_snarf_plugin.so lib/dovecot/lib20_virtual_plugin.a lib/dovecot/lib20_virtual_plugin.la lib/dovecot/lib20_virtual_plugin.so --- dovecot-2.0.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: