Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id D988663B913 for ; Fri, 24 Jul 2009 06:38:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 818B063B1ED; Fri, 24 Jul 2009 06:38:55 +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 85A0D63B17E for ; Fri, 24 Jul 2009 06:38:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 642B0175D0; Fri, 24 Jul 2009 06:38:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 24 Jul 2009 06:38:54 +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: <20090724063854.642B0175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: minskim Date: Fri Jul 24 06:38:54 UTC 2009 Modified Files: pkgsrc/misc/rubygems: Makefile PLIST distinfo Log Message: Update rubygems to 1.3.5. Changes: * Fix use of prerelease gems. * Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458. * Bulk index update is no longer supported (the code currently remains, but not the tests) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/misc/rubygems/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/rubygems/PLIST cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/rubygems/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.