Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 10D0063B9E6 for ; Fri, 12 Jun 2009 23:02:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AC2D863B215; Fri, 12 Jun 2009 23:02:58 +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 C4CCC63B162 for ; Fri, 12 Jun 2009 23:02:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A75A4175D0; Fri, 12 Jun 2009 23:02:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 12 Jun 2009 23:02:57 +0000 From: Min Sik Kim Subject: CVS commit: pkgsrc/misc/rubygems To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20090612230257.A75A4175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: minskim Date: Fri Jun 12 23:02:57 UTC 2009 Modified Files: pkgsrc/misc/rubygems: Makefile distinfo Added Files: pkgsrc/misc/rubygems/patches: patch-aa Log Message: Test variables before using them. Several variables in Gem::Specification can be nil for old gemspec. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/rubygems/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/rubygems/distinfo cvs rdiff -u -r0 -r1.7 pkgsrc/misc/rubygems/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.