Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A43A863C121 for ; Wed, 17 Jun 2009 08:12:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 4D8A763B193; Wed, 17 Jun 2009 08:12:19 +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 720CA63B16D for ; Wed, 17 Jun 2009 08:12:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5D20B175D0; Wed, 17 Jun 2009 08:12:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 17 Jun 2009 08:12:18 +0000 From: Tobias Nygren Subject: CVS commit: pkgsrc/pkgtools/pkg_rolling-replace To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20090617081218.5D20B175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: tnn Date: Wed Jun 17 08:12:18 UTC 2009 Modified Files: pkgsrc/pkgtools/pkg_rolling-replace: Makefile pkgsrc/pkgtools/pkg_rolling-replace/files: pkg_rolling-replace.sh Log Message: pkg_rolling-replace-0.17: Use "pkg_info -Q" to extract PKGPATH from installed packages instead of "pkg_info -B" coupled with awk magic. The previous regexp didn't account for packages that have PREV_PKGPATH set, and blew up while replacing for example mail/sylpheed and multimedia/ffmpeg. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/pkgtools/pkg_rolling-replace/Makefile cvs rdiff -u -r1.20 -r1.21 \ pkgsrc/pkgtools/pkg_rolling-replace/files/pkg_rolling-replace.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.