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 CFE4F7A46A for ; Sat, 9 Jul 2016 03:43:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4216F85EB3; Sat, 9 Jul 2016 03:43:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C886F85E99 for ; Sat, 9 Jul 2016 03:43:13 +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 zkXXC1p3Eb39 for ; Sat, 9 Jul 2016 03:43:13 +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 5E08384C8B for ; Sat, 9 Jul 2016 03:43:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 58F47FBB5; Sat, 9 Jul 2016 03:43:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1468035793140270" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 03:43:13 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/miruo To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20160709034313.58F47FBB5@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. --_----------=_1468035793140270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Jul 9 03:43:13 UTC 2016 Modified Files: pkgsrc/net/miruo: Makefile distinfo Log Message: Update to 0.9.6b Changelog: 0.9.6b: Merge pull request #15 from pandax381/master 0.9.6a: Merge pull request #12 from pandax381/release-0.9.6a To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/miruo/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/miruo/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1468035793140270 Content-Disposition: inline Content-Length: 1536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/miruo/Makefile diff -u pkgsrc/net/miruo/Makefile:1.3 pkgsrc/net/miruo/Makefile:1.4 --- pkgsrc/net/miruo/Makefile:1.3 Thu Jun 9 06:23:40 2016 +++ pkgsrc/net/miruo/Makefile Sat Jul 9 03:43:13 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:40 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/09 03:43:13 ryoon Exp $ -DISTNAME= miruo-0.9.6 +DISTNAME= miruo-0.9.6b CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=KLab/} GITHUB_PROJECT= miruo Index: pkgsrc/net/miruo/distinfo diff -u pkgsrc/net/miruo/distinfo:1.2 pkgsrc/net/miruo/distinfo:1.3 --- pkgsrc/net/miruo/distinfo:1.2 Wed Nov 4 00:35:11 2015 +++ pkgsrc/net/miruo/distinfo Sat Jul 9 03:43:13 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 00:35:11 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/07/09 03:43:13 ryoon Exp $ -SHA1 (miruo-0.9.6.tar.gz) = f93b472a47c65db5d1b8903df2189c1945e5b86e -RMD160 (miruo-0.9.6.tar.gz) = dc3a856b8bcf7ac8e04515c5a1da568531f8e438 -SHA512 (miruo-0.9.6.tar.gz) = 45e7f91272a7770e1645ec75a69befc59bc5d1a9a4a1bb45738d780eb90bc031c110d17b301a5a2cbd1d9bd6b7e8a16b57595babbe8d778297a2c4bed5c80969 -Size (miruo-0.9.6.tar.gz) = 118783 bytes +SHA1 (miruo-0.9.6b.tar.gz) = 46696e209384b6a4ac4821ba2e3f26862b27ba2d +RMD160 (miruo-0.9.6b.tar.gz) = eaddd70a1427328d964cd2dd49d6ce9e6e285759 +SHA512 (miruo-0.9.6b.tar.gz) = 01582979e70a54c9e774d9bd088efb39312ed1215a8ff76a1ea0c1e2685abae6a74c22f8a0426dbc975470d60722deab29bb1949691cdd036de4788db7c87ede +Size (miruo-0.9.6b.tar.gz) = 119045 bytes --_----------=_1468035793140270--