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 2943D7A16E for ; Tue, 25 Oct 2016 16:23:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CB31585F41; Tue, 25 Oct 2016 16:23:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C3A685F3F for ; Tue, 25 Oct 2016 16:23:51 +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 iFzH5QU5At-h for ; Tue, 25 Oct 2016 16:23:51 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E727484CF5 for ; Tue, 25 Oct 2016 16:23:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DDADDFBD2; Tue, 25 Oct 2016 16:23:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1477412630148620" MIME-Version: 1.0 Date: Tue, 25 Oct 2016 16:23:50 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-octokit To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20161025162350.DDADDFBD2@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. --_----------=_1477412630148620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Oct 25 16:23:50 UTC 2016 Modified Files: pkgsrc/devel/ruby-octokit: Makefile distinfo Log Message: Update ruby-octokit to 4.4.1. Bugfix Release Introduced in v4.4.0 #pages method was incorrectly updated to require the new preview header. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-octokit/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-octokit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1477412630148620 Content-Disposition: inline Content-Length: 1589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-octokit/Makefile diff -u pkgsrc/devel/ruby-octokit/Makefile:1.4 pkgsrc/devel/ruby-octokit/Makefile:1.5 --- pkgsrc/devel/ruby-octokit/Makefile:1.4 Mon Oct 24 14:13:08 2016 +++ pkgsrc/devel/ruby-octokit/Makefile Tue Oct 25 16:23:50 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/10/24 14:13:08 taca Exp $ +# $NetBSD: Makefile,v 1.5 2016/10/25 16:23:50 taca Exp $ -DISTNAME= octokit-4.4.0 +DISTNAME= octokit-4.4.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-octokit/distinfo diff -u pkgsrc/devel/ruby-octokit/distinfo:1.3 pkgsrc/devel/ruby-octokit/distinfo:1.4 --- pkgsrc/devel/ruby-octokit/distinfo:1.3 Mon Oct 24 14:13:08 2016 +++ pkgsrc/devel/ruby-octokit/distinfo Tue Oct 25 16:23:50 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/10/24 14:13:08 taca Exp $ +$NetBSD: distinfo,v 1.4 2016/10/25 16:23:50 taca Exp $ -SHA1 (octokit-4.4.0.gem) = 1e19c36070de7f1f93056809a23a71d671692119 -RMD160 (octokit-4.4.0.gem) = 93e8ae7f9f58f466fc347b4064a0e07372c8c50b -SHA512 (octokit-4.4.0.gem) = 441c7a6b1d593501dc78ec9d0cd405a8ac8b07e657e155cf032a8f9c5155bf0cf26e5d203fefc2189e34466c2a2d069f9406d9f2981944448d1dee0c7b994fbd -Size (octokit-4.4.0.gem) = 69632 bytes +SHA1 (octokit-4.4.1.gem) = 50301950e91ce83ea514b773ea5d38facf71d837 +RMD160 (octokit-4.4.1.gem) = e9e545515e781dc99d9b3f209f55f58fce860855 +SHA512 (octokit-4.4.1.gem) = 0a6aa175998669c4824a5ee403d9fd9261b42b3f0995d986f1dd767a19011c7d996abbe6087d27aabf7d529f4462af9a922453df86eb528987b39834e69aaa8a +Size (octokit-4.4.1.gem) = 69632 bytes --_----------=_1477412630148620--