Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 20E9C63BC83 for ; Fri, 10 Sep 2010 12:51:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9C05663B100; Fri, 10 Sep 2010 12:51:45 +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 DEEFD63B102 for ; Fri, 10 Sep 2010 12:51:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CC541175DD; Fri, 10 Sep 2010 12:51:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 10 Sep 2010 12:51:30 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/www/rails To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100910125130.CC541175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Fri Sep 10 12:51:30 UTC 2010 Modified Files: pkgsrc/www/rails: Makefile PLIST distinfo Log Message: Update www/rails to 2.3.9. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. *2.3.9 (September 4, 2010)* * Deprecates config.load_(once_)paths in favor of autolaod_(once_)paths. [fxn] *2.3.8 (May 24, 2010)* * Version bump. *2.3.7 (May 24, 2010)* * Version bump. *2.3.6 (May 23, 2010)* * Added config/initializers/cookie_verification_secret.rb with an auto-generated secret for using ActionController::Base#cookies.signed [DHH] * Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH] To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/rails/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/rails/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/rails/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.