Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 E8A137A26F for ; Mon, 17 Oct 2016 14:47:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 61E9B85EA7; Mon, 17 Oct 2016 14:47:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5F7B85E25 for ; Mon, 17 Oct 2016 14:47:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VuIGVV3eo_zK for ; Mon, 17 Oct 2016 14:47:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B43684CBD for ; Mon, 17 Oct 2016 14:47:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76288FBD2; Mon, 17 Oct 2016 14:47:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476715662147840" MIME-Version: 1.0 Date: Mon, 17 Oct 2016 14:47:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-net-ping To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161017144742.76288FBD2@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1476715662147840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Oct 17 14:47:42 UTC 2016 Modified Files: pkgsrc/net/ruby-net-ping: Makefile distinfo Log Message: Update ruby-net-ping to 2.0.1. * Moved the "ping?" and "pingecho" aliases to the `Ping` superclass. * Fix issue #8 (the specification for net-ping-2.0.0 has corupped). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ruby-net-ping/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-net-ping/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1476715662147840 Content-Disposition: inline Content-Length: 1593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-net-ping/Makefile diff -u pkgsrc/net/ruby-net-ping/Makefile:1.10 pkgsrc/net/ruby-net-ping/Makefile:1.11 --- pkgsrc/net/ruby-net-ping/Makefile:1.10 Sat Sep 26 15:11:48 2015 +++ pkgsrc/net/ruby-net-ping/Makefile Mon Oct 17 14:47:42 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/09/26 15:11:48 taca Exp $ +# $NetBSD: Makefile,v 1.11 2016/10/17 14:47:42 taca Exp $ -DISTNAME= net-ping-1.7.8 +DISTNAME= net-ping-2.0.1 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/net/ruby-net-ping/distinfo diff -u pkgsrc/net/ruby-net-ping/distinfo:1.8 pkgsrc/net/ruby-net-ping/distinfo:1.9 --- pkgsrc/net/ruby-net-ping/distinfo:1.8 Wed Nov 4 00:35:35 2015 +++ pkgsrc/net/ruby-net-ping/distinfo Mon Oct 17 14:47:42 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 00:35:35 agc Exp $ +$NetBSD: distinfo,v 1.9 2016/10/17 14:47:42 taca Exp $ -SHA1 (net-ping-1.7.8.gem) = a169d2f4070320bf1659d0efc2530def7244087d -RMD160 (net-ping-1.7.8.gem) = 3a06d17a66336660b0f5ad061e7bf5dc3ddac023 -SHA512 (net-ping-1.7.8.gem) = e3740a5ae35bfe1fd8a1852dd8cbbe4eb8b870bce26e7b2301c2ccbfcfc4655c191ec475d9ce1c1921c8aba603902723c6d7fb6660b6f8255cce382ea473f330 -Size (net-ping-1.7.8.gem) = 28160 bytes +SHA1 (net-ping-2.0.1.gem) = 1063c56ee2a803a4c519418d8383601b0fa94bfa +RMD160 (net-ping-2.0.1.gem) = 224ed6f213b5bbac8716a983c314410d63baa74a +SHA512 (net-ping-2.0.1.gem) = 85ff11a3bec91ec47068af645385ed33eba2ddba55877ed2f5d48d095a6e49f870f33e51869a0ade38a67a574d29e8c936e7681e3a6557785551ae12c5f2e158 +Size (net-ping-2.0.1.gem) = 28160 bytes --_----------=_1476715662147840--