Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9779763B886 for ; Sun, 31 Jan 2010 21:06:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 26CF763B196; Sun, 31 Jan 2010 21:06:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3838263B189 for ; Sun, 31 Jan 2010 21:06:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17860175DD; Sun, 31 Jan 2010 21:06:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 31 Jan 2010 21:06:30 +0000 From: Klaus Heinz Subject: CVS commit: pkgsrc/mail/exim To: pkgsrc-changes@NetBSD.org Reply-To: heinz@netbsd.org X-Mailer: log_accum Message-Id: <20100131210630.17860175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: heinz Date: Sun Jan 31 21:06:30 UTC 2010 Modified Files: pkgsrc/mail/exim: Makefile distinfo pkgsrc/mail/exim/patches: patch-ae Log Message: Added complete support for installation to DESTDIR. The Exim executable file cannot run without EXIM_USER being present on the system, so scripts/exim_install was changed to derive the Exim version from the pkgsrc package version (see PKGSRC_EXIM_VERSION in the Makefile and patch-ae). Added LICENSE information. Ok'd by abs@ To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/mail/exim/Makefile cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/exim/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/exim/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.