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 5C4CA7A217 for ; Sun, 9 Oct 2016 13:58:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1162D85E74; Sun, 9 Oct 2016 13:58:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96D2085E59 for ; Sun, 9 Oct 2016 13:58:54 +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 1X_BmUfDttdN for ; Sun, 9 Oct 2016 13:58:54 +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 28E9D85E27 for ; Sun, 9 Oct 2016 13:58:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23F9BFBD2; Sun, 9 Oct 2016 13:58:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147602153445980" MIME-Version: 1.0 Date: Sun, 9 Oct 2016 13:58:54 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/net/mikutter To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20161009135854.23F9BFBD2@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. --_----------=_147602153445980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Oct 9 13:58:54 UTC 2016 Modified Files: pkgsrc/net/mikutter: Makefile distinfo Log Message: Update mikutter to 3.4.4. Upstream changes: * support Extended Tweet * PostBox crashed in some case * some translations were missed To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/net/mikutter/Makefile cvs rdiff -u -r1.112 -r1.113 pkgsrc/net/mikutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147602153445980 Content-Disposition: inline Content-Length: 1940 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/mikutter/Makefile diff -u pkgsrc/net/mikutter/Makefile:1.126 pkgsrc/net/mikutter/Makefile:1.127 --- pkgsrc/net/mikutter/Makefile:1.126 Sat Sep 17 19:31:41 2016 +++ pkgsrc/net/mikutter/Makefile Sun Oct 9 13:58:53 2016 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.126 2016/09/17 19:31:41 tsutsui Exp $ +# $NetBSD: Makefile,v 1.127 2016/10/09 13:58:53 tsutsui Exp $ # -DISTNAME= mikutter.3.4.3 +DISTNAME= mikutter.3.4.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ Index: pkgsrc/net/mikutter/distinfo diff -u pkgsrc/net/mikutter/distinfo:1.112 pkgsrc/net/mikutter/distinfo:1.113 --- pkgsrc/net/mikutter/distinfo:1.112 Sat Sep 17 19:31:41 2016 +++ pkgsrc/net/mikutter/distinfo Sun Oct 9 13:58:53 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.112 2016/09/17 19:31:41 tsutsui Exp $ +$NetBSD: distinfo,v 1.113 2016/10/09 13:58:53 tsutsui Exp $ -SHA1 (mikutter.3.4.3.tar.gz) = 61c0d2eb0205733c3dab5852e9f0bcfe1a229c08 -RMD160 (mikutter.3.4.3.tar.gz) = cf7db1af98da8a328a2081e80a311e876553b00f -SHA512 (mikutter.3.4.3.tar.gz) = 6f31b8209dff42f864ea2664a5ff2e1250d0763772f6e09c0c14bd84e582493b79e85d50d07b779d9777471a810acca38bca156c4fb3b4007f7617a027667b2b -Size (mikutter.3.4.3.tar.gz) = 3685416 bytes +SHA1 (mikutter.3.4.4.tar.gz) = db5c43ff383e035990ac2567fdf220e088ace41c +RMD160 (mikutter.3.4.4.tar.gz) = 566cb9d227ca3943a70287243a35b07a6b1b781f +SHA512 (mikutter.3.4.4.tar.gz) = de8d7556489dec554c28dd74ebe9eebb58d666c78bc796aa4502de02e6e78d6ddd46fe1b7d2c812579647bab62c013f347b1b74edac0c8a56e681fc1b13093c3 +Size (mikutter.3.4.4.tar.gz) = 3690927 bytes SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c SHA1 (patch-core_plugin_photo__support_photo__support.rb) = d119209d4de835e6d47d85c8ca5209d1f199bd9e --_----------=_147602153445980--