Received: by mail.netbsd.org (Postfix, from userid 605) id AD4AD84FA8; Sat, 14 Jul 2018 16:59:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AF9584FA7 for ; Sat, 14 Jul 2018 16:59:27 +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 40OuVO-GmiKw for ; Sat, 14 Jul 2018 16:59:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3255184D74 for ; Sat, 14 Jul 2018 16:59:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C5FBFBEC; Sat, 14 Jul 2018 16:59:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153158756629110" MIME-Version: 1.0 Date: Sat, 14 Jul 2018 16:59:26 +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: <20180714165926.2C5FBFBEC@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. --_----------=_153158756629110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Jul 14 16:59:26 UTC 2018 Modified Files: pkgsrc/net/mikutter: Makefile distinfo Removed Files: pkgsrc/net/mikutter/patches: patch-core_mui_cairo__markup__generator.rb patch-core_plugin_current__world_current__world.rb patch-core_plugin_current__world_error.rb patch-core_plugin_score_select.rb patch-core_plugin_twitter_model_world.rb patch-core_plugin_world_world.rb Log Message: mikutter: update to 3.7.3. Upstream changes: mikutter 3.7.3 * crashed on start up when the twitter plugin was removed * thanks cob odo * reduce cpu load of drawing timeline when higher calculation load of score * World: could not switch accounts in some cases * hight of buttons was changed per hight of the listview * thanks Yuto Tokunaga * make a background color of tab icons transparent * thanks Yuto Tokunaga * make a background color of thumbnail of form DSL photoselect * thanks Yuto Tokunaga * command: remove dependency of Web plugin * command: non-browser applications were suggested as the Intent for "Open in browser" command * thanks ncaq net To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 pkgsrc/net/mikutter/Makefile cvs rdiff -u -r1.146 -r1.147 pkgsrc/net/mikutter/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/net/mikutter/patches/patch-core_mui_cairo__markup__generator.rb \ pkgsrc/net/mikutter/patches/patch-core_plugin_current__world_current__world.rb \ pkgsrc/net/mikutter/patches/patch-core_plugin_current__world_error.rb \ pkgsrc/net/mikutter/patches/patch-core_plugin_score_select.rb \ pkgsrc/net/mikutter/patches/patch-core_plugin_twitter_model_world.rb \ pkgsrc/net/mikutter/patches/patch-core_plugin_world_world.rb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153158756629110 Content-Disposition: inline Content-Length: 2580 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.162 pkgsrc/net/mikutter/Makefile:1.163 --- pkgsrc/net/mikutter/Makefile:1.162 Sun Jul 8 06:08:09 2018 +++ pkgsrc/net/mikutter/Makefile Sat Jul 14 16:59:25 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.162 2018/07/08 06:08:09 tsutsui Exp $ +# $NetBSD: Makefile,v 1.163 2018/07/14 16:59:25 tsutsui Exp $ # -DISTNAME= mikutter.3.7.2 +DISTNAME= mikutter.3.7.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= https://mikutter.hachune.net/bin/ Index: pkgsrc/net/mikutter/distinfo diff -u pkgsrc/net/mikutter/distinfo:1.146 pkgsrc/net/mikutter/distinfo:1.147 --- pkgsrc/net/mikutter/distinfo:1.146 Sun Jul 8 06:08:09 2018 +++ pkgsrc/net/mikutter/distinfo Sat Jul 14 16:59:25 2018 @@ -1,16 +1,10 @@ -$NetBSD: distinfo,v 1.146 2018/07/08 06:08:09 tsutsui Exp $ +$NetBSD: distinfo,v 1.147 2018/07/14 16:59:25 tsutsui Exp $ -SHA1 (mikutter.3.7.2.tar.gz) = 21b823c752ae4fa49de226f196dadcda5d224aec -RMD160 (mikutter.3.7.2.tar.gz) = 13bca59a3040d40ee0cc885a31a5f7bfe072e71c -SHA512 (mikutter.3.7.2.tar.gz) = 58b8fc4734aafa32bfa616c32f1f72c1ce484c56ba52f46c1eb9aeec462853a1a66f2af31db7544dd0ee74f78833444fab8a2041eac0a1e7767bddf2f17788d8 -Size (mikutter.3.7.2.tar.gz) = 2908984 bytes -SHA1 (patch-core_mui_cairo__markup__generator.rb) = e39dec59758d15db48da82e95375158c7353253d -SHA1 (patch-core_plugin_current__world_current__world.rb) = bffddf24f59b48b4f954b2812df51880a05236f8 -SHA1 (patch-core_plugin_current__world_error.rb) = cf3bc785b4adde9bf19071e2bd4a7d5628ace732 +SHA1 (mikutter.3.7.3.tar.gz) = 613886ebe934048b037861a52846b6b3ddf87cdd +RMD160 (mikutter.3.7.3.tar.gz) = a287f8dc403174966c0724f1f73e2f517f65067c +SHA512 (mikutter.3.7.3.tar.gz) = 123dd5beb4936e13c19bf0ec9eb362ae6a29533daeb494ab3441b02f7ea1165f8473ef65afb3e6b7c6a6ac8533e356e55bacb7c3d4b996d95ce79d84267e4a0d +Size (mikutter.3.7.3.tar.gz) = 2908173 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) = 2d10f907d278000168210c5325e7d41c5dd2ca08 -SHA1 (patch-core_plugin_score_select.rb) = 6b53774fc7061e5c7ad875fb28d199c77397859d -SHA1 (patch-core_plugin_twitter_model_world.rb) = 94a28af27c1e1cab754884f4b498feeb62cea035 -SHA1 (patch-core_plugin_world_world.rb) = 455e91ff8756f40195e5a4290fe2fc292f25a125 SHA1 (patch-mikutter.rb) = 061d1b5d4fcf9296bc111a5da1e34a3d622c62a1 --_----------=_153158756629110--