Mon Jun 11 14:09:11 2018 UTC ()
mikutter: update to 3.7.2.

pkgsrc changes:

* drop json_pure dependency
  https://dev.mikutter.hachune.net/issues/1246

Upstream changes:

mikutter 3.7.2

* add a setting to disable extracting custom emoji
* handle a case that Twitter API returns non-URL strings as an entity
 * thanks cob odo
* unify options of remain_charcount with compose spell
 * thanks Shibafu Midorino
* stack overflow when strings which include URL are entered
 * thanks Shibafu Midorino
* import https://github.com/cobodo/photo_support_extra
 * thanks cob odo
* remain_charcount Spell
 * thanks Shibafu Midorino
* not enough height of a list in the extract tab's setting window
  in some case
 * thanks Yuto Tokunaga

Fixed several crash bugs.


(tsutsui)
diff -r1.160 -r1.161 pkgsrc/net/mikutter/Makefile
diff -r1.144 -r1.145 pkgsrc/net/mikutter/distinfo

cvs diff -r1.160 -r1.161 pkgsrc/net/mikutter/Makefile (expand / switch to unified diff)

--- pkgsrc/net/mikutter/Makefile 2018/05/27 05:17:40 1.160
+++ pkgsrc/net/mikutter/Makefile 2018/06/11 14:09:11 1.161
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.160 2018/05/27 05:17:40 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.161 2018/06/11 14:09:11 tsutsui Exp $
2# 2#
3 3
4DISTNAME= mikutter.3.7.1 4DISTNAME= mikutter.3.7.2
5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= https://mikutter.hachune.net/bin/ 7MASTER_SITES= https://mikutter.hachune.net/bin/
8 8
9MAINTAINER= tsutsui@NetBSD.org 9MAINTAINER= tsutsui@NetBSD.org
10HOMEPAGE= https://mikutter.hachune.net/ 10HOMEPAGE= https://mikutter.hachune.net/
11COMMENT= Simple, powerful, and moeful twitter client 11COMMENT= Simple, powerful, and moeful twitter client
12LICENSE= mit AND cc-by-sa-v3.0 12LICENSE= mit AND cc-by-sa-v3.0
13 13
14RUBY_VERSIONS_ACCEPTED= 23 24 14RUBY_VERSIONS_ACCEPTED= 23 24
15 15
16.include "../../lang/ruby/rubyversion.mk" 16.include "../../lang/ruby/rubyversion.mk"
17 17
18DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid 18DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.1.1:../../net/ruby-pluggaloid
19DEPENDS+= ${RUBY_PKGPREFIX}-diva>=0.3.2:../../devel/ruby-diva 19DEPENDS+= ${RUBY_PKGPREFIX}-diva>=0.3.2:../../devel/ruby-diva
20DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.8:../../textproc/ruby-json-pure 
21DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.2.4nb2:../../x11/ruby-gnome2-gtk 20DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=3.2.4nb2:../../x11/ruby-gnome2-gtk
22DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext 21DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
23DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth 22DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.1:../../security/ruby-oauth
24DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable 23DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable
25DEPENDS+= ${RUBY_PKGPREFIX}-memoist>=0.16.0:../../devel/ruby-memoist 24DEPENDS+= ${RUBY_PKGPREFIX}-memoist>=0.16.0:../../devel/ruby-memoist
26DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac 25DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac
27DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1:../../misc/ruby-typed-array 26DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1:../../misc/ruby-typed-array
28DEPENDS+= ${RUBY_PKGPREFIX}-delayer-[0-9]*:../../devel/ruby-delayer 27DEPENDS+= ${RUBY_PKGPREFIX}-delayer-[0-9]*:../../devel/ruby-delayer
29DEPENDS+= ${RUBY_PKGPREFIX}-delayer-deferred>=2.0.0:../../devel/ruby-delayer-deferred 28DEPENDS+= ${RUBY_PKGPREFIX}-delayer-deferred>=2.0.0:../../devel/ruby-delayer-deferred
30DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri 29DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
31DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient 30DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
32DEPENDS+= ${RUBY_PKGPREFIX}-moneta>=0.7:../../databases/ruby-moneta 31DEPENDS+= ${RUBY_PKGPREFIX}-moneta>=0.7:../../databases/ruby-moneta
33DEPENDS+= ${RUBY_PKGPREFIX}-twitter-text>=2.1.0:../../net/ruby-twitter-text 32DEPENDS+= ${RUBY_PKGPREFIX}-twitter-text>=2.1.0:../../net/ruby-twitter-text

cvs diff -r1.144 -r1.145 pkgsrc/net/mikutter/distinfo (expand / switch to unified diff)

--- pkgsrc/net/mikutter/distinfo 2018/05/27 05:17:40 1.144
+++ pkgsrc/net/mikutter/distinfo 2018/06/11 14:09:11 1.145
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.144 2018/05/27 05:17:40 tsutsui Exp $ 1$NetBSD: distinfo,v 1.145 2018/06/11 14:09:11 tsutsui Exp $
2 2
3SHA1 (mikutter.3.7.1.tar.gz) = 4e3496cbeee45fcefac2f6ec17831775198b9a5a 3SHA1 (mikutter.3.7.2.tar.gz) = 21b823c752ae4fa49de226f196dadcda5d224aec
4RMD160 (mikutter.3.7.1.tar.gz) = e9bc15b166ec5f83d520b45397cdc930408b5963 4RMD160 (mikutter.3.7.2.tar.gz) = 13bca59a3040d40ee0cc885a31a5f7bfe072e71c
5SHA512 (mikutter.3.7.1.tar.gz) = c88a0c10f75a863b0b6b8669ecf63af5d4bb4c2b8b5835a82cee5b805aaf3f094c0f2fa817d1178b72efb3e383d1e7a4350fa70e01be10046906d0091b00f6dc 5SHA512 (mikutter.3.7.2.tar.gz) = 58b8fc4734aafa32bfa616c32f1f72c1ce484c56ba52f46c1eb9aeec462853a1a66f2af31db7544dd0ee74f78833444fab8a2041eac0a1e7767bddf2f17788d8
6Size (mikutter.3.7.1.tar.gz) = 2908736 bytes 6Size (mikutter.3.7.2.tar.gz) = 2908984 bytes
7SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 7SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17
8SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c 8SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c
9SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08 9SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08
10SHA1 (patch-mikutter.rb) = 061d1b5d4fcf9296bc111a5da1e34a3d622c62a1 10SHA1 (patch-mikutter.rb) = 061d1b5d4fcf9296bc111a5da1e34a3d622c62a1