Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D192363BD40 for ; Thu, 26 Feb 2009 12:52:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 7172963B11D; Thu, 26 Feb 2009 12:52:44 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 9A63963B11B for ; Thu, 26 Feb 2009 12:52:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 820FC175D0; Thu, 26 Feb 2009 12:52:43 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20090226125243.820FC175D0@cvs.netbsd.org> Date: Thu, 26 Feb 2009 12:52:43 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Thu Feb 26 12:52:43 UTC 2009 Modified Files: pkgsrc/pkgtools/pkg_install/files/add: perform.c pkgsrc/pkgtools/pkg_install/files/lib: version.h Log Message: pkg_install-20090226: Always try to preserve the +PRESERVE file from the old package, even when the new one has one as well. This fixes the update case for the special case of pkg_install itself as reported by tron@. To generate a diff of this commit: cvs rdiff -r1.78 -r1.79 pkgsrc/pkgtools/pkg_install/files/add/perform.c cvs rdiff -r1.113 -r1.114 pkgsrc/pkgtools/pkg_install/files/lib/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.