From owner-cvs-all@FreeBSD.ORG Tue Oct 27 16:59:21 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B40431065692; Tue, 27 Oct 2009 16:59:21 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89DE98FC17; Tue, 27 Oct 2009 16:59:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9RGxLlh031030; Tue, 27 Oct 2009 16:59:21 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9RGxLsr031029; Tue, 27 Oct 2009 16:59:21 GMT (envelope-from stas) Message-Id: <200910271659.n9RGxLsr031029@repoman.freebsd.org> From: Stanislav Sedov Date: Tue, 27 Oct 2009 16:59:21 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/pkgtools/bin portupgrade projects/pkgtools/lib pkgtools.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 16:59:21 -0000 stas 2009-10-27 16:59:21 UTC FreeBSD projects repository Modified files: pkgtools/bin portupgrade pkgtools/lib pkgtools.rb Log: - Add more nil origin check/workarounds before the real solution is found. Because there's no such place where the origin is checked for being not-null it's not easy to fix this in the right way currently. Revision Changes Path 1.64 +10 -2 projects/pkgtools/bin/portupgrade 1.37 +4 -1 projects/pkgtools/lib/pkgtools.rb