From owner-cvs-all@FreeBSD.ORG Sun Jun 20 07:21:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCAE16A4CE; Sun, 20 Jun 2004 07:21:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 531EA43D1F; Sun, 20 Jun 2004 07:21:22 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5K7LKUA057522; Sun, 20 Jun 2004 07:21:20 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5K7LKGS057515; Sun, 20 Jun 2004 07:21:20 GMT (envelope-from oliver) Message-Id: <200406200721.i5K7LKGS057515@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 20 Jun 2004 07:21:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sqwebmail Makefileports/mail/sqwebmail/files patch-maildir::maildirquota.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 07:21:22 -0000 oliver 2004-06-20 07:21:20 UTC FreeBSD ports repository Modified files: mail/sqwebmail Makefile Added files: mail/sqwebmail/files patch-maildir::maildirquota.c Log: Fix the incorrectly calculation of maildir quotas due to missuse of pointer to off_t (64bit) vs pointer to long (32 bit). Bump PORTREVISION Revision Changes Path 1.38 +1 -1 ports/mail/sqwebmail/Makefile 1.1 +11 -0 ports/mail/sqwebmail/files/patch-maildir::maildirquota.c (new)