Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1BF1A63C497 for ; Wed, 2 Dec 2009 14:04:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id B36AA63B11F; Wed, 2 Dec 2009 14:04:23 +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 DC2F663B12C for ; Wed, 2 Dec 2009 14:04:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CAA99175DD; Wed, 2 Dec 2009 14:04:22 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 2 Dec 2009 14:04:22 +0000 From: Filip Hajny Subject: CVS commit: pkgsrc/www/ruby-mechanize To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20091202140422.CAA99175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: fhajny Date: Wed Dec 2 14:04:22 UTC 2009 Modified Files: pkgsrc/www/ruby-mechanize: DESCR Makefile PLIST distinfo Log Message: Updated ruby-mechanize to 0.9.3. Deprecations: * WWW::Mechanize::List is gone! * Use Nokogiri as the default HTML parser (you may switch to Hpricot by using WWW::Mechanize.html_parser = Hpricot) See full list of changes since 0.7.5: http://mechanize.rubyforge.org/mechanize/CHANGELOG_rdoc.html To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-mechanize/DESCR cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-mechanize/Makefile \ pkgsrc/www/ruby-mechanize/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-mechanize/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.