Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id B7B7B63EBBE for ; Tue, 12 Mar 2013 13:13:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7A6F614A1C3; Tue, 12 Mar 2013 13:13:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CD58114A195 for ; Tue, 12 Mar 2013 13:13:47 +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 74A54-zrXP69 for ; Tue, 12 Mar 2013 13:13:47 +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 4AB1314A16A for ; Tue, 12 Mar 2013 13:13:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33B7C175DD; Tue, 12 Mar 2013 13:13:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 12 Mar 2013 13:13:47 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-addressable To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20130312131347.33B7C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Tue Mar 12 13:13:47 UTC 2013 Modified Files: pkgsrc/net/ruby-addressable: Makefile distinfo Log Message: Update ruby-addressable to 2.3.3. # Addressable 2.3.3 - fixed issue with converting common primitives during template expansion - fixed port encoding issue - removed a few warnings - normalize should now ignore %2B in query strings - the IDNA logic should now be handled by libidn in Ruby 1.9 - no template match should now result in nil instead of an empty MatchData - added license information to gemspec To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-addressable/Makefile \ pkgsrc/net/ruby-addressable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.