From owner-cvs-all@FreeBSD.ORG Fri Jul 2 04:48:57 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 CFFA616A4CE; Fri, 2 Jul 2004 04:48:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8343D2F; Fri, 2 Jul 2004 04:48:57 +0000 (GMT) (envelope-from knu@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 i624NJrV008546; Fri, 2 Jul 2004 04:23:19 GMT (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i624NJhx008545; Fri, 2 Jul 2004 04:23:19 GMT (envelope-from knu) Message-Id: <200407020423.i624NJhx008545@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 2 Jul 2004 04:23:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-pkgtools.rb 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: Fri, 02 Jul 2004 04:48:58 -0000 knu 2004-07-02 04:23:19 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile Added files: sysutils/portupgrade/files patch-pkgtools.rb Log: Apply a patch to avoid "undefined method `each' for nil:NilClass" error when such configuration variable as MAKE_ARGS, typically BEFORE_DEINSTALL is not defined. Reported by: krion, Tsurutani Naoki Revision Changes Path 1.187 +1 -0 ports/sysutils/portupgrade/Makefile 1.7 +16 -0 ports/sysutils/portupgrade/files/patch-pkgtools.rb (new)