Sat May 25 12:14:04 2019 UTC ()
mikutter: update to 3.8.8.

pkgsrc changes:
- pull upstream patch for ticket #1323
  (insert newline to each attached image URL)

Upstream changelog:

mikutter 3.8.8

* <>& in Twitter messages are not converted from HTML entity references
 * thanks cob odo
* keep world account settings even if restoring account fails
  on loading the world
* pluggaloid 1.1.2


(tsutsui)
diff -r1.173 -r1.174 pkgsrc/net/mikutter/Makefile
diff -r1.44 -r1.45 pkgsrc/net/mikutter/PLIST
diff -r1.157 -r1.158 pkgsrc/net/mikutter/distinfo
diff -r0 -r1.1 pkgsrc/net/mikutter/patches/patch-core_plugin_twitter_twitter.rb

cvs diff -r1.173 -r1.174 pkgsrc/net/mikutter/Makefile (expand / switch to context diff)
--- pkgsrc/net/mikutter/Makefile 2019/04/30 08:26:02 1.173
+++ pkgsrc/net/mikutter/Makefile 2019/05/25 12:14:04 1.174
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.173 2019/04/30 08:26:02 tsutsui Exp $
+# $NetBSD: Makefile,v 1.174 2019/05/25 12:14:04 tsutsui Exp $
 #
 
-DISTNAME=	mikutter.3.8.7
+DISTNAME=	mikutter.3.8.8
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=	net
 MASTER_SITES=	https://mikutter.hachune.net/bin/
@@ -13,9 +13,9 @@
 
 .include "../../lang/ruby/rubyversion.mk"
 
-DEPENDS+=	${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid
+DEPENDS+=	${RUBY_PKGPREFIX}-pluggaloid>=1.1.2:../../net/ruby-pluggaloid
 DEPENDS+=	${RUBY_PKGPREFIX}-diva>=0.3.2:../../devel/ruby-diva
-DEPENDS+=	${RUBY_PKGPREFIX}-gnome2-gtk>=3.3.0:../../x11/ruby-gnome2-gtk
+DEPENDS+=	${RUBY_PKGPREFIX}-gnome2-gtk>=3.3.2:../../x11/ruby-gnome2-gtk
 DEPENDS+=	${RUBY_PKGPREFIX}-gettext>=3.2.9:../../devel/ruby-gettext
 DEPENDS+=	${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth
 DEPENDS+=	${RUBY_PKGPREFIX}-addressable>=2.5.2:../../net/ruby-addressable

cvs diff -r1.44 -r1.45 pkgsrc/net/mikutter/PLIST (expand / switch to context diff)
--- pkgsrc/net/mikutter/PLIST 2018/10/06 23:25:35 1.44
+++ pkgsrc/net/mikutter/PLIST 2019/05/25 12:14:04 1.45
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.44 2018/10/06 23:25:35 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.45 2019/05/25 12:14:04 tsutsui Exp $
 bin/mikutter
 share/applications/mikutter.desktop
 share/doc/mikutter/README
@@ -808,7 +808,7 @@
 share/mikutter/core/plugin/world/.mikutter.yml
 share/mikutter/core/plugin/world/error.rb
 share/mikutter/core/plugin/world/keep.rb
-share/mikutter/core/plugin/world/model/zombie.rb
+share/mikutter/core/plugin/world/model/lost_world.rb
 share/mikutter/core/plugin/world/service.rb
 share/mikutter/core/plugin/world/world.rb
 share/mikutter/core/serialthread.rb

cvs diff -r1.157 -r1.158 pkgsrc/net/mikutter/distinfo (expand / switch to context diff)
--- pkgsrc/net/mikutter/distinfo 2019/04/30 08:26:02 1.157
+++ pkgsrc/net/mikutter/distinfo 2019/05/25 12:14:04 1.158
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.157 2019/04/30 08:26:02 tsutsui Exp $
+$NetBSD: distinfo,v 1.158 2019/05/25 12:14:04 tsutsui Exp $
 
-SHA1 (mikutter.3.8.7.tar.gz) = b91e5d063ede08e2681c2317e9ef152eb3564b3d
-RMD160 (mikutter.3.8.7.tar.gz) = ebe690d568d9303725322521bd4fa86d6645c0cf
-SHA512 (mikutter.3.8.7.tar.gz) = 29e31ef436003f480aa6c6b0e1e896743b9c3b18484e115add43ddd15e16e0b4514c8b5fb4b85101fe5f792188e8fe75d570be3ac5f91d6d34499f25333e200c
-Size (mikutter.3.8.7.tar.gz) = 3172151 bytes
+SHA1 (mikutter.3.8.8.tar.gz) = 50b9325c1315c6c94f907c8b698b68f97d560911
+RMD160 (mikutter.3.8.8.tar.gz) = 9f46be2d0117accaef3809ed36560bce0cc631ca
+SHA512 (mikutter.3.8.8.tar.gz) = e8602cd003bdedbf8de32500f7c212b51c4fbf42d021edf4b4cc3750a3fb089b51594c89683321a17ffe739964610fcc01c04ec9ae4285186475053cd79df682
+Size (mikutter.3.8.8.tar.gz) = 2941987 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) = 910924ef121680a931e036ee1bc32bb713066eeb
+SHA1 (patch-core_plugin_twitter_twitter.rb) = b44f57b0ceb43258db8805864d87d633b4a82d0f
 SHA1 (patch-mikutter.rb) = 34f3ae812c5db53b448111ff0d7c36100e93adce

File Added: pkgsrc/net/mikutter/patches/Attic/patch-core_plugin_twitter_twitter.rb
$NetBSD: patch-core_plugin_twitter_twitter.rb,v 1.1 2019/05/25 12:14:04 tsutsui Exp $

- pull patches to insert newline to each attached image URL (redmine #1323)

--- core/plugin/twitter/twitter.rb.orig	2019-04-29 06:54:31.000000000 +0000
+++ core/plugin/twitter/twitter.rb
@@ -435,7 +435,7 @@ Plugin.create(:twitter) do
   def extended_entity_media(tweet)
     extended_entities = (tweet[:extended_entities][:media] rescue nil)
     if extended_entities
-      space = text_note(description: ' ')
+      newline = text_note(description: "\n")
       result = extended_entities.map{ |media|
         case media[:type]
         when 'photo'
@@ -468,8 +468,7 @@ Plugin.create(:twitter) do
             description: "#{media[:display_url]} (GIF)",
             uri: variant[:url])
         end
-      }.flat_map{|media| [media, space] }
-      result.pop
+      }.flat_map{|media| [newline, media] }
       result
     else
       []