Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id CADD963BCEF for ; Thu, 23 Feb 2012 14:18:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D01A914A22C; Thu, 23 Feb 2012 14:18:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E683014A221 for ; Thu, 23 Feb 2012 14:18:24 +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 jauWODhgm2rb for ; Thu, 23 Feb 2012 14:18:24 +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 1618414A21E for ; Thu, 23 Feb 2012 14:18:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0C914175DD; Thu, 23 Feb 2012 14:18:24 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 23 Feb 2012 14:18:24 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/ruby-pg To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20120223141824.0C914175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Thu Feb 23 14:18:23 UTC 2012 Modified Files: pkgsrc/databases/ruby-pg: Makefile PLIST distinfo Log Message: Update databases/ruby-pg package to 0.13.2. == v0.13.2 [2012-02-22] Michael Granger - Make builds against PostgreSQL earlier than 8.3 fail with a descriptive message instead of a compile failure. == v0.13.1 [2012-02-12] Michael Granger - Made use of a finished PG::Connection raise a PG::Error instead of a fatal error (#110). - Added missing BSDL license file (#108) == v0.13.0 [] Michael Granger Reorganization of modules/classes to be better Ruby citizens (with backward-compatible aliases): - Created toplevel namespace 'PG' to correspond with the gem name. - Renamed PGconn to PG::Connection (with ::PGconn alias) - Renamed PGresult to PG::Result (with ::PGresult alias) - Renamed PGError to PG::Error (with ::PGError alias) - Declare all constants inside PG::Constants, then include them in PG::Connection and PG::Result for backward-compatibility, and in PG for convenience. - Split the extension source up by class/module. - Removed old compatibility code for PostgreSQL versions < 8.3 Documentation: - Clarified licensing, updated to Ruby 1.9's license. - Merged authors list, added some missing people to the Contributor's list. - Cleaned up the sample/ directory - Making contact info a bit clearer, link to the Google+ page and the mailing list Enhancements: - Added a convenience method: PG.connect -> PG::Connection.new Bugfixes: - Fixed LATIN5-LATIN10 Postgres<->Ruby encoding conversions To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/ruby-pg/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-pg/PLIST \ pkgsrc/databases/ruby-pg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.