Received: by mail.netbsd.org (Postfix, from userid 605) id 6AD9684D5E; Sat, 10 Feb 2018 14:52:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E817A84D45 for ; Sat, 10 Feb 2018 14:52:46 +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 zv7oipUyjs5i for ; Sat, 10 Feb 2018 14:52:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7582584CE1 for ; Sat, 10 Feb 2018 14:52:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FA77FB40; Sat, 10 Feb 2018 14:52:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151827436679900" MIME-Version: 1.0 Date: Sat, 10 Feb 2018 14:52:46 +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: <20180210145246.6FA77FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151827436679900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Feb 10 14:52:46 UTC 2018 Modified Files: pkgsrc/net/mikutter: Makefile distinfo Log Message: mikutter: update to 3.6.3. Upstream changes: mikutter 3.6.3 * "reply" of mikutter commands doesn't appear in non Twitter Worlds * crashed on registrating already registered World again * fix use of deperecated methods of Pango (thanks: akkiesoft) To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 pkgsrc/net/mikutter/Makefile cvs rdiff -u -r1.138 -r1.139 pkgsrc/net/mikutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151827436679900 Content-Disposition: inline Content-Length: 1917 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.154 pkgsrc/net/mikutter/Makefile:1.155 --- pkgsrc/net/mikutter/Makefile:1.154 Thu Feb 8 14:55:28 2018 +++ pkgsrc/net/mikutter/Makefile Sat Feb 10 14:52:46 2018 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.154 2018/02/08 14:55:28 tsutsui Exp $ +# $NetBSD: Makefile,v 1.155 2018/02/10 14:52:46 tsutsui Exp $ # -DISTNAME= mikutter.3.6.2 +DISTNAME= mikutter.3.6.3 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.138 pkgsrc/net/mikutter/distinfo:1.139 --- pkgsrc/net/mikutter/distinfo:1.138 Thu Feb 8 14:55:28 2018 +++ pkgsrc/net/mikutter/distinfo Sat Feb 10 14:52:46 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.138 2018/02/08 14:55:28 tsutsui Exp $ +$NetBSD: distinfo,v 1.139 2018/02/10 14:52:46 tsutsui Exp $ -SHA1 (mikutter.3.6.2.tar.gz) = 446f2290e9468863fee00bfe4aa7b80d073dfa8a -RMD160 (mikutter.3.6.2.tar.gz) = 3b4eae109d281a8da65c1c3a5d9915d58d9a45d7 -SHA512 (mikutter.3.6.2.tar.gz) = 6ecfc3c729e5b7fbf51d19933c83936c2e960810c634dc8b60b09932cbb012588c0aa5908e4c9b2845191a16adddf103a9a61fa669bfce105131828ad3a90571 -Size (mikutter.3.6.2.tar.gz) = 2901486 bytes +SHA1 (mikutter.3.6.3.tar.gz) = 1094d496d4b3c287cd1af0113d5c879d4a81d442 +RMD160 (mikutter.3.6.3.tar.gz) = 7f0f33f9ef9fb3bb48c00c68f3fa70969d9d986e +SHA512 (mikutter.3.6.3.tar.gz) = 905162b625ce770e6ea5559eaeab320037453fc92391ca18e52d70ffd4f70c41b7a38ac21c64ac1120aa42d2c2fabe3c5c6dcdfb2cbefe2d9c1ee06fc03c61e2 +Size (mikutter.3.6.3.tar.gz) = 2901439 bytes SHA1 (patch-core_mui_gtk__inneruserlist.rb) = 552338b5029ca6236993b2c75f892a2b9fd64d2d SHA1 (patch-core_mui_gtk__userlist.rb) = fc7a2d850e7e9ab4d5716c2534f991afbda88a7e SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 --_----------=_151827436679900--