Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id B1CAD63B904 for ; Sun, 6 Jun 2010 18:27:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5E35563B14B; Sun, 6 Jun 2010 18:27:36 +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 2E41B63B102 for ; Sun, 6 Jun 2010 18:27:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17C09175DD; Sun, 6 Jun 2010 18:27:35 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 6 Jun 2010 18:27:35 +0000 From: Min Sik Kim Subject: CVS commit: pkgsrc/net/ruby-snmp To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20100606182735.17C09175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: minskim Date: Sun Jun 6 18:27:35 UTC 2010 Modified Files: pkgsrc/net/ruby-snmp: Makefile distinfo Log Message: Update ruby-snmp to 1.0.3. Patch by Wen Heping in PR 43424. Changes: * Minor changes to Manager class. The :Transport option may now be an object or a class. Explicity call Timeout.timeout so that a timeout method may be defined in subclasses. Thanks to Eric Monti. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/ruby-snmp/Makefile \ pkgsrc/net/ruby-snmp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.