Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8C07FA567D for ; Wed, 4 Feb 2015 14:47:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3B84D14A1C5; Wed, 4 Feb 2015 14:47:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3B6A14A1C4 for ; Wed, 4 Feb 2015 14:47:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ISXtxqkdcKBx for ; Wed, 4 Feb 2015 14:47:20 +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 709D514A1B9 for ; Wed, 4 Feb 2015 14:47:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6648198; Wed, 4 Feb 2015 14:47:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 4 Feb 2015 14:47:20 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-sinatra To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20150204144720.6648198@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Wed Feb 4 14:47:20 UTC 2015 Modified Files: pkgsrc/www/ruby-sinatra: Makefile PLIST distinfo Log Message: Update ruby-sinatra to 1.4.5. = 1.4.5 / 2014-04-08 * Improve tests and documentation. (Seiichi Yonezawa, Mike Gehard, Andrew Deitrick, Matthew Nicholas Bradley, GoGo tanaka, Carlos Lazo, Shim Tw, kyoendo, Roman Kuznietsov, Stanislav Chistenko, Ryunosuke SATO, Ben Lewis, wuleicanada, Patricio Mac Adden, Thais Camilo) * Fix Ruby warnings. (Vipul A M, Piotr Szotkowski) * Fix template cache memory leak. (Scott Holden) * Work around UTF-8 bug in JRuby. (namusyaka) * Don't set charset for JSON mime-type (Sebastian Borrazas) * Fix bug in request.accept? that might trigger a NoMethodError. (sbonami) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/ruby-sinatra/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-sinatra/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/ruby-sinatra/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.