From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 7 19:50:02 2009 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 D12FC1065679 for ; Sat, 7 Nov 2009 19:50:02 +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 99CAF8FC1A for ; Sat, 7 Nov 2009 19:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA7Jo1h4073910 for ; Sat, 7 Nov 2009 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA7Jo1EG073909; Sat, 7 Nov 2009 19:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 7 Nov 2009 19:50:01 GMT Resent-Message-Id: <200911071950.nA7Jo1EG073909@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, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DE5B1065670 for ; Sat, 7 Nov 2009 19:46:55 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 10AAB8FC0A for ; Sat, 7 Nov 2009 19:46:54 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 8757B1707C; Sat, 7 Nov 2009 14:46:54 -0500 (EST) Message-Id: <20091107194654.8757B1707C@spartan.hamla.org> Date: Sat, 7 Nov 2009 14:46:54 -0500 (EST) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/140368: [PATCH] mail/horde-vacation: update to 3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 19:50:03 -0000 >Number: 140368 >Category: ports >Synopsis: [PATCH] mail/horde-vacation: update to 3.2 >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 Nov 07 19:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 3.2 - The major changes compared to the Vacation H3 (3.1) versions are: * Added Postfix Admin driver * Added TLS support to LDAP driver * Added support for output compression * Small improvement >How-To-Repeat: >Fix: --- horde-vacation.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/horde-vacation/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 29 Aug 2009 22:02:01 -0000 1.10 +++ Makefile 7 Nov 2009 19:44:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= vacation -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= mail www DIST_SUBDIR= horde Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/horde-vacation/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 29 Aug 2009 22:02:01 -0000 1.3 +++ distinfo 7 Nov 2009 19:44:00 -0000 @@ -1,3 +1,3 @@ -MD5 (horde/vacation-h3-3.1.tar.gz) = 62a3c2352edd6213abcc7f6f71efaf57 -SHA256 (horde/vacation-h3-3.1.tar.gz) = ec2131fcc1aaf53403de1822edde9a49cfb91172a3539dc6dbf065e6c1feeab8 -SIZE (horde/vacation-h3-3.1.tar.gz) = 1055093 +MD5 (horde/vacation-h3-3.2.tar.gz) = f871b758784c227a9b93bbb8854d3d7e +SHA256 (horde/vacation-h3-3.2.tar.gz) = aca8d6e0fc7513872546cb064e96761ddea10eb832686dc67957ea545bec6e34 +SIZE (horde/vacation-h3-3.2.tar.gz) = 1067937 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/horde-vacation/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 29 Aug 2009 22:02:01 -0000 1.4 +++ pkg-plist 7 Nov 2009 19:44:01 -0000 @@ -18,6 +18,7 @@ %%HORDIR%%/lib/Driver/forwards.php %%HORDIR%%/lib/Driver/ldap.php %%HORDIR%%/lib/Driver/plesk.php +%%HORDIR%%/lib/Driver/postfixadmin.php %%HORDIR%%/lib/Driver/qmail.php %%HORDIR%%/lib/Driver/sql.php %%HORDIR%%/lib/Driver.php --- horde-vacation.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: